X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fc9385a2c0054257b8c48d22d3a523afd6252a6..901331c9f9deb951fc7c27bf392afd3c125d9f30:/distrib/msw/tmake/wat.t diff --git a/distrib/msw/tmake/wat.t b/distrib/msw/tmake/wat.t index 2782c9ae5d..66ac91e57b 100644 --- a/distrib/msw/tmake/wat.t +++ b/distrib/msw/tmake/wat.t @@ -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)