63f4968cd1
Bakefile for this program doesn't exist so its makefiles are out of date and it doesn't build any more now, disable its build until the bakefile is checked in. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
92 lines
2.7 KiB
Plaintext
92 lines
2.7 KiB
Plaintext
# =========================================================================
|
|
# This makefile was generated by
|
|
# Bakefile 0.2.6 (http://www.bakefile.org)
|
|
# Do not modify, all changes will be overwritten!
|
|
# =========================================================================
|
|
|
|
!include <../build/msw/config.vc>
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Do not modify the rest of this file!
|
|
# -------------------------------------------------------------------------
|
|
|
|
### Variables: ###
|
|
|
|
MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
|
CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
|
|
WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
|
|
TARGET_CPU="$(TARGET_CPU)" DEBUG_INFO="$(DEBUG_INFO)" \
|
|
DEBUG_FLAG="$(DEBUG_FLAG)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" \
|
|
MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
|
|
USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
|
|
USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" \
|
|
USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
|
|
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
|
|
USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
|
|
OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
|
|
WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
|
|
CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
|
|
RUNTIME_LIBS="$(RUNTIME_LIBS)"
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
all: sub_emulator sub_helpview sub_hhp2cached sub_ifacecheck sub_screenshotgen sub_wxrc
|
|
|
|
clean:
|
|
-if exist .\*.obj del .\*.obj
|
|
-if exist .\*.res del .\*.res
|
|
-if exist .\*.pch del .\*.pch
|
|
cd emulator\src
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
cd helpview\src
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
cd hhp2cached
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
cd ifacecheck\src
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
cd screenshotgen\src
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
cd wxrc
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_emulator:
|
|
cd emulator\src
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_helpview:
|
|
cd helpview\src
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_hhp2cached:
|
|
cd hhp2cached
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_ifacecheck:
|
|
cd ifacecheck\src
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_screenshotgen:
|
|
cd screenshotgen\src
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|
|
sub_wxrc:
|
|
cd wxrc
|
|
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
|
cd "$(MAKEDIR)"
|
|
|