]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrc/makefile.vc
Added wxFontEnumerator stubs
[wxWidgets.git] / contrib / utils / wxrc / makefile.vc
CommitLineData
cecc483e
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
031dfec8 6
cecc483e 7!include <../../../build/config.vc>
031dfec8 8
cecc483e
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
031dfec8 12
cecc483e 13### Variables: ###
b5ff2fbd 14
cecc483e 15OBJS = vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
bdc408c4 16WXRC_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGFLAG_2) /DWIN32 $(__DEBUGFLAG_0) /Fd$(OBJS)\wxrc.pdb $(____DEBUGFLAG_3_p) $(__OPTIMIZEFLAG_4) /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.\..\..\..\src\expat\lib /I. $(__DLLFLAG_p) /D_CONSOLE /DwxUSE_GUI=0 $(CXXFLAGS)
031dfec8 17
cecc483e
VS
18### Conditionally set variables: ###
19
20!if "$(USE_GUI)" == "0"
21PORTNAME = base
22!endif
23!if "$(USE_GUI)" == "1"
24PORTNAME = msw
25!endif
26!if "$(BUILD)" == "debug"
27WXDEBUGFLAG = d
28!endif
29!if "$(SHARED)" == "1"
30WXDLLFLAG = dll
31!endif
32!if "$(UNICODE)" == "1"
33WXUNICODEFLAG = u
34!endif
35!if "$(WXUNIV)" == "1"
36WXUNIVNAME = 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 =
b5ff2fbd 55!endif
cecc483e
VS
56!if "$(BUILD)" == "debug"
57__DEBUG_DEFINE_p = /D__WXDEBUG__
58!endif
59!if "$(SHARED)" == "1"
60__DLLFLAG_p = /DWXUSINGDLL
61!endif
62!if "$(BUILD)" == "debug"
bdc408c4 63__OPTIMIZEFLAG_4 = /Od
cecc483e
VS
64!endif
65!if "$(BUILD)" == "release"
bdc408c4 66__OPTIMIZEFLAG_4 = /O2
cecc483e
VS
67!endif
68!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 69__RUNTIME_LIBS_7 = D
cecc483e
VS
70!endif
71!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 72__RUNTIME_LIBS_7 = T
cecc483e
VS
73!endif
74!if "$(UNICODE)" == "1"
75__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
76!endif
77!if "$(MONOLITHIC)" == "0"
78__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
79!endif
80!if "$(MONOLITHIC)" == "1"
81__WXLIB_MONO_p = wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
82!endif
83!if "$(MONOLITHIC)" == "0"
84__WXLIB_XML_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_xml.lib
85!endif
86!if "$(WXUNIV)" == "1"
87__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
88!endif
bdc408c4
VS
89!if "$(BUILD)" == "debug"
90____DEBUGFLAG_3_p = /D_DEBUG
91!endif
92!if "$(BUILD)" == "release"
93____DEBUGFLAG_3_p = /DNDEBUG
94!endif
cecc483e
VS
95
96
97all: $(OBJS)
98$(OBJS):
99 -if not exist $(OBJS) mkdir $(OBJS)
100
101### Targets: ###
b5ff2fbd 102
cecc483e 103all: $(OBJS)\wxrc.exe
b5ff2fbd 104
cecc483e
VS
105$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
106 $(CXX) /c /nologo /TP /Fo$@ $(WXRC_CXXFLAGS) $**
031dfec8 107
cecc483e
VS
108clean:
109 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
110 -if exist $(OBJS)\*.res del $(OBJS)\*.res
111 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
031dfec8 112
cecc483e
VS
113$(OBJS)\wxrc.exe: $(OBJS)\wxrc_wxrc.obj
114 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGFLAG_1) /LIBPATH:.\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) /SUBSYSTEM:CONSOLE @<<
115 $(OBJS)\wxrc_wxrc.obj $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxtiff$(WXDEBUGFLAG).lib wxjpeg$(WXDEBUGFLAG).lib wxpng$(WXDEBUGFLAG).lib wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(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
116<<