don't build flash and mfc samples with non-MSVC compilers (closes #10622)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-21 15:39:15 +00:00
parent ea46839980
commit c00ee75726
4 changed files with 13 additions and 48 deletions

View File

@@ -334,14 +334,6 @@ clean:
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wrapsizer.bat
call wrapsizer.bat
@del wrapsizer.bat
@echo cd flash >flash.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>flash.bat
call flash.bat
@del flash.bat
@echo cd mfc >mfc.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mfc.bat
call mfc.bat
@del mfc.bat
@echo cd memcheck >memcheck.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat
call memcheck.bat
@@ -773,18 +765,6 @@ wrapsizer:
call wrapsizer.bat
@del wrapsizer.bat
flash:
@echo cd flash >flash.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>flash.bat
call flash.bat
@del flash.bat
mfc:
@echo cd mfc >mfc.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mfc.bat
call mfc.bat
@del mfc.bat
memcheck:
@echo cd memcheck >memcheck.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat