Corrected makefile target bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
df801fc6d4
commit
1126585b76
@ -16,6 +16,9 @@ WXDIR = $(WXWIN)
|
||||
|
||||
all: $(EXTRATARGETS) $(LIBTARGET)
|
||||
|
||||
$(D) :
|
||||
mkdir $(D)
|
||||
|
||||
wx:
|
||||
cd $(WXDIR)\src\msw
|
||||
nmake -f makefile.vc FINAL=$(FINAL)
|
||||
|
@ -220,6 +220,3 @@ $(CPPFLAGS2) /Fo$@ /c $<
|
||||
$(CPPFLAGS) /Fo$@ /c /Tp $<
|
||||
<<
|
||||
|
||||
$(D) :
|
||||
mkdir $(D)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user