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