]> git.saurik.com Git - wxWidgets.git/blame - demos/forty/forty.dsp
updates to reflect fixes to wx-config
[wxWidgets.git] / demos / forty / forty.dsp
CommitLineData
56f23a58
VZ
1# Microsoft Developer Studio Project File - Name="forty" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Application" 0x0101
6
7CFG=forty - Win32 Debug
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE
11!MESSAGE NMAKE /f "forty.mak".
12!MESSAGE
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE
16!MESSAGE NMAKE /f "forty.mak" CFG="forty - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "forty - Win32 Release DLL" (based on "Win32 (x86) Application")
21!MESSAGE "forty - Win32 Debug DLL" (based on "Win32 (x86) Application")
22!MESSAGE "forty - Win32 Release" (based on "Win32 (x86) Application")
23!MESSAGE "forty - Win32 Debug" (based on "Win32 (x86) Application")
24!MESSAGE
25
26# Begin Project
5638d705 27# PROP AllowPerConfigDependencies 0
56f23a58
VZ
28# PROP Scc_ProjName ""
29# PROP Scc_LocalPath ""
30CPP=cl.exe
31MTL=midl.exe
32RSC=rc.exe
33
5638d705 34!IF "$(CFG)" == "forty - Win32 Release DLL"
56f23a58
VZ
35
36# PROP BASE Use_MFC 0
37# PROP BASE Use_Debug_Libraries 0
38# PROP BASE Output_Dir "ReleaseDll"
39# PROP BASE Intermediate_Dir "ReleaseDll"
40# PROP BASE Target_Dir ""
41# PROP Use_MFC 0
42# PROP Use_Debug_Libraries 0
43# PROP Output_Dir "ReleaseDll"
44# PROP Intermediate_Dir "ReleaseDll"
45# PROP Ignore_Export_Lib 0
46# PROP Target_Dir ""
47# ADD BASE CPP /nologo /W4 /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /YX /FD /c
2b5f62a0 48# ADD CPP /nologo /MD /W4 /O2 /I "../../include" /I "../../lib/mswdll" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D "_MT" /D wxUSE_GUI=1 /D "WXUSINGDLL" /YX /FD /I..\..\lib\mswdll /c
5638d705
JS
49# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
50# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
2b5f62a0
VZ
51# ADD BASE RSC /l 0x409 /i "../../include" /d "NDEBUG"
52# ADD RSC /l 0x409 /i "../../include" /d "NDEBUG"
56f23a58
VZ
53BSC32=bscmake.exe
54# ADD BASE BSC32 /nologo
55# ADD BSC32 /nologo
56LINK32=link.exe
57# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /machine:I386
c31752da 58# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib ..\..\lib\wxmsw250.lib /nologo /subsystem:windows /machine:I386
56f23a58 59
5638d705 60!ELSEIF "$(CFG)" == "forty - Win32 Debug DLL"
56f23a58
VZ
61
62# PROP BASE Use_MFC 0
63# PROP BASE Use_Debug_Libraries 1
64# PROP BASE Output_Dir "DebugDll"
65# PROP BASE Intermediate_Dir "DebugDll"
66# PROP BASE Target_Dir ""
67# PROP Use_MFC 0
68# PROP Use_Debug_Libraries 1
69# PROP Output_Dir "DebugDll"
70# PROP Intermediate_Dir "DebugDll"
71# PROP Ignore_Export_Lib 0
72# PROP Target_Dir ""
73# ADD BASE CPP /nologo /W4 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /YX /FD /c
2b5f62a0 74# ADD CPP /nologo /MDd /W4 /Zi /Od /I "../../include" /I "../../lib/mswdlld" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D "_MT" /D wxUSE_GUI=1 /D "__WXDEBUG__" /D WXDEBUG=1 /D "WXUSINGDLL" /YX /FD /I..\..\lib\mswdlld /c
5638d705
JS
75# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
76# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
2b5f62a0
VZ
77# ADD BASE RSC /l 0x409 /i "../../include" /d "_DEBUG"
78# ADD RSC /l 0x409 /i "../../include" /d "_DEBUG"
56f23a58
VZ
79BSC32=bscmake.exe
80# ADD BASE BSC32 /nologo
81# ADD BSC32 /nologo
82LINK32=link.exe
83# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
c31752da 84# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib ..\..\lib\wxmsw250d.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
56f23a58 85
5638d705 86!ELSEIF "$(CFG)" == "forty - Win32 Release"
56f23a58
VZ
87
88# PROP BASE Use_MFC 0
89# PROP BASE Use_Debug_Libraries 0
90# PROP BASE Output_Dir "Release"
91# PROP BASE Intermediate_Dir "Release"
92# PROP BASE Target_Dir ""
93# PROP Use_MFC 0
94# PROP Use_Debug_Libraries 0
95# PROP Output_Dir "Release"
96# PROP Intermediate_Dir "Release"
97# PROP Ignore_Export_Lib 0
98# PROP Target_Dir ""
99# ADD BASE CPP /nologo /W4 /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /YX /FD /c
2b5f62a0 100# ADD CPP /nologo /MD /W4 /O2 /I "../../include" /I "../../lib/msw" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D "_MT" /D wxUSE_GUI=1 /YX /FD /I..\..\lib\msw /c
5638d705
JS
101# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
102# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
2b5f62a0
VZ
103# ADD BASE RSC /l 0x409 /i "../../include" /d "NDEBUG"
104# ADD RSC /l 0x409 /i "../../include" /d "NDEBUG"
56f23a58
VZ
105BSC32=bscmake.exe
106# ADD BASE BSC32 /nologo
107# ADD BSC32 /nologo
108LINK32=link.exe
109# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /machine:I386
2b5f62a0 110# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib ..\..\lib\zlib.lib ..\..\lib\regex.lib ..\..\lib\png.lib ..\..\lib\jpeg.lib ..\..\lib\tiff.lib ..\..\lib\wxmsw.lib /nologo /subsystem:windows /machine:I386
56f23a58 111
5638d705 112!ELSEIF "$(CFG)" == "forty - Win32 Debug"
56f23a58
VZ
113
114# PROP BASE Use_MFC 0
115# PROP BASE Use_Debug_Libraries 1
116# PROP BASE Output_Dir "Debug"
117# PROP BASE Intermediate_Dir "Debug"
118# PROP BASE Target_Dir ""
119# PROP Use_MFC 0
120# PROP Use_Debug_Libraries 1
121# PROP Output_Dir "Debug"
122# PROP Intermediate_Dir "Debug"
123# PROP Ignore_Export_Lib 0
124# PROP Target_Dir ""
125# ADD BASE CPP /nologo /W4 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /YX /FD /c
2b5f62a0 126# ADD CPP /nologo /MDd /W4 /Zi /Od /I "../../include" /I "../../lib/mswd" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D "_MT" /D wxUSE_GUI=1 /D "__WXDEBUG__" /D WXDEBUG=1 /YX /FD /I..\..\lib\mswd /c
5638d705
JS
127# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
128# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
2b5f62a0
VZ
129# ADD BASE RSC /l 0x409 /i "../../include" /d "_DEBUG"
130# ADD RSC /l 0x409 /i "../../include" /d "_DEBUG"
56f23a58
VZ
131BSC32=bscmake.exe
132# ADD BASE BSC32 /nologo
133# ADD BSC32 /nologo
134LINK32=link.exe
135# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
2b5f62a0 136# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib ..\..\lib\zlibd.lib ..\..\lib\regexd.lib ..\..\lib\pngd.lib ..\..\lib\jpegd.lib ..\..\lib\tiffd.lib ..\..\lib\wxmswd.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
56f23a58
VZ
137
138!ENDIF
139
140# Begin Target
141
142# Name "forty - Win32 Release DLL"
143# Name "forty - Win32 Debug DLL"
144# Name "forty - Win32 Release"
145# Name "forty - Win32 Debug"
146# Begin Source File
147
5638d705
JS
148SOURCE=.\canvas.cpp
149# End Source File
150# Begin Source File
151
152SOURCE=.\card.cpp
153# End Source File
154# Begin Source File
155
56f23a58
VZ
156SOURCE=.\forty.cpp
157# End Source File
158# Begin Source File
159
160SOURCE=.\forty.rc
5638d705
JS
161# ADD BASE RSC /l 0x809
162# ADD RSC /l 0x809 /i "../../include"
5638d705
JS
163# End Source File
164# Begin Source File
165
166SOURCE=.\game.cpp
167# End Source File
168# Begin Source File
169
170SOURCE=.\pile.cpp
171# End Source File
172# Begin Source File
173
174SOURCE=.\playerdg.cpp
175# End Source File
176# Begin Source File
177
178SOURCE=.\scoredg.cpp
179# End Source File
180# Begin Source File
181
182SOURCE=.\scorefil.cpp
56f23a58
VZ
183# End Source File
184# End Target
185# End Project