]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/makefile.dos
char* -> wxString
[wxWidgets.git] / src / msw / makefile.dos
index e7ef28afa6d7f12a474e77c97973f55b779e8734..b2810c50e99c13785d33b3b5b1179f2d1d0f5810 100644 (file)
@@ -131,9 +131,6 @@ COMMONOBJS = \
 # Fails when including png.h, on jmp_buf.
 #  $(COMMDIR)\image.obj \
 
-# Don't need this
-# $(COMMDIR)\postscrp.obj \
 MSWOBJS = \
   $(MSWDIR)\accel.obj \
   $(MSWDIR)\app.obj \
@@ -210,6 +207,10 @@ MSWOBJS = \
 #  $(OLEDIR)\oleutils.obj \
 #  $(OLEDIR)\uuid.obj
 
+# TODO: Implement XPM and PNG targets in this makefile!
+#  $(OLEDIR)\xpmhand \
+#  $(OLEDIR)\pnghand \
+
 # Not appropriate for 16-bit Windows
 #  $(MSWDIR)\registry.obj \
 #  $(MSWDIR)\dirdlg.obj \
@@ -781,11 +782,6 @@ $(COMMDIR)/odbc.obj:     $*.$(SRCSUFF)
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
 <<
 
-$(COMMDIR)/postscrp.obj:     $*.$(SRCSUFF)
-        cl @<<
-$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
-<<
-
 $(COMMDIR)/process.obj:     $*.$(SRCSUFF)
         cl @<<
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)