More BC++ makefile tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-04-08 17:15:58 +00:00
parent 81c9effa84
commit 4d50d6840a
4 changed files with 7 additions and 12 deletions

View File

@@ -176,8 +176,8 @@ makearchsetuph:
cd $(WXDIR)\src\msw cd $(WXDIR)\src\msw
$(ARCHINCDIR)\wx: $(ARCHINCDIR)\wx:
mkdir $(ARCHINCDIR) -mkdir $(ARCHINCDIR)
mkdir $(ARCHINCDIR)\wx -mkdir $(ARCHINCDIR)\wx
!if "$(DLL)" == "0" !if "$(DLL)" == "0"

View File

@@ -29,7 +29,7 @@ COMPIL=1
PNGSETUP= PNGSETUP=
# Need wxUSE_ODBC; define this to compile db sample # Need wxUSE_ODBC; define this to compile db sample
ODBCSETUP= ODBCSETUP=
WXUSINGDLL=0
# #
# Please keep samples list up-to-date, in alphabetical order # Please keep samples list up-to-date, in alphabetical order
@@ -187,6 +187,8 @@ all:
make -f makefile.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) make -f makefile.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL)
clean: clean:
cd $(WXDIR)\samples\artprov
make -f makefile.b32 clean
cd $(WXDIR)\samples\calendar cd $(WXDIR)\samples\calendar
make -f makefile.b32 clean make -f makefile.b32 clean
cd $(WXDIR)\samples\caret cd $(WXDIR)\samples\caret
@@ -237,10 +239,8 @@ clean:
make -f makefile.b32 clean make -f makefile.b32 clean
cd $(WXDIR)\samples\mdi cd $(WXDIR)\samples\mdi
make -f makefile.b32 clean make -f makefile.b32 clean
!if "$(FINAL)" == "0"
cd $(WXDIR)\samples\memcheck cd $(WXDIR)\samples\memcheck
make -f makefile.b32 clean make -f makefile.b32 clean
!endif
cd $(WXDIR)\samples\mfc cd $(WXDIR)\samples\mfc
make -f makefile.b32 clean make -f makefile.b32 clean
cd $(WXDIR)\samples\menu cd $(WXDIR)\samples\menu
@@ -297,10 +297,8 @@ clean:
make -f makefile.b32 clean make -f makefile.b32 clean
cd $(WXDIR)\samples\validate cd $(WXDIR)\samples\validate
make -f makefile.b32 clean make -f makefile.b32 clean
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\wizard cd $(WXDIR)\samples\wizard
make -f makefile.b32 clean make -f makefile.b32 clean
!endif
cd $(WXDIR)\samples\dragimag cd $(WXDIR)\samples\dragimag
make -f makefile.b32 clean make -f makefile.b32 clean
cd $(WXDIR)\samples\erase cd $(WXDIR)\samples\erase
@@ -315,7 +313,6 @@ clean:
make -f makefile.b32 clean make -f makefile.b32 clean
cd $(WXDIR)\samples\propsize cd $(WXDIR)\samples\propsize
make -f makefile.b32 clean make -f makefile.b32 clean
cd $(WXDIR)\samples\sockets cd $(WXDIR)\samples\sockets
make -f makefile.b32 clean make -f makefile.b32 clean
cd $(WXDIR)\samples\treelay cd $(WXDIR)\samples\treelay

View File

@@ -216,10 +216,8 @@ clean:
nmake -f makefile.vc clean nmake -f makefile.vc clean
cd $(WXDIR)\samples\mdi cd $(WXDIR)\samples\mdi
nmake -f makefile.vc clean nmake -f makefile.vc clean
!if "$(FINAL)" == "0"
cd $(WXDIR)\samples\memcheck cd $(WXDIR)\samples\memcheck
nmake -f makefile.vc clean nmake -f makefile.vc clean
!endif
cd $(WXDIR)\samples\mfc cd $(WXDIR)\samples\mfc
nmake -f makefile.vc clean nmake -f makefile.vc clean
cd $(WXDIR)\samples\menu cd $(WXDIR)\samples\menu

View File

@@ -397,8 +397,8 @@ makearchsetuph:
cd $(WXDIR)\src\msw cd $(WXDIR)\src\msw
$(ARCHINCDIR)\wx: $(ARCHINCDIR)\wx:
mkdir $(ARCHINCDIR) -mkdir $(ARCHINCDIR)
mkdir $(ARCHINCDIR)\wx -mkdir $(ARCHINCDIR)\wx
!if "$(DLL)" == "0" !if "$(DLL)" == "0"