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

📄 makefile.dmc

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 DMC
字号:
# =========================================================================#     This makefile was generated by#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)#     Do not modify, all changes will be overwritten!# =========================================================================include ../../../build/msw/config.dmc# -------------------------------------------------------------------------# Do not modify the rest of this file!# -------------------------------------------------------------------------### Variables: ###WX_RELEASE_NODOT = 28OBJS = dmc_mswd$(CFG)LIBTYPE_SUFFIX = libLIBDIRNAME = .\..\..\..\lib\dmc_$(LIBTYPE_SUFFIX)$(CFG)SETUPHDIR = $(LIBDIRNAME)\mswdTEST_CXXFLAGS = -g -o+none -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ \	-I$(SETUPHDIR) -I.\..\..\..\include -w- -I. -WA -I.\..\..\..\samples -DNOPCH \	-Ar -Ae $(CPPFLAGS) $(CXXFLAGS)TEST_OBJECTS =  \	$(OBJS)\test_test.obj### Targets: ###all : $(OBJS)\test.exe dataclean : 	-if exist $(OBJS)\*.obj del $(OBJS)\*.obj	-if exist $(OBJS)\*.res del $(OBJS)\*.res	-if exist $(OBJS)\*.sym del $(OBJS)\*.sym	-if exist $(OBJS)\test.exe del $(OBJS)\test.exe	-if exist $(OBJS)\test.map del $(OBJS)\test.map$(OBJS)\test.exe : $(TEST_OBJECTS)  $(OBJS)\test_test.res	link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT $(LDFLAGS) /DEBUG /CODEVIEW  /su:windows:4.0 $(TEST_OBJECTS),$@,$(OBJS)\test.map, $(LIBDIRNAME)\ wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_html.lib  wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_core.lib  wxbase$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_net.lib  wxbase$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR).lib   wxtiffd.lib wxjpegd.lib wxpngd.lib  wxzlibd.lib  wxregexd.lib wxexpatd.lib    kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\test_test.resdata : 	if not exist $(OBJS) mkdir $(OBJS)	for %f in (f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm foo.png subsup.html) do if not exist $(OBJS)\%f copy .\%f $(OBJS)$(OBJS)\test_test.obj : .\test.cpp	$(CXX) -mn -c -cpp -o$@ $(TEST_CXXFLAGS) .\test.cpp$(OBJS)\test_test.res : .\test.rc	rcc .\test.rc -o$@  -D_WIN32_WINNT=0x0400 -D__WXMSW__  -D__WXDEBUG__       -I$(SETUPHDIR) -I.\..\..\..\include -I.  -I.\..\..\..\samples -DNOPCH -32 -v-

⌨️ 快捷键说明

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