]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/makefile.bcc
build a 2.9.x windows setup file and chm and htb sets of docs
[wxWidgets.git] / samples / html / test / makefile.bcc
index add4aeeb90418651fb4f9659129e99f801469fc2..995d916df7abfe5d0fe8f983c21a57f420ecf5fd 100644 (file)
@@ -243,7 +243,7 @@ $(OBJS)\test.exe: $(TEST_OBJECTS)  $(OBJS)\test_test.res
 
 data: 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %f in (f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm foo.png subsup.html) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+       for %f in (imagemap.png pic.png pic2.bmp i18n.gif imagemap.htm tables.htm test.htm listtest.htm 8859_2.htm cp1250.htm regres.htm foo.png subsup.html) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\test_test.obj: .\test.cpp
        $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) .\test.cpp