]> git.saurik.com Git - apple/icu.git/blob - icuSources/layoutex/layoutex.dsp
ICU-6.2.16.tar.gz
[apple/icu.git] / icuSources / layoutex / layoutex.dsp
1 # Microsoft Developer Studio Project File - Name="layoutex" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7 CFG=layoutex - 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 "layoutex.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 "layoutex.mak" CFG="layoutex - Win32 Debug"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "layoutex - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "layoutex - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "layoutex - Win64 Release" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "layoutex - Win64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
24 !MESSAGE
25
26 # Begin Project
27 # PROP AllowPerConfigDependencies 0
28 # PROP Scc_ProjName ""
29 # PROP Scc_LocalPath ""
30 CPP=cl.exe
31 MTL=midl.exe
32 RSC=rc.exe
33
34 !IF "$(CFG)" == "layoutex - Win32 Release"
35
36 # PROP BASE Use_MFC 0
37 # PROP BASE Use_Debug_Libraries 0
38 # PROP BASE Output_Dir "Release"
39 # PROP BASE Intermediate_Dir "Release"
40 # PROP BASE Target_Dir ""
41 # PROP Use_MFC 0
42 # PROP Use_Debug_Libraries 0
43 # PROP Output_Dir "..\..\lib\"
44 # PROP Intermediate_Dir "Release"
45 # PROP Ignore_Export_Lib 0
46 # PROP Target_Dir ""
47 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LAYOUTEX_EXPORTS" /FD /c
48 # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /I "..\common" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "U_LAYOUTEX_IMPLEMENTATION" /FD /c
49 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
50 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
51 # ADD BASE RSC /l 0x409 /d "NDEBUG"
52 # ADD RSC /l 0x409 /d "NDEBUG"
53 BSC32=bscmake.exe
54 # ADD BASE BSC32 /nologo
55 # ADD BSC32 /nologo
56 LINK32=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 /nologo /dll /machine:I386
58 # ADD LINK32 ..\..\lib\icuuc.lib ..\..\lib\icule.lib /nologo /dll /machine:I386 /out:"..\..\bin\iculx32.dll" /implib:"..\..\lib\iculx.lib"
59 # SUBTRACT LINK32 /pdb:none
60
61 !ELSEIF "$(CFG)" == "layoutex - Win32 Debug"
62
63 # PROP BASE Use_MFC 0
64 # PROP BASE Use_Debug_Libraries 1
65 # PROP BASE Output_Dir "Debug"
66 # PROP BASE Intermediate_Dir "Debug"
67 # PROP BASE Target_Dir ""
68 # PROP Use_MFC 0
69 # PROP Use_Debug_Libraries 1
70 # PROP Output_Dir "..\..\lib\"
71 # PROP Intermediate_Dir "Debug"
72 # PROP Ignore_Export_Lib 0
73 # PROP Target_Dir ""
74 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LAYOUTEX_EXPORTS" /FD /GZ /c
75 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\include" /I "..\common" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "U_LAYOUTEX_IMPLEMENTATION" /FR /FD /GZ /c
76 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
77 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
78 # ADD BASE RSC /l 0x409 /d "_DEBUG"
79 # ADD RSC /l 0x409 /d "_DEBUG"
80 BSC32=bscmake.exe
81 # ADD BASE BSC32 /nologo
82 # ADD BSC32 /nologo
83 LINK32=link.exe
84 # 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 /nologo /dll /debug /machine:I386 /pdbtype:sept
85 # ADD LINK32 ..\..\lib\icuucd.lib ..\..\lib\iculed.lib /nologo /dll /debug /machine:I386 /out:"..\..\bin\iculx32d.dll" /implib:"..\..\lib\iculxd.lib" /pdbtype:sept
86 # SUBTRACT LINK32 /pdb:none
87
88 !ELSEIF "$(CFG)" == "layoutex - Win64 Release"
89
90 # PROP BASE Use_MFC 0
91 # PROP BASE Use_Debug_Libraries 0
92 # PROP BASE Output_Dir "Release"
93 # PROP BASE Intermediate_Dir "Release"
94 # PROP BASE Target_Dir ""
95 # PROP Use_MFC 0
96 # PROP Use_Debug_Libraries 0
97 # PROP Output_Dir "..\..\lib\"
98 # PROP Intermediate_Dir "Release"
99 # PROP Ignore_Export_Lib 0
100 # PROP Target_Dir ""
101 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN64" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LAYOUTEX_EXPORTS" /FD /c
102 # ADD CPP /nologo /MT /W3 /GX /Zi /O2 /Op /I "..\..\include" /I "..\common" /D "NDEBUG" /D "WIN64" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "U_LAYOUTEX_IMPLEMENTATION" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /Zm600 /c
103 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win64
104 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win64
105 # ADD BASE RSC /l 0x409 /d "NDEBUG"
106 # ADD RSC /l 0x409 /d "NDEBUG"
107 BSC32=bscmake.exe
108 # ADD BASE BSC32 /nologo
109 # ADD BSC32 /nologo
110 LINK32=link.exe
111 # 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 /nologo /dll /machine:IX86 /machine:IA64
112 # ADD LINK32 ..\..\lib\icuuc.lib ..\..\lib\icule.lib /nologo /dll /machine:IX86 /out:"..\..\bin\iculx32.dll" /implib:"..\..\lib\iculx.lib" /machine:IA64
113
114 !ELSEIF "$(CFG)" == "layoutex - Win64 Debug"
115
116 # PROP BASE Use_MFC 0
117 # PROP BASE Use_Debug_Libraries 1
118 # PROP BASE Output_Dir "Debug"
119 # PROP BASE Intermediate_Dir "Debug"
120 # PROP BASE Target_Dir ""
121 # PROP Use_MFC 0
122 # PROP Use_Debug_Libraries 1
123 # PROP Output_Dir "..\..\lib\"
124 # PROP Intermediate_Dir "Debug"
125 # PROP Ignore_Export_Lib 0
126 # PROP Target_Dir ""
127 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN64" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LAYOUTEX_EXPORTS" /FD /GZ /c
128 # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /Op /I "..\..\include" /I "..\common" /D "_DEBUG" /D "WIN64" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "U_LAYOUTEX_IMPLEMENTATION" /D "_IA64_" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FR /FD /GZ /Zm600 /c
129 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win64
130 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win64
131 # ADD BASE RSC /l 0x409 /d "_DEBUG"
132 # ADD RSC /l 0x409 /d "_DEBUG"
133 BSC32=bscmake.exe
134 # ADD BASE BSC32 /nologo
135 # ADD BSC32 /nologo
136 LINK32=link.exe
137 # 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 /nologo /dll /debug /machine:IX86 /pdbtype:sept /machine:IA64
138 # ADD LINK32 ..\..\lib\icuucd.lib ..\..\lib\iculed.lib /nologo /dll /incremental:no /debug /machine:IX86 /out:"..\..\bin\iculx32d.dll" /implib:"..\..\lib\iculxd.lib" /pdbtype:sept /machine:IA64
139
140 !ENDIF
141
142 # Begin Target
143
144 # Name "layoutex - Win32 Release"
145 # Name "layoutex - Win32 Debug"
146 # Name "layoutex - Win64 Release"
147 # Name "layoutex - Win64 Debug"
148 # Begin Group "Source Files"
149
150 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
151 # Begin Source File
152
153 SOURCE=.\LXUtilities.cpp
154 # End Source File
155 # Begin Source File
156
157 SOURCE=.\ParagraphLayout.cpp
158 # End Source File
159 # Begin Source File
160
161 SOURCE=.\RunArrays.cpp
162 # End Source File
163 # End Group
164 # Begin Group "Header Files"
165
166 # PROP Default_Filter "h;hpp;hxx;hm;inl"
167 # Begin Source File
168
169 SOURCE=.\LXUtilities.h
170 # End Source File
171 # Begin Source File
172
173 SOURCE=.\layout\ParagraphLayout.h
174
175 !IF "$(CFG)" == "layoutex - Win32 Release"
176
177 # Begin Custom Build
178 InputPath=.\layout\ParagraphLayout.h
179
180 "..\..\include\layout\ParagraphLayout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
181 copy $(InputPath) ..\..\include\layout
182
183 # End Custom Build
184
185 !ELSEIF "$(CFG)" == "layoutex - Win32 Debug"
186
187 # Begin Custom Build
188 InputPath=.\layout\ParagraphLayout.h
189
190 "..\..\include\layout\ParagraphLayout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
191 copy $(InputPath) ..\..\include\layout
192
193 # End Custom Build
194
195 !ELSEIF "$(CFG)" == "layoutex - Win64 Release"
196
197 # Begin Custom Build
198 InputPath=.\layout\ParagraphLayout.h
199
200 "..\..\include\layout\ParagraphLayout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
201 copy $(InputPath) ..\..\include\layout
202
203 # End Custom Build
204
205 !ELSEIF "$(CFG)" == "layoutex - Win64 Debug"
206
207 # Begin Custom Build
208 InputPath=.\layout\ParagraphLayout.h
209
210 "..\..\include\layout\ParagraphLayout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
211 copy $(InputPath) ..\..\include\layout
212
213 # End Custom Build
214
215 !ENDIF
216
217 # End Source File
218 # Begin Source File
219
220 SOURCE=.\layout\RunArrays.h
221
222 !IF "$(CFG)" == "layoutex - Win32 Release"
223
224 # Begin Custom Build
225 InputPath=.\layout\RunArrays.h
226
227 "..\..\include\layout\RunArrays.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
228 copy $(InputPath) ..\..\include\layout
229
230 # End Custom Build
231
232 !ELSEIF "$(CFG)" == "layoutex - Win32 Debug"
233
234 # Begin Custom Build
235 InputPath=.\layout\RunArrays.h
236
237 "..\..\include\layout\RunArrays.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
238 copy $(InputPath) ..\..\include\layout
239
240 # End Custom Build
241
242 !ELSEIF "$(CFG)" == "layoutex - Win64 Release"
243
244 # Begin Custom Build
245 InputPath=.\layout\RunArrays.h
246
247 "..\..\include\layout\RunArrays.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
248 copy $(InputPath) ..\..\include\layout
249
250 # End Custom Build
251
252 !ELSEIF "$(CFG)" == "layoutex - Win64 Debug"
253
254 # Begin Custom Build
255 InputPath=.\layout\RunArrays.h
256
257 "..\..\include\layout\RunArrays.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
258 copy $(InputPath) ..\..\include\layout
259
260 # End Custom Build
261
262 !ENDIF
263
264 # End Source File
265 # End Group
266 # Begin Group "Resource Files"
267
268 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
269 # Begin Source File
270
271 SOURCE=.\layoutex.rc
272 # ADD BASE RSC /l 0x409
273 # ADD RSC /l 0x409 /i "..\common"
274 # End Source File
275 # End Group
276 # End Target
277 # End Project