From: Václav Slavík Date: Thu, 17 Jan 2002 00:18:09 +0000 (+0000) Subject: wxMGL Watcom makefiles fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2eebeb077b1abfe8362d8239dcf4d0ad0f9859d7 wxMGL Watcom makefiles fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/watmgl.t b/distrib/msw/tmake/watmgl.t index a0a3db08be..164f233dc9 100644 --- a/distrib/msw/tmake/watmgl.t +++ b/distrib/msw/tmake/watmgl.t @@ -119,7 +119,16 @@ HTMLOBJS = #$ ExpandGlue("WXHTMLOBJS", "", " &\n\t") # Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc. OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MGLOBJS) $(UNIVOBJS) $(UNIVTHEMEOBJS) $(HTMLOBJS) -all: $(OBJECTS) $(LIBTARGET) $(EXTRATARGETS) .SYMBOLIC +SETUP_H=$(ARCHINCDIR)\wx\setup.h + +all: $(SETUP_H) $(OBJECTS) $(LIBTARGET) $(EXTRATARGETS) .SYMBOLIC + +$(ARCHINCDIR)\wx: + mkdir $(ARCHINCDIR) + mkdir $(ARCHINCDIR)\wx + +$(SETUP_H): $(WXDIR)\include\wx\mgl\setup.h $(ARCHINCDIR)\wx + copy $(WXDIR)\include\wx\mgl\setup.h $@ $(LIBTARGET) : $(OBJECTS) %create tmp.lbc