From: Julian Smart Date: Wed, 26 Jul 2000 11:53:38 +0000 (+0000) Subject: Corrected makefile target bug X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1126585b76e4b6ec750ebc60f61f2cf73c5712e0 Corrected makefile target bug git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/makelib.vc b/src/makelib.vc index 6f5dccbcad..67158bab05 100644 --- a/src/makelib.vc +++ b/src/makelib.vc @@ -16,6 +16,9 @@ WXDIR = $(WXWIN) all: $(EXTRATARGETS) $(LIBTARGET) +$(D) : + mkdir $(D) + wx: cd $(WXDIR)\src\msw nmake -f makefile.vc FINAL=$(FINAL) diff --git a/src/makevc.env b/src/makevc.env index 03945f4db1..1922707f70 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -220,6 +220,3 @@ $(CPPFLAGS2) /Fo$@ /c $< $(CPPFLAGS) /Fo$@ /c /Tp $< << -$(D) : - mkdir $(D) -