]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/makefile.wat
adding xti info
[wxWidgets.git] / samples / console / makefile.wat
index 6906d0c5e85d2f4e0b671613787bc77c9a7ef18f..10640b73b0aee45047e95a3c15a3a6fe4f69411c 100644 (file)
@@ -226,7 +226,7 @@ $(OBJS) :
 \r
 ### Targets: ###\r
 \r
-all : .SYMBOLIC $(OBJS)\console.exe data\r
+all : .SYMBOLIC $(OBJS)\console.exe\r
 \r
 clean : .SYMBOLIC \r
        -if exist $(OBJS)\*.obj del $(OBJS)\*.obj\r
@@ -248,10 +248,6 @@ $(OBJS)\console.exe :  $(CONSOLE_OBJECTS)
        @for %i in () do @%append $(OBJS)\console.lbc option stack=%i\r
        wlink @$(OBJS)\console.lbc\r
 \r
-data : .SYMBOLIC \r
-       if not exist $(OBJS) mkdir $(OBJS)\r
-       for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)\r
-\r
 $(OBJS)\console_console.obj :  .AUTODEPEND .\console.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(CONSOLE_CXXFLAGS) $<\r
 \r