From d54729e650dc18aed4d19a02d82011e9f03bd302 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 24 Mar 2016 21:47:01 -0500 Subject: [PATCH] wwww --- makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index 1f4a3e50..d63d5080 100755 --- a/makefile +++ b/makefile @@ -120,10 +120,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 -- 2.39.2