Skip to content

Commit 2ad654b

Browse files
committed
don't obfuscate main program
1 parent 02d5fcf commit 2ad654b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

MAIN/MAKEFILE

-10
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ pack.exe : $(objs4)
3232
final : $(objs1)
3333
tasmx /ML /m9 /s /JJUMPS /dFINAL=1 u2.asm
3434
link /E /CP:1 $(objs1),u2.exe,u2.map;
35-
lzexe u2.exe
36-
..\fcp\fcprot u2.exe -1
37-
touch u2.exe
38-
copy u2.exe prot\test.exe
39-
cd prot
40-
make
41-
cd ..
42-
copy prot\prot.exe u2.exe
43-
lzexe u2.exe
44-
..\fcp\fcprot u2.exe -1
4535

4636
data\start.exe : $(objs2)
4737
link /E /CP:1 $(objs2)+..\dis\disc.obj,data\start.exe;

0 commit comments

Comments
 (0)