⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.bcc

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 BCC
📖 第 1 页 / 共 2 页
字号:
# =========================================================================#     This makefile was generated by#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)#     Do not modify, all changes will be overwritten!# =========================================================================.autodepend!ifndef BCCDIR!ifndef MAKEDIR!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4!endifBCCDIR = $(MAKEDIR)\..!endif!include ../../../build/msw/config.bcc# -------------------------------------------------------------------------# Do not modify the rest of this file!# -------------------------------------------------------------------------### Variables: ###WX_RELEASE_NODOT = 28OBJS = \	bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)SETUPHDIR = \	$(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)FL_DEMO1_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \	$(__OPTIMIZEFLAG) $(__THREADSFLAG_7) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \	$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \	$(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \	-I.\..\..\..\samples -DNOPCH -I.\..\..\include -DBMP_DIR=\"bitmaps/\" \	$(CPPFLAGS) $(CXXFLAGS)FL_DEMO1_OBJECTS =  \	$(OBJS)\fl_demo1_fl_demo1.objFL_DEMO2_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \	$(__OPTIMIZEFLAG) $(__THREADSFLAG_7) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \	$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \	$(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \	-I.\..\..\..\samples -DNOPCH -I.\..\..\include -DBMP_DIR=\"bitmaps/\" \	$(CPPFLAGS) $(CXXFLAGS)FL_DEMO2_OBJECTS =  \	$(OBJS)\fl_demo2_fl_demo2.objFL_SAMPLE1_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \	$(__OPTIMIZEFLAG) $(__THREADSFLAG_7) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \	$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \	$(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \	-I.\..\..\..\samples -DNOPCH -I.\..\..\include -DBMP_DIR=\"bitmaps/\" \	$(CPPFLAGS) $(CXXFLAGS)FL_SAMPLE1_OBJECTS =  \	$(OBJS)\fl_sample1_fl_sample1.objFL_SAMPLE2_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \	$(__OPTIMIZEFLAG) $(__THREADSFLAG_7) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \	$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \	$(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \	-I.\..\..\..\samples -DNOPCH -I.\..\..\include -DBMP_DIR=\"bitmaps/\" \	$(CPPFLAGS) $(CXXFLAGS)FL_SAMPLE2_OBJECTS =  \	$(OBJS)\fl_sample2_fl_sample2.objFL_SAMPLE3_CXXFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \	$(__OPTIMIZEFLAG) $(__THREADSFLAG_7) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \	$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \	$(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \	$(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -I. $(__DLLFLAG_p) \	-I.\..\..\..\samples -DNOPCH -I.\..\..\include -DBMP_DIR=\"bitmaps/\" \	$(CPPFLAGS) $(CXXFLAGS)FL_SAMPLE3_OBJECTS =  \	$(OBJS)\fl_sample3_fl_sample3.obj### Conditionally set variables: ###!if "$(USE_GUI)" == "0"PORTNAME = base!endif!if "$(USE_GUI)" == "1"PORTNAME = msw!endif!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"WXDEBUGFLAG = d!endif!if "$(DEBUG_FLAG)" == "1"WXDEBUGFLAG = d!endif!if "$(UNICODE)" == "1"WXUNICODEFLAG = u!endif!if "$(WXUNIV)" == "1"WXUNIVNAME = univ!endif!if "$(SHARED)" == "1"WXDLLFLAG = dll!endif!if "$(SHARED)" == "0"LIBTYPE_SUFFIX = lib!endif!if "$(SHARED)" == "1"LIBTYPE_SUFFIX = dll!endif!if "$(MONOLITHIC)" == "0"EXTRALIBS_FOR_BASE = !endif!if "$(MONOLITHIC)" == "1"EXTRALIBS_FOR_BASE =  !endif!if "$(BUILD)" == "debug"__OPTIMIZEFLAG = -Od!endif!if "$(BUILD)" == "release"__OPTIMIZEFLAG = -O2!endif!if "$(USE_THREADS)" == "0"__THREADSFLAG = !endif!if "$(USE_THREADS)" == "1"__THREADSFLAG = mt!endif!if "$(USE_THREADS)" == "0"__THREADSFLAG_7 = !endif!if "$(USE_THREADS)" == "1"__THREADSFLAG_7 = -tWM!endif!if "$(RUNTIME_LIBS)" == "dynamic"__RUNTIME_LIBS = -tWR!endif!if "$(RUNTIME_LIBS)" == "static"__RUNTIME_LIBS = !endif!if "$(RUNTIME_LIBS)" == "dynamic"__RUNTIME_LIBS_3 = i!endif!if "$(RUNTIME_LIBS)" == "static"__RUNTIME_LIBS_3 = !endif!if "$(WXUNIV)" == "1"__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__!endif!if "$(WXUNIV)" == "1"__WXUNIV_DEFINE_p_12 = -d__WXUNIVERSAL__!endif!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"__DEBUG_DEFINE_p = -D__WXDEBUG__!endif!if "$(DEBUG_FLAG)" == "1"__DEBUG_DEFINE_p = -D__WXDEBUG__!endif!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"__DEBUG_DEFINE_p_12 = -d__WXDEBUG__!endif!if "$(DEBUG_FLAG)" == "1"__DEBUG_DEFINE_p_12 = -d__WXDEBUG__!endif!if "$(USE_EXCEPTIONS)" == "0"__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS!endif!if "$(USE_EXCEPTIONS)" == "0"__EXCEPTIONS_DEFINE_p_12 = -dwxNO_EXCEPTIONS!endif!if "$(USE_RTTI)" == "0"__RTTI_DEFINE_p = -DwxNO_RTTI!endif!if "$(USE_RTTI)" == "0"__RTTI_DEFINE_p_12 = -dwxNO_RTTI!endif!if "$(USE_THREADS)" == "0"__THREAD_DEFINE_p = -DwxNO_THREADS

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -