]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genccode/genccode.dsp
ICU-6.2.13.tar.gz
[apple/icu.git] / icuSources / tools / genccode / genccode.dsp
1 # Microsoft Developer Studio Project File - Name="genccode" - 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
7 CFG=genccode - 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 "genccode.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 "genccode.mak" CFG="genccode - Win32 Debug"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "genccode - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "genccode - Win32 Debug" (based on "Win32 (x86) Console Application")
22 !MESSAGE "genccode - Win64 Release" (based on "Win32 (x86) Console Application")
23 !MESSAGE "genccode - Win64 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 ""
30 CPP=cl.exe
31 RSC=rc.exe
32
33 !IF "$(CFG)" == "genccode - Win32 Release"
34
35 # PROP BASE Use_MFC 0
36 # PROP BASE Use_Debug_Libraries 0
37 # PROP BASE Output_Dir "Release"
38 # PROP BASE Intermediate_Dir "Release"
39 # PROP BASE Target_Dir ""
40 # PROP Use_MFC 0
41 # PROP Use_Debug_Libraries 0
42 # PROP Output_Dir "Release"
43 # PROP Intermediate_Dir "Release"
44 # PROP Ignore_Export_Lib 0
45 # PROP Target_Dir ""
46 MTL=midl.exe
47 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
48 # ADD CPP /nologo /G6 /MD /W3 /GX /O2 /I "..\..\common" /I "..\toolutil" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
49 # ADD BASE RSC /l 0x409 /d "NDEBUG"
50 # ADD RSC /l 0x409 /d "NDEBUG"
51 BSC32=bscmake.exe
52 # ADD BASE BSC32 /nologo
53 # ADD BSC32 /nologo
54 LINK32=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 icuuc.lib icutu.lib /nologo /subsystem:console /machine:I386 /libpath:"..\toolutil\Release" /libpath:"..\..\..\lib"
57 # Begin Custom Build
58 TargetPath=.\Release\genccode.exe
59 InputPath=.\Release\genccode.exe
60 InputName=genccode
61 SOURCE="$(InputPath)"
62
63 "..\..\..\bin\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
64 copy $(TargetPath) ..\..\..\bin
65
66 # End Custom Build
67
68 !ELSEIF "$(CFG)" == "genccode - Win32 Debug"
69
70 # PROP BASE Use_MFC 0
71 # PROP BASE Use_Debug_Libraries 1
72 # PROP BASE Output_Dir "Debug"
73 # PROP BASE Intermediate_Dir "Debug"
74 # PROP BASE Target_Dir ""
75 # PROP Use_MFC 0
76 # PROP Use_Debug_Libraries 1
77 # PROP Output_Dir "Debug"
78 # PROP Intermediate_Dir "Debug"
79 # PROP Ignore_Export_Lib 0
80 # PROP Target_Dir ""
81 MTL=midl.exe
82 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
83 # ADD CPP /nologo /G6 /MDd /W3 /Gm /GX /ZI /Od /I "..\..\common" /I "..\toolutil" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c
84 # ADD BASE RSC /l 0x409 /d "_DEBUG"
85 # ADD RSC /l 0x409 /d "_DEBUG"
86 BSC32=bscmake.exe
87 # ADD BASE BSC32 /nologo
88 # ADD BSC32 /nologo
89 LINK32=link.exe
90 # 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
91 # ADD LINK32 icuucd.lib icutud.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\toolutil\Debug" /libpath:"..\..\..\lib"
92 # Begin Custom Build
93 TargetPath=.\Debug\genccode.exe
94 InputPath=.\Debug\genccode.exe
95 InputName=genccode
96 SOURCE="$(InputPath)"
97
98 "..\..\..\bin\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
99 copy $(TargetPath) ..\..\..\bin
100
101 # End Custom Build
102
103 !ELSEIF "$(CFG)" == "genccode - Win64 Release"
104
105 # PROP BASE Use_MFC 0
106 # PROP BASE Use_Debug_Libraries 0
107 # PROP BASE Output_Dir "Release"
108 # PROP BASE Intermediate_Dir "Release"
109 # PROP BASE Target_Dir ""
110 # PROP Use_MFC 0
111 # PROP Use_Debug_Libraries 0
112 # PROP Output_Dir "Release"
113 # PROP Intermediate_Dir "Release"
114 # PROP Target_Dir ""
115 MTL=midl.exe
116 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN64" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
117 # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /Op /I "..\..\common" /I "..\toolutil" /D "WIN64" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /Wp64 /Zm600 /c
118 # ADD BASE RSC /l 0x409 /d "NDEBUG"
119 # ADD RSC /l 0x409 /d "NDEBUG"
120 BSC32=bscmake.exe
121 # ADD BASE BSC32 /nologo
122 # ADD BSC32 /nologo
123 LINK32=link.exe
124 # 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:IX86 /machine:IA64
125 # ADD LINK32 icuuc.lib icutu.lib /nologo /subsystem:console /machine:IX86 /libpath:"..\toolutil\Release" /libpath:"..\..\..\lib" /machine:IA64
126 # Begin Custom Build
127 TargetPath=.\Release\genccode.exe
128 InputPath=.\Release\genccode.exe
129 InputName=genccode
130 SOURCE="$(InputPath)"
131
132 "..\..\..\bin\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
133 copy $(TargetPath) ..\..\..\bin
134
135 # End Custom Build
136
137 !ELSEIF "$(CFG)" == "genccode - Win64 Debug"
138
139 # PROP BASE Use_MFC 0
140 # PROP BASE Use_Debug_Libraries 1
141 # PROP BASE Output_Dir "Debug"
142 # PROP BASE Intermediate_Dir "Debug"
143 # PROP BASE Target_Dir ""
144 # PROP Use_MFC 0
145 # PROP Use_Debug_Libraries 1
146 # PROP Output_Dir "Debug"
147 # PROP Intermediate_Dir "Debug"
148 # PROP Ignore_Export_Lib 0
149 # PROP Target_Dir ""
150 MTL=midl.exe
151 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN64" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
152 # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /Op /I "..\..\common" /I "..\toolutil" /D "WIN64" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FR /FD /GZ /Wp64 /Zm600 /c
153 # ADD BASE RSC /l 0x409 /d "_DEBUG"
154 # ADD RSC /l 0x409 /d "_DEBUG"
155 BSC32=bscmake.exe
156 # ADD BASE BSC32 /nologo
157 # ADD BSC32 /nologo
158 LINK32=link.exe
159 # 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:IX86 /pdbtype:sept /machine:IA64
160 # ADD LINK32 icuucd.lib icutud.lib /nologo /subsystem:console /incremental:no /debug /machine:IX86 /pdbtype:sept /libpath:"..\toolutil\Debug" /libpath:"..\..\..\lib" /machine:IA64
161 # Begin Custom Build
162 TargetPath=.\Debug\genccode.exe
163 InputPath=.\Debug\genccode.exe
164 InputName=genccode
165 SOURCE="$(InputPath)"
166
167 "..\..\..\bin\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
168 copy $(TargetPath) ..\..\..\bin
169
170 # End Custom Build
171
172 !ENDIF
173
174 # Begin Target
175
176 # Name "genccode - Win32 Release"
177 # Name "genccode - Win32 Debug"
178 # Name "genccode - Win64 Release"
179 # Name "genccode - Win64 Debug"
180 # Begin Group "Source Files"
181
182 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
183 # Begin Source File
184
185 SOURCE=.\genccode.c
186 # End Source File
187 # End Group
188 # Begin Group "Header Files"
189
190 # PROP Default_Filter "h;hpp;hxx;hm;inl"
191 # End Group
192 # Begin Group "Resource Files"
193
194 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
195 # End Group
196 # End Target
197 # End Project