]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/makefile.wat
remove f.html and fft.html; they're old and unlinked from other test HTML pages
[wxWidgets.git] / samples / html / test / makefile.wat
index 008160c962a4f95e491a1ff3faa2e21b505f0a73..a709eed890fcb835a28bf17096cf3723b3dd565b 100644 (file)
@@ -270,7 +270,7 @@ $(OBJS)\test.exe :  $(TEST_OBJECTS) $(OBJS)\test_test.res
 
 data : .SYMBOLIC 
        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 :  .AUTODEPEND .\test.cpp
        $(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<