From 5207924164970697d6b2ccd7ac4dcfa4a9a66f54 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Wed, 27 Jul 2016 09:15:01 -0500 Subject: [PATCH] meh did some cleanings and i will work on mapread to mm thingy sometime soon! oops 16.lib is bug ww wwww 16_in dup entry in make file --- makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/makefile b/makefile index 14fc3a64..717738d7 100755 --- a/makefile +++ b/makefile @@ -153,13 +153,13 @@ tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib tesuto.$(OBJ): $(SRC)tesuto.c wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c -0.exe: 0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib - wcl $(FLAGS) $(WCLQ) 0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib +0.exe: 0.$(OBJ) $(DOSLIBLIBS) gfx.lib $(16LIB) + wcl $(FLAGS) $(WCLQ) 0.$(OBJ) $(DOSLIBLIBS) gfx.lib $(16LIB) 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 +test.exe: test.$(OBJ) gfx.lib $(DOSLIBLIBS) $(16LIB) + wcl $(FLAGS) test.$(OBJ) gfx.lib $(DOSLIBLIBS) $(16LIB) -fm=test.mah test2.exe: test2.$(OBJ) $(DOSLIBLIBS) gfx.lib wcl $(FLAGS) test2.$(OBJ) $(DOSLIBLIBS) gfx.lib -fm=test2.mah @@ -300,8 +300,8 @@ vgmtest.$(OBJ): $(SRC)vgmtest.c 16.lib: $(16LIBOBJS)# doslib.lib vgmsnd.lib wlib -b $(WLIBQ) 16.lib $(16LIBOBJS)# doslib.lib vgmsnd.lib -gfx.lib: $(GFXLIBOBJS) 16_in.$(OBJ) 16_head.$(OBJ) - wlib -b $(WLIBQ) gfx.lib $(GFXLIBOBJS) 16_in.$(OBJ) 16_head.$(OBJ) +gfx.lib: $(GFXLIBOBJS) + wlib -b $(WLIBQ) gfx.lib $(GFXLIBOBJS) vgmsnd.lib: $(VGMSNDOBJ) wlib -b $(WLIBQ) vgmsnd.lib $(VGMSNDOBJ) -- 2.39.5