X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=makefile;h=11345c6d6b7c125c8a14fb2b211fac96500f09e0;hb=0ed2445d78a3165948cd2bddb7cb2da0784a7497;hp=b18b1a94565134c508250b29e3e983d03fd990d2;hpb=441459a46e14248b1e7d48da93b660c33104f3b3;p=16.git diff --git a/makefile b/makefile index b18b1a94..11345c6d 100755 --- a/makefile +++ b/makefile @@ -96,9 +96,9 @@ DOSLIBLIBS += $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)8250$(DIRSEP)dos86h$(DIRSEP)8250.l TESTEXEC = exmmtest.exe test.exe test0.exe pcxtest.exe pcxtest2.exe test2.exe palettec.exe maptest.exe fmemtest.exe fonttest.exe fontgfx.exe scroll.exe vgmtest.exe inputest.exe palettel.exe planrpcx.exe -EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe tesuto0.exe +EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe 0.exe -all: $(EXEC) joytest.exe vrs +all: $(EXEC) joytest.exe #16.lib => $(16LIBOBJS) bug.... 16LIB=$(16LIBOBJS) !ifeq DEBUGSERIAL 1 @@ -132,10 +132,10 @@ tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib tesuto.$(OBJ): $(SRC)tesuto.c wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c -tesuto0.exe: tesuto0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib - wcl $(FLAGS) $(WCLQ) tesuto0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib -tesuto0.$(OBJ): $(SRC)tesuto0.c - wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto0.c +0.exe: 0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib + wcl $(FLAGS) $(WCLQ) 0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib +0.$(OBJ): $(SRC)0.c + wcl $(FLAGS) $(WCLQ) -c $(SRC)0.c test.exe: test.$(OBJ) gfx.lib 16_in.$(OBJ) 16_head.$(OBJ) $(DOSLIBLIBS) $(16LIB) wcl $(FLAGS) test.$(OBJ) gfx.lib 16_in.$(OBJ) 16_head.$(OBJ) $(DOSLIBLIBS) $(16LIB) -fm=test.mah @@ -426,6 +426,7 @@ clean: .symbolic backupconfig: .symbolic @$(COPYCOMMAND) .git$(DIRSEP)config git_con.fig @$(COPYCOMMAND) .gitmodules git_modu.les + @$(COPYCOMMAND) .gitignore git_igno.re comp: .symbolic @upx -9 $(EXEC) @@ -466,11 +467,13 @@ reinitlibs: .symbolic @rm -rf $(SRCLIB)jsmn @rm -rf 16/CatacombApocalypse @rm -rf 16/wolf3d + @rm -rf 16/keen @wmake -h initlibs initlibs: .symbolic @cp git_con.fig .git/config @cp git_modu.les .gitmodules + @cp git_igno.re .gitignore @cd $(SRCLIB) @git clone https://github.com/joncampbell123/doslib.git @git clone https://github.com/zserge/jsmn.git @@ -478,6 +481,7 @@ initlibs: .symbolic @cd 16 @git clone https://github.com/FlatRockSoft/CatacombApocalypse.git @git clone https://github.com/id-Software/wolf3d.git + @git clone https://github.com/keendreams/keen.git @cd $(PDIR) ##