]> 4ch.mooo.com Git - 16.git/commitdiff
Merge remote-tracking branch 'upstream/master'
authorJonathan Campbell <jonathan@castus.tv>
Fri, 25 Mar 2016 02:48:43 +0000 (19:48 -0700)
committerJonathan Campbell <jonathan@castus.tv>
Fri, 25 Mar 2016 02:48:43 +0000 (19:48 -0700)
makefile

index ac76ae2ab3a641d9f2067eca186397b0aed4597f..cf5e2cbe148ce3c40f0bf14a42ba4ee8d37d5dfe 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -121,10 +121,10 @@ tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib
 tesuto.$(OBJ): $(SRC)tesuto.c
        wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c
 
-drawvrl5.exe: drawvrl5.$(OBJ) $(DOSLIBLIBS)
-       wcl $(FLAGS) $(WCLQ) drawvrl5.$(OBJ) $(DOSLIBLIBS)
-drawvrl5.$(OBJ): $(SRC)drawvrl5.c
-       wcl $(FLAGS) $(WCLQ) -c $(SRC)drawvrl5.c
+drawvrl5.exe: .symbolic
+       #@cd $(DOSLIB)hw/vga/make.
+       @wmake $(DOSLIBDIR)/hw/vga/dos86h/vga.lib
+       @$(COPYCOMMAND) $(DOSLIBDIR)/hw/vga/dos86h/drawvrl5.exe ./
 #tesuto.exe: tesuto.$(OBJ)
 #      wcl $(WCLQ) -mh -d2 tesuto.$(OBJ)
 #tesuto.$(OBJ): $(SRC)tesuto.c