X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1925afc905df6260036832e58d2f3919caad03f..a0378c28b877a68d8ef9991ce4b1433b2560d928:/distrib/msw/tmake/g95.t diff --git a/distrib/msw/tmake/g95.t b/distrib/msw/tmake/g95.t index 65243e90cc..d685da66fa 100644 --- a/distrib/msw/tmake/g95.t +++ b/distrib/msw/tmake/g95.t @@ -45,6 +45,12 @@ $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