]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/makefile.dos
made the interface more compatible with the MSW version (although
[wxWidgets.git] / src / msw / makefile.dos
index 211647392205649baa1ac2d0c1757b13e7a8fd7f..aaa369bbb483ac9cdbb39b6862d07e36ce95d69f 100644 (file)
@@ -180,6 +180,8 @@ MSWOBJS = \
   $(MSWDIR)\wave.obj \
   $(MSWDIR)\window.obj \
   $(OLEDIR)\droptgt.obj \
+  $(OLEDIR)\dropsrc.obj \
+  $(OLEDIR)\dataobj.obj \
   $(OLEDIR)\oleutils.obj \
   $(OLEDIR)\uuid.obj
 
@@ -602,6 +604,16 @@ $(OLEDIR)/droptgt.obj:     $*.$(SRCSUFF)
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
 <<
 
+$(OLEDIR)/dropsrc.obj:     $*.$(SRCSUFF)
+        cl @<<
+$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
+<<
+
+$(OLEDIR)/dataobj.obj:     $*.$(SRCSUFF)
+        cl @<<
+$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
+<<
+
 $(OLEDIR)/oleutils.obj:     $*.$(SRCSUFF)
         cl @<<
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)