]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
3 | # Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) | |
4 | # Do not modify, all changes will be overwritten! | |
5 | # ========================================================================= | |
8b089c5e | 6 | |
250700e4 | 7 | !include <../../../build/config.vc> |
8b089c5e | 8 | |
250700e4 RD |
9 | # ------------------------------------------------------------------------- |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | ### Variables: ### | |
14 | ||
15 | CUBE_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_6)$(__DEBUGFLAG_2) $(__DEBUGFLAG_0) /Fd$(OBJS)\cube.pdb $(__OPTIMIZEFLAG_3) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I.\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) /I.\..\..\..\src\tiff /I.\..\..\..\src\jpeg /I.\..\..\..\src\png /I.\..\..\..\src\zlib /I.\..\..\..\src\regex /I. $(__DLLFLAG_p) $(CXXFLAGS) | |
16 | OBJS = vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
17 | ||
18 | ### Conditionally set variables: ### | |
19 | ||
20 | !if "$(USE_GUI)" == "0" | |
21 | PORTNAME = base | |
22 | !endif | |
23 | !if "$(USE_GUI)" == "1" | |
24 | PORTNAME = msw | |
25 | !endif | |
26 | !if "$(BUILD)" == "debug" | |
27 | WXDEBUGFLAG = d | |
28 | !endif | |
29 | !if "$(SHARED)" == "1" | |
30 | WXDLLFLAG = dll | |
31 | !endif | |
32 | !if "$(UNICODE)" == "1" | |
33 | WXUNICODEFLAG = u | |
34 | !endif | |
35 | !if "$(WXUNIV)" == "1" | |
36 | WXUNIVNAME = univ | |
37 | !endif | |
38 | !if "$(BUILD)" == "debug" | |
39 | __DEBUGFLAG_0 = /Zi | |
40 | !endif | |
41 | !if "$(BUILD)" == "release" | |
42 | __DEBUGFLAG_0 = | |
43 | !endif | |
44 | !if "$(BUILD)" == "debug" | |
45 | __DEBUGFLAG_1 = /DEBUG | |
46 | !endif | |
47 | !if "$(BUILD)" == "release" | |
48 | __DEBUGFLAG_1 = | |
49 | !endif | |
50 | !if "$(BUILD)" == "debug" | |
51 | __DEBUGFLAG_2 = d | |
52 | !endif | |
53 | !if "$(BUILD)" == "release" | |
54 | __DEBUGFLAG_2 = | |
55 | !endif | |
56 | !if "$(BUILD)" == "debug" | |
57 | __DEBUG_DEFINE_p = /D__WXDEBUG__ | |
58 | !endif | |
59 | !if "$(BUILD)" == "debug" | |
60 | __DEBUG_DEFINE_p_1 = /d__WXDEBUG__ | |
61 | !endif | |
62 | !if "$(SHARED)" == "1" | |
63 | __DLLFLAG_p = /DWXUSINGDLL | |
8b089c5e | 64 | !endif |
250700e4 RD |
65 | !if "$(SHARED)" == "1" |
66 | __DLLFLAG_p_1 = /dWXUSINGDLL | |
67 | !endif | |
68 | !if "$(BUILD)" == "debug" | |
69 | __OPTIMIZEFLAG_3 = /Od | |
70 | !endif | |
71 | !if "$(BUILD)" == "release" | |
72 | __OPTIMIZEFLAG_3 = /O2 | |
73 | !endif | |
74 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
75 | __RUNTIME_LIBS_6 = D | |
76 | !endif | |
77 | !if "$(RUNTIME_LIBS)" == "static" | |
78 | __RUNTIME_LIBS_6 = | |
79 | !endif | |
80 | !if "$(UNICODE)" == "1" | |
81 | __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 | |
82 | !endif | |
83 | !if "$(UNICODE)" == "1" | |
84 | __UNICODE_DEFINE_p_1 = /dwxUSE_UNICODE=1 | |
85 | !endif | |
86 | !if "$(MONOLITHIC)" == "0" | |
87 | __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
88 | !endif | |
89 | !if "$(MONOLITHIC)" == "0" | |
90 | __WXLIB_CORE_p = wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib | |
91 | !endif | |
92 | !if "$(MONOLITHIC)" == "1" | |
93 | __WXLIB_MONO_p = wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
94 | !endif | |
95 | !if "$(WXUNIV)" == "1" | |
96 | __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__ | |
97 | !endif | |
98 | !if "$(WXUNIV)" == "1" | |
99 | __WXUNIV_DEFINE_p_1 = /d__WXUNIVERSAL__ | |
100 | !endif | |
101 | ||
102 | ||
103 | all: $(OBJS) | |
104 | $(OBJS): | |
105 | -if not exist $(OBJS) mkdir $(OBJS) | |
106 | ||
107 | ### Targets: ### | |
108 | ||
109 | all: $(OBJS)\cube.exe | |
110 | ||
111 | $(OBJS)\cube_cube.obj: .\cube.cpp | |
112 | $(CXX) /c /nologo /TP /Fo$@ $(CUBE_CXXFLAGS) $** | |
8b089c5e | 113 | |
250700e4 RD |
114 | $(OBJS)\cube_cube.res: .\cube.rc |
115 | rc /fo$@ /d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i.\..\..\..\include /i.\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) /i.\..\..\..\src\tiff /i.\..\..\..\src\jpeg /i.\..\..\..\src\png /i.\..\..\..\src\zlib /i.\..\..\..\src\regex /i. $(__DLLFLAG_p_1) $** | |
8b089c5e | 116 | |
250700e4 RD |
117 | clean: |
118 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
119 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
120 | -if exist $(OBJS)\cube.exe del $(OBJS)\cube.exe | |
8b089c5e | 121 | |
250700e4 RD |
122 | $(OBJS)\cube.exe: $(OBJS)\cube_cube.obj $(OBJS)\cube_cube.res |
123 | link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGFLAG_1) /LIBPATH:.\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) /SUBSYSTEM:WINDOWS @<< | |
124 | $(OBJS)\cube_cube.obj $(OBJS)\cube_cube.res wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_gl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxtiff$(WXDEBUGFLAG).lib wxjpeg$(WXDEBUGFLAG).lib wxpng$(WXDEBUGFLAG).lib wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib | |
125 | << |