]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/collperf/collperf.dsp
ICU-6.2.16.tar.gz
[apple/icu.git] / icuSources / test / collperf / collperf.dsp
CommitLineData
724c79ff
A
1# Microsoft Developer Studio Project File - Name="collperf" - 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=collperf - 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 "collperf.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 "collperf.mak" CFG="collperf - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "collperf - Win32 Release" (based on "Win32 (x86) Console Application")
21!MESSAGE "collperf - Win32 Debug" (based on "Win32 (x86) Console Application")
22!MESSAGE "collperf - Win64 Release" (based on "Win32 (x86) Console Application")
23!MESSAGE "collperf - 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)" == "collperf - 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 /W3 /GX /O2 /Ob2 /I "..\..\..\include" /I "..\..\tools\ctestfw" /I "..\..\common" /I "..\..\i18n" /I "..\..\tools\toolutil" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
49# SUBTRACT CPP /YX
50# ADD BASE RSC /l 0x409 /d "NDEBUG"
51# ADD RSC /l 0x409 /d "NDEBUG"
52BSC32=bscmake.exe
53# ADD BASE BSC32 /nologo
54# ADD BSC32 /nologo
55LINK32=link.exe
56# 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
57# ADD LINK32 icuuc.lib icuin.lib ctestfw.lib icutu.lib kernel32.lib user32.lib advapi32.lib shell32.lib winmm.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\lib\\"
58
59!ELSEIF "$(CFG)" == "collperf - Win32 Debug"
60
61# PROP BASE Use_MFC 0
62# PROP BASE Use_Debug_Libraries 1
63# PROP BASE Output_Dir "Debug"
64# PROP BASE Intermediate_Dir "Debug"
65# PROP BASE Target_Dir ""
66# PROP Use_MFC 0
67# PROP Use_Debug_Libraries 1
68# PROP Output_Dir "Debug"
69# PROP Intermediate_Dir "Debug"
70# PROP Ignore_Export_Lib 0
71# PROP Target_Dir ""
72MTL=midl.exe
73# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
74# ADD CPP /nologo /G6 /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\include" /I "..\..\tools\ctestfw" /I "..\..\common" /I "..\..\i18n" /I "..\..\tools\toolutil" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c
75# ADD BASE RSC /l 0x409 /d "_DEBUG"
76# ADD RSC /l 0x409 /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 icuucd.lib icuind.lib icutud.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\lib\\"
83
84!ELSEIF "$(CFG)" == "collperf - Win64 Release"
85
86# PROP BASE Use_MFC 0
87# PROP BASE Use_Debug_Libraries 0
88# PROP BASE Output_Dir "Release"
89# PROP BASE Intermediate_Dir "Release"
90# PROP BASE Target_Dir ""
91# PROP Use_MFC 0
92# PROP Use_Debug_Libraries 0
93# PROP Output_Dir "Release"
94# PROP Intermediate_Dir "Release"
95# PROP Ignore_Export_Lib 0
96# PROP Target_Dir ""
97MTL=midl.exe
98# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN64" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
99# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /Op /I "..\..\..\include" /I "..\..\tools\ctestfw" /I "..\..\common" /I "..\..\i18n" /I "..\..\tools\toolutil" /D "WIN64" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /Wp64 /Zm600 /c
100# SUBTRACT CPP /YX
101# ADD BASE RSC /l 0x409 /d "NDEBUG"
102# ADD RSC /l 0x409 /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:IX86 /machine:IA64
108# ADD LINK32 icuuc.lib icuin.lib ctestfw.lib icutu.lib kernel32.lib user32.lib advapi32.lib shell32.lib winmm.lib /nologo /subsystem:console /machine:IX86 /libpath:"..\..\..\lib\\" /machine:IA64
109
110!ELSEIF "$(CFG)" == "collperf - Win64 Debug"
111
112# PROP BASE Use_MFC 0
113# PROP BASE Use_Debug_Libraries 1
114# PROP BASE Output_Dir "Debug"
115# PROP BASE Intermediate_Dir "Debug"
116# PROP BASE Target_Dir ""
117# PROP Use_MFC 0
118# PROP Use_Debug_Libraries 1
119# PROP Output_Dir "Debug"
120# PROP Intermediate_Dir "Debug"
121# PROP Ignore_Export_Lib 0
122# PROP Target_Dir ""
123MTL=midl.exe
124# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN64" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
125# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /Op /I "..\..\..\include" /I "..\..\tools\ctestfw" /I "..\..\common" /I "..\..\i18n" /I "..\..\tools\toolutil" /D "WIN64" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FR /FD /GZ /Wp64 /Zm600 /c
126# ADD BASE RSC /l 0x409 /d "_DEBUG"
127# ADD RSC /l 0x409 /d "_DEBUG"
128BSC32=bscmake.exe
129# ADD BASE BSC32 /nologo
130# ADD BSC32 /nologo
131LINK32=link.exe
132# 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
133# ADD LINK32 icuucd.lib icuind.lib icutud.lib winmm.lib /nologo /subsystem:console /incremental:no /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\lib\\" /machine:IA64
134
135!ENDIF
136
137# Begin Target
138
139# Name "collperf - Win32 Release"
140# Name "collperf - Win32 Debug"
141# Name "collperf - Win64 Release"
142# Name "collperf - Win64 Debug"
143# Begin Group "Source Files"
144
145# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
146# Begin Source File
147
148SOURCE=.\collperf.cpp
149# End Source File
150# End Group
151# Begin Group "Header Files"
152
153# PROP Default_Filter "h;hpp;hxx;hm;inl"
154# End Group
155# Begin Group "Resource Files"
156
157# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
158# End Group
159# End Target
160# End Project