]>
Commit | Line | Data |
---|---|---|
43f813d1 VZ |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
b14abf14 | 3 | # Bakefile 0.1.6 (http://bakefile.sourceforge.net) |
43f813d1 VZ |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
7 | include ../../build/msw/config.dmc | |
8 | ||
9 | # ------------------------------------------------------------------------- | |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | ### Variables: ### | |
14 | ||
15 | WX_RELEASE_NODOT = 25 | |
b14abf14 | 16 | OBJS = dmc_mswd$(CFG) |
43f813d1 VZ |
17 | LIBTYPE_SUFFIX = lib |
18 | LIBDIRNAME = .\..\..\lib\dmc_$(LIBTYPE_SUFFIX)$(CFG) | |
b14abf14 JS |
19 | SETUPHDIR = $(LIBDIRNAME)\mswd |
20 | POPUP_CXXFLAGS = -g -o+none -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ \ | |
21 | -I.\..\..\include -I$(SETUPHDIR) -w- -I. -WA -I.\..\..\samples -DNOPCH -Ar -Ae \ | |
22 | $(CPPFLAGS) $(CXXFLAGS) | |
43f813d1 VZ |
23 | POPUP_OBJECTS = \ |
24 | $(OBJS)\popup_popup.obj | |
25 | ||
26 | ### Targets: ### | |
27 | ||
28 | all : $(OBJS)\popup.exe | |
29 | ||
30 | clean : | |
31 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
32 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
33 | -if exist $(OBJS)\*.sym del $(OBJS)\*.sym | |
34 | -if exist $(OBJS)\popup.exe del $(OBJS)\popup.exe | |
35 | -if exist $(OBJS)\popup.map del $(OBJS)\popup.map | |
36 | ||
37 | $(OBJS)\popup.exe : $(POPUP_OBJECTS) $(OBJS)\popup_sample.res | |
b14abf14 | 38 | link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT $(LDFLAGS) /DEBUG /CODEVIEW /su:windows:4.0 $(POPUP_OBJECTS),$@,$(OBJS)\popup.map, $(LIBDIRNAME)\ 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)\popup_sample.res |
43f813d1 VZ |
39 | |
40 | $(OBJS)\popup_popup.obj : .\popup.cpp | |
41 | $(CXX) -mn -c -o$@ $(POPUP_CXXFLAGS) .\popup.cpp | |
42 | ||
43 | $(OBJS)\popup_sample.res : .\..\sample.rc | |
b14abf14 | 44 | rcc $** -o$@ -D_WIN32_WINNT=0x0400 -D__WXMSW__ -D__WXDEBUG__ -I.\..\..\include -I$(SETUPHDIR) -I. -I.\..\..\samples -DNOPCH -32 -v- |
43f813d1 | 45 |