]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/wat.t
added missing unixfiles
[wxWidgets.git] / distrib / msw / tmake / wat.t
index 2782c9ae5d65988576285eec527df6e498536c8c..66ac91e57befce6698109e1f598114efbaffa783 100644 (file)
@@ -5,6 +5,7 @@
 #! Author:  Vadim Zeitlin
 #! Created: 14.07.99
 #! Version: $Id$
+#! Changelist: 2003-02-25 - Juergen Ulbts - update from wxWindows 2.5.x/HEAD branch
 #!#############################################################################
 #${
     #! include the code which parses filelist.txt file and initializes
@@ -110,7 +111,8 @@ $(ARCHINCDIR)\wx:
 $(OUTPUTDIR):
        @if not exist $^@ mkdir $^@
 
-$(SETUP_H): $(WXDIR)\include\wx\msw\setup.h $(ARCHINCDIR)\wx
+$(SETUP_H): $(ARCHINCDIR)\wx
+    if not exist $(WXDIR)\include\wx\msw\setup.h copy $(WXDIR)\include\wx\msw\setup0.h $(WXDIR)\include\wx\msw\setup.h
        copy $(WXDIR)\include\wx\msw\setup.h $@
 
 LBCFILE=wx$(TOOLKIT).lbc
@@ -182,6 +184,7 @@ cleanall:   clean
     }
 #$}
 
+
 ########################################################
 # Generic objects (not always compiled, depending on
 # whether platforms have native implementations)