]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/g95.t
fixed (didn't work at all)
[wxWidgets.git] / distrib / msw / tmake / g95.t
index 65243e90ccb3b538f9ece35d8573b0f89d4f6c42..d685da66fae7d8c1863fa610f9221d318cfa4250 100644 (file)
         $file =~ s/cp?p?$/\$(OBJSUFF)/;
         $project{"WXMSWOBJS"} .= '$(MSWDIR)/' . $file . " "
     }
+
+    foreach $file (sort keys %wxHTML) {
+        $file =~ s/cp?p?$/\$(OBJSUFF)/;
+        $project{"WXHTMLOBJS"} .= '$(HTMLDIR)/' . $file . " "
+    }
+
 #$}
 # This file was automatically generated by tmake at #$ Now()
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T!
@@ -242,14 +248,19 @@ $(COMMDIR)/lex_yy.c:    $(COMMDIR)/doslex.c
 
 clean:
        -erase *.o
+       -erase *.bak
        -erase core
        -erase ..\common\y_tab.c
        -erase ..\common\lex_yy.c
        -erase ..\common\*.o
+       -erase ..\common\*.bak
        -erase ..\generic\*.o
+       -erase ..\generic\*.bak
        -erase ..\html\*.o
        -erase ..\png\*.o
+       -erase ..\png\*.bak
        -erase ..\zlib\*.o
+       -erase ..\zlib\*.bak
        -erase ..\jpeg\*.o
        -erase ..\..\lib\libwx.a