git-svn-id: svn://10.65.10.50/branches/R_10_00@23238 c028cbd2-c16b-5b4b-a496-9718f37d4682
47 lines
2.4 KiB
Plaintext
47 lines
2.4 KiB
Plaintext
# =========================================================================
|
|
# This makefile was generated by
|
|
# Bakefile 0.2.8 (http://www.bakefile.org)
|
|
# 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 = 28
|
|
OBJS = dmc_mswd$(CFG)
|
|
LIBTYPE_SUFFIX = lib
|
|
LIBDIRNAME = .\..\..\..\..\lib\dmc_$(LIBTYPE_SUFFIX)$(CFG)
|
|
SETUPHDIR = $(LIBDIRNAME)\mswd
|
|
DYNSASH_SWITCH_CXXFLAGS = -g -o+none -D_WIN32_WINNT=0x0400 -D__WXMSW__ \
|
|
-D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\..\..\..\include -w- -I. -WA \
|
|
-I.\..\..\..\..\samples -DNOPCH -I.\..\..\..\include -Ar -Ae $(CPPFLAGS) \
|
|
$(CXXFLAGS)
|
|
DYNSASH_SWITCH_OBJECTS = \
|
|
$(OBJS)\dynsash_switch_dynsash_switch.obj
|
|
|
|
### Targets: ###
|
|
|
|
all : $(OBJS)\dynsash_switch.exe
|
|
|
|
clean :
|
|
-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
|
|
-if exist $(OBJS)\*.res del $(OBJS)\*.res
|
|
-if exist $(OBJS)\*.sym del $(OBJS)\*.sym
|
|
-if exist $(OBJS)\dynsash_switch.exe del $(OBJS)\dynsash_switch.exe
|
|
-if exist $(OBJS)\dynsash_switch.map del $(OBJS)\dynsash_switch.map
|
|
|
|
$(OBJS)\dynsash_switch.exe : $(DYNSASH_SWITCH_OBJECTS) $(OBJS)\dynsash_switch_sample.res
|
|
link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT /DEBUG /CODEVIEW /su:windows:4.0 $(LDFLAGS) $(DYNSASH_SWITCH_OBJECTS),$@,$(OBJS)\dynsash_switch.map, $(LIBDIRNAME)\ wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_gizmos.lib wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_core.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)\dynsash_switch_sample.res
|
|
|
|
$(OBJS)\dynsash_switch_sample.res : .\..\..\..\..\samples\sample.rc
|
|
rcc .\..\..\..\..\samples\sample.rc -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I$(SETUPHDIR) -I.\..\..\..\..\include -I. -I.\..\..\..\..\samples -DNOPCH -I.\..\..\..\include -32 -v-
|
|
|
|
$(OBJS)\dynsash_switch_dynsash_switch.obj : .\dynsash_switch.cpp
|
|
$(CXX) -mn -c -cpp -o$@ $(DYNSASH_SWITCH_CXXFLAGS) .\dynsash_switch.cpp
|
|
|