]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.vc
regen XRC makefiles
[wxWidgets.git] / samples / console / makefile.vc
CommitLineData
6f628073
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# =========================================================================
3e642d84 6
3e642d84 7
6f628073
VS
8# -------------------------------------------------------------------------
9# These are configurable options:
10# -------------------------------------------------------------------------
3e642d84 11
6f628073
VS
12# Type of compiled binaries [debug,release]
13BUILD = release
14# Name of your custom configuration. This affects directory
15# where object files are stored as well as the location of
16# compiled .lib files and setup.h under the lib/ toplevel directory.
17CFG =
18# Standard preprocessor flags (common for CC and CXX)
19CPPFLAGS = /DWIN32 /D_WINDOWS
20# C++ compiler
21CXX = cl
22# Standard flags for C++
23CXXFLAGS =
24# Standard linker flags
25LDFLAGS =
26# Multiple libraries or single huge monolithic one? [0,1]
27MONOLITHIC = 1
28# Is this official build by wxWindows developers? [0,1]
29OFFICIAL_BUILD = 0
30# What type of library to build? [0,1]
31SHARED = 1
32# Compile Unicode build of wxWindows? [0,1]
33UNICODE = 0
34# Build GUI libraries? [0,1]
35USE_GUI = 1
36# Build wxUniversal instead of native port? [0,1]
37WXUNIV = 0
38
39# -------------------------------------------------------------------------
40# Do not modify the rest of this file!
41# -------------------------------------------------------------------------
42
43### Variables: ###
44
0706fb23 45OBJS = vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
6f628073
VS
46CONSOLE_CXXFLAGS = $(CPPFLAGS) /MD /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) $(__MULTILIB_FLAG_p) $(CXXFLAGS)
47
48### Conditionally set variables: ###
49
50!if "$(USE_GUI)" == "0"
51PORTNAME = base
52!endif
53!if "$(USE_GUI)" == "1"
54PORTNAME = msw
55!endif
56!if "$(BUILD)" == "debug"
57WXDEBUGFLAG = d
58!endif
59!if "$(SHARED)" == "1"
60WXDLLFLAG = dll
61!endif
62!if "$(UNICODE)" == "1"
63WXUNICODEFLAG = u
64!endif
65!if "$(WXUNIV)" == "1"
66WXUNIVNAME = univ
67!endif
68!if "$(BUILD)" == "debug"
69__DEBUG_DEFINE_p = /D__WXDEBUG__
70!endif
71!if "$(SHARED)" == "1"
72__DLLFLAG_p = /DWXUSINGDLL
73!endif
74!if "$(MONOLITHIC)" == "0"
75__MULTILIB_FLAG_p = /DwxUSE_GUI=0
3e642d84 76!endif
6f628073
VS
77!if "$(UNICODE)" == "1"
78__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
79!endif
80!if "$(MONOLITHIC)" == "0"
0706fb23 81__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
82!endif
83!if "$(MONOLITHIC)" == "1"
84__WXLIB_MONO_p = wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
85!endif
86!if "$(WXUNIV)" == "1"
87__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
88!endif
89
90
91all: $(OBJS)
92$(OBJS):
93 -if not exist $(OBJS) mkdir $(OBJS)
94
95### Targets: ###
96
97all: $(OBJS)\console.exe data
98
99$(OBJS)\console_console.obj: .\console.cpp
100 $(CXX) /c /nologo /TP /Fo$@ $(CONSOLE_CXXFLAGS) $**
101
102clean:
103 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
104 -if exist $(OBJS)\*.res del $(OBJS)\*.res
105 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
106 -if exist $(OBJS)\testdata.fc del $(OBJS)\testdata.fc
107
108$(OBJS)\console.exe: $(OBJS)\console_console.obj
109 link /NOLOGO /OUT:$@ $(LDFLAGS) /LIBPATH:.\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) /SUBSYSTEM:CONSOLE /SUBSYSTEM:CONSOLE @<<
0706fb23 110 $(OBJS)\console_console.obj $(__WXLIB_MONO_p) $(__WXLIB_BASE_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
6f628073
VS
111<<
112
113data:
0706fb23
VS
114 if not exist $(OBJS) mkdir $(OBJS)
115 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
3e642d84 116
6f628073 117install: all
3e642d84 118
6f628073 119uninstall: