1# Microsoft Developer Studio Project File - Name="CodeWorkerEXE" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7CFG=CodeWorkerEXE - 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 "CodeWorkerEXE.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 "CodeWorkerEXE.mak" CFG="CodeWorkerEXE - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "CodeWorkerEXE - Win32-STLport Release" (based on "Win32 (x86) Console Application")
21!MESSAGE "CodeWorkerEXE - Win32-STLport Debug" (based on "Win32 (x86) Console Application")
22!MESSAGE "CodeWorkerEXE - Win32 Release" (based on "Win32 (x86) Console Application")
23!MESSAGE "CodeWorkerEXE - Win32 Debug" (based on "Win32 (x86) Console Application")
24!MESSAGE
25
26# Begin Project
27# PROP AllowPerConfigDependencies 0
28# PROP Scc_ProjName ""
29# PROP Scc_LocalPath ""
30CPP=cl.exe
31RSC=rc.exe
32
33!IF  "$(CFG)" == "CodeWorkerEXE - Win32-STLport Release"
34
35# PROP BASE Use_MFC 0
36# PROP BASE Use_Debug_Libraries 0
37# PROP BASE Output_Dir "ReleaseSTLport"
38# PROP BASE Intermediate_Dir "ReleaseSTLport"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 0
42# PROP Output_Dir "ReleaseSTLport"
43# PROP Intermediate_Dir "ReleaseSTLport"
44# PROP Ignore_Export_Lib 0
45# PROP Target_Dir ""
46# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
47# ADD CPP /nologo /G5 /MD /W3 /GR /GX /O2 /I "bin/STLPort-4.5.3/stlport" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /c
48# SUBTRACT CPP /YX
49# ADD BASE RSC /l 0x40c /d "NDEBUG"
50# ADD RSC /l 0x40c /d "NDEBUG"
51BSC32=bscmake.exe
52# ADD BASE BSC32 /nologo
53# ADD BSC32 /nologo
54LINK32=link.exe
55# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
56# ADD LINK32 ReleaseSTLport/CodeWorker.lib bin/STLPort-4.5.3/lib/stlport_4_5_3_vc6.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib odbc32.lib odbccp32.lib /nologo /stack:0x3d0900 /subsystem:console /machine:I386 /out:"ReleaseSTLport/CodeWorker.exe"
57# SUBTRACT LINK32 /pdb:none
58
59!ELSEIF  "$(CFG)" == "CodeWorkerEXE - Win32-STLport Debug"
60
61# PROP BASE Use_MFC 0
62# PROP BASE Use_Debug_Libraries 1
63# PROP BASE Output_Dir "DebugSTLport"
64# PROP BASE Intermediate_Dir "DebugSTLport"
65# PROP BASE Target_Dir ""
66# PROP Use_MFC 0
67# PROP Use_Debug_Libraries 1
68# PROP Output_Dir "DebugSTLport"
69# PROP Intermediate_Dir "DebugSTLport"
70# PROP Ignore_Export_Lib 0
71# PROP Target_Dir ""
72# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
73# ADD CPP /nologo /G5 /MDd /W3 /Gm /GR /GX /Zi /Od /I "bin/STLPort-4.5.3/stlport" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
74# SUBTRACT CPP /YX
75# ADD BASE RSC /l 0x40c /d "_DEBUG"
76# ADD RSC /l 0x40c /d "_DEBUG"
77BSC32=bscmake.exe
78# ADD BASE BSC32 /nologo
79# ADD BSC32 /nologo
80LINK32=link.exe
81# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
82# ADD LINK32 DebugSTLport/CodeWorkerD.lib bin/STLPort-4.5.3/lib/stlport_4_5_3_vc6.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib odbc32.lib odbccp32.lib /nologo /stack:0x3d0900 /subsystem:console /debug /machine:I386 /out:"DebugSTLport\CodeWorkerD.exe" /pdbtype:sept
83# SUBTRACT LINK32 /pdb:none
84
85!ELSEIF  "$(CFG)" == "CodeWorkerEXE - Win32 Release"
86
87# PROP BASE Use_MFC 0
88# PROP BASE Use_Debug_Libraries 0
89# PROP BASE Output_Dir "Release"
90# PROP BASE Intermediate_Dir "Release"
91# PROP BASE Target_Dir ""
92# PROP Use_MFC 0
93# PROP Use_Debug_Libraries 0
94# PROP Output_Dir "Release"
95# PROP Intermediate_Dir "Release"
96# PROP Ignore_Export_Lib 0
97# PROP Target_Dir ""
98# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
99# ADD CPP /nologo /G5 /MD /W3 /GR /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /c
100# SUBTRACT CPP /YX
101# ADD BASE RSC /l 0x40c /d "NDEBUG"
102# ADD RSC /l 0x40c /d "NDEBUG"
103BSC32=bscmake.exe
104# ADD BASE BSC32 /nologo
105# ADD BSC32 /nologo
106LINK32=link.exe
107# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
108# ADD LINK32 Release/CodeWorker.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib odbc32.lib odbccp32.lib /nologo /stack:0x3d0900 /subsystem:console /machine:I386 /out:"Release/CodeWorker.exe"
109# SUBTRACT LINK32 /pdb:none
110
111!ELSEIF  "$(CFG)" == "CodeWorkerEXE - Win32 Debug"
112
113# PROP BASE Use_MFC 0
114# PROP BASE Use_Debug_Libraries 1
115# PROP BASE Output_Dir "Debug"
116# PROP BASE Intermediate_Dir "Debug"
117# PROP BASE Target_Dir ""
118# PROP Use_MFC 0
119# PROP Use_Debug_Libraries 1
120# PROP Output_Dir "Debug"
121# PROP Intermediate_Dir "Debug"
122# PROP Ignore_Export_Lib 0
123# PROP Target_Dir ""
124# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
125# ADD CPP /nologo /G5 /MDd /W3 /Gm /GR /GX /Zi /Od /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
126# SUBTRACT CPP /YX
127# ADD BASE RSC /l 0x40c /d "_DEBUG"
128# ADD RSC /l 0x40c /d "_DEBUG"
129BSC32=bscmake.exe
130# ADD BASE BSC32 /nologo
131# ADD BSC32 /nologo
132LINK32=link.exe
133# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
134# ADD LINK32 Debug/CodeWorkerD.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib odbc32.lib odbccp32.lib /nologo /stack:0x3d0900 /subsystem:console /debug /machine:I386 /out:"Debug\CodeWorkerD.exe" /pdbtype:sept
135# SUBTRACT LINK32 /pdb:none
136
137!ENDIF
138
139# Begin Target
140
141# Name "CodeWorkerEXE - Win32-STLport Release"
142# Name "CodeWorkerEXE - Win32-STLport Debug"
143# Name "CodeWorkerEXE - Win32 Release"
144# Name "CodeWorkerEXE - Win32 Debug"
145# Begin Group "Source Files"
146
147# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
148# Begin Source File
149
150SOURCE=.\generator.cpp
151# End Source File
152# End Group
153# Begin Group "Header Files"
154
155# PROP Default_Filter "h;hpp;hxx;hm;inl"
156# End Group
157# Begin Group "Resource Files"
158
159# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
160# End Group
161# End Target
162# End Project
163