Skip to content

Commit 9cc0c59

Browse files
committed
Removed executable from repo, fixed bug issue #5, improved following request issue #6
1 parent 97b45d1 commit 9cc0c59

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

Diff for: !WakeOnLAN/Resources/IT/Desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metaoptions_end
1818
dbox_start
1919

2020
icons_start
21-
icn 2 maps_to "-m " string not_saved;
21+
icn 2 maps_to "-m " string;
2222
icn 3 maps_to "-b " string;
2323
icons_end
2424

Diff for: !WakeOnLAN/Resources/UK/Desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metaoptions_end
1818
dbox_start
1919

2020
icons_start
21-
icn 2 maps_to "-m " string not_saved;
21+
icn 2 maps_to "-m " string;
2222
icn 3 maps_to "-b " string;
2323
icons_end
2424

Diff for: !WakeOnLAN/bin/WakeOnLAN,e1f

-19.4 KB
Binary file not shown.

Diff for: src/MakefileGCC

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ WakeOnLAN: main.o magic.o
1515
$(CC) $(LDFLAGS) magic.o main.o
1616

1717
all: WakeOnLAN
18+
IfThere @.^.Doc.!Help Then copy @.^.Doc.!Help @.^.!WakeOnLAN.!Help ~C N F
19+
IfThere @.WakeOnLAN Then copy @.WakeOnLAN @.^.!WakeOnLAN.bin.WakeOnLAN ~C N F

Diff for: src/MkGCCClean,fd7

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Dir <Obey$Dir>
22
IfThere @.o Then wipe @.o ~V~C
33
IfThere @.WakeOnLAN Then wipe @.WakeOnLAN ~V~C
4+
IfThere @.^.!WakeOnLAN.bin.WakeOnLAN Then wipe @.^.!WakeOnLAN.bin.WakeOnLAN ~V~C
5+
IfThere @.^.!WakeOnLAN.!Help Then wipe @.^.!WakeOnLAN.!Help ~V~C
6+
47

0 commit comments

Comments
 (0)