~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/extras/freetype2/builds/win32/visualc/freetype.dsp

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Microsoft Developer Studio Project File - Name="freetype" - Package Owner=<4>
 
2
# Microsoft Developer Studio Generated Build File, Format Version 6.00
 
3
# ** DO NOT EDIT **
 
4
 
 
5
# TARGTYPE "Win32 (x86) Static Library" 0x0104
 
6
 
 
7
CFG=freetype - Win32 Debug Singlethreaded
 
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 "freetype.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 "freetype.mak" CFG="freetype - Win32 Debug Singlethreaded"
 
17
!MESSAGE 
 
18
!MESSAGE Possible choices for configuration are:
 
19
!MESSAGE 
 
20
!MESSAGE "freetype - Win32 Release" (based on "Win32 (x86) Static Library")
 
21
!MESSAGE "freetype - Win32 Debug" (based on "Win32 (x86) Static Library")
 
22
!MESSAGE "freetype - Win32 Debug Multithreaded" (based on "Win32 (x86) Static Library")
 
23
!MESSAGE "freetype - Win32 Release Multithreaded" (based on "Win32 (x86) Static Library")
 
24
!MESSAGE "freetype - Win32 Release Singlethreaded" (based on "Win32 (x86) Static Library")
 
25
!MESSAGE "freetype - Win32 Debug Singlethreaded" (based on "Win32 (x86) Static Library")
 
26
!MESSAGE 
 
27
 
 
28
# Begin Project
 
29
# PROP AllowPerConfigDependencies 0
 
30
# PROP Scc_ProjName ""
 
31
# PROP Scc_LocalPath ""
 
32
CPP=cl.exe
 
33
RSC=rc.exe
 
34
 
 
35
!IF  "$(CFG)" == "freetype - Win32 Release"
 
36
 
 
37
# PROP BASE Use_MFC 0
 
38
# PROP BASE Use_Debug_Libraries 0
 
39
# PROP BASE Output_Dir "Release"
 
40
# PROP BASE Intermediate_Dir "Release"
 
41
# PROP BASE Target_Dir ""
 
42
# PROP Use_MFC 0
 
43
# PROP Use_Debug_Libraries 0
 
44
# PROP Output_Dir "..\..\..\objs\release"
 
45
# PROP Intermediate_Dir "..\..\..\objs\release"
 
46
# PROP Target_Dir ""
 
47
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
 
48
# ADD CPP /MD /Za /W4 /GX /Zi /O2 /I "..\..\..\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /c
 
49
# SUBTRACT CPP /nologo /YX
 
50
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
51
# ADD RSC /l 0x409 /d "NDEBUG"
 
52
BSC32=bscmake.exe
 
53
# ADD BASE BSC32 /nologo
 
54
# ADD BSC32 /nologo
 
55
LIB32=link.exe -lib
 
56
# ADD BASE LIB32 /nologo
 
57
# ADD LIB32 /nologo /out:"..\..\..\objs\freetype211.lib"
 
58
 
 
59
!ELSEIF  "$(CFG)" == "freetype - 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 "..\..\..\objs\debug"
 
69
# PROP Intermediate_Dir "..\..\..\objs\debug"
 
70
# PROP Target_Dir ""
 
71
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
 
72
# ADD CPP /MDd /Za /W4 /GX /Zi /Od /I "..\..\..\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "FT_DEBUG_LEVEL_ERROR" /D "FT_DEBUG_LEVEL_TRACE" /FD /GZ /c
 
73
# SUBTRACT CPP /nologo /X /YX
 
74
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
75
# ADD RSC /l 0x409 /d "_DEBUG"
 
76
BSC32=bscmake.exe
 
77
# ADD BASE BSC32 /nologo
 
78
# ADD BSC32 /nologo
 
79
LIB32=link.exe -lib
 
80
# ADD BASE LIB32 /nologo
 
81
# ADD LIB32 /nologo /out:"..\..\..\objs\freetype211_D.lib"
 
82
 
 
83
!ELSEIF  "$(CFG)" == "freetype - Win32 Debug Multithreaded"
 
84
 
 
85
# PROP BASE Use_MFC 0
 
86
# PROP BASE Use_Debug_Libraries 1
 
87
# PROP BASE Output_Dir "freetype___Win32_Debug_Multithreaded"
 
88
# PROP BASE Intermediate_Dir "freetype___Win32_Debug_Multithreaded"
 
89
# PROP BASE Target_Dir ""
 
90
# PROP Use_MFC 0
 
91
# PROP Use_Debug_Libraries 1
 
92
# PROP Output_Dir "..\..\..\objs\debug_mt"
 
93
# PROP Intermediate_Dir "..\..\..\objs\debug_mt"
 
94
# PROP Target_Dir ""
 
95
# ADD BASE CPP /nologo /Za /W3 /Gm /GX /ZI /Od /I "..\freetype\include\\" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "FT_FLAT_COMPILE" /YX /FD /GZ /c
 
96
# SUBTRACT BASE CPP /X
 
97
# ADD CPP /MTd /Za /W4 /GX /Zi /Od /I "..\..\..\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "FT_DEBUG_LEVEL_ERROR" /D "FT_DEBUG_LEVEL_TRACE" /FD /GZ /c
 
98
# SUBTRACT CPP /nologo /X /YX
 
99
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
100
# ADD RSC /l 0x409 /d "_DEBUG"
 
101
BSC32=bscmake.exe
 
102
# ADD BASE BSC32 /nologo
 
103
# ADD BSC32 /nologo
 
104
LIB32=link.exe -lib
 
105
# ADD BASE LIB32 /nologo /out:"lib\freetype200b8_D.lib"
 
106
# ADD LIB32 /nologo /out:"..\..\..\objs\freetype211MT_D.lib"
 
107
 
 
108
!ELSEIF  "$(CFG)" == "freetype - Win32 Release Multithreaded"
 
109
 
 
110
# PROP BASE Use_MFC 0
 
111
# PROP BASE Use_Debug_Libraries 0
 
112
# PROP BASE Output_Dir "freetype___Win32_Release_Multithreaded"
 
113
# PROP BASE Intermediate_Dir "freetype___Win32_Release_Multithreaded"
 
114
# PROP BASE Target_Dir ""
 
115
# PROP Use_MFC 0
 
116
# PROP Use_Debug_Libraries 0
 
117
# PROP Output_Dir "..\..\..\objs\release_mt"
 
118
# PROP Intermediate_Dir "..\..\..\objs\release_mt"
 
119
# PROP Target_Dir ""
 
120
# ADD BASE CPP /nologo /Za /W3 /GX /O2 /I "..\freetype\include\\" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "FT_FLAT_COMPILE" /YX /FD /c
 
121
# ADD CPP /MT /Za /W4 /GX /Zi /O2 /I "..\..\..\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /c
 
122
# SUBTRACT CPP /nologo /YX
 
123
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
124
# ADD RSC /l 0x409 /d "NDEBUG"
 
125
BSC32=bscmake.exe
 
126
# ADD BASE BSC32 /nologo
 
127
# ADD BSC32 /nologo
 
128
LIB32=link.exe -lib
 
129
# ADD BASE LIB32 /nologo /out:"lib\freetype200b8.lib"
 
130
# ADD LIB32 /nologo /out:"..\..\..\objs\freetype211MT.lib"
 
131
 
 
132
!ELSEIF  "$(CFG)" == "freetype - Win32 Release Singlethreaded"
 
133
 
 
134
# PROP BASE Use_MFC 0
 
135
# PROP BASE Use_Debug_Libraries 0
 
136
# PROP BASE Output_Dir "freetype___Win32_Release_Singlethreaded"
 
137
# PROP BASE Intermediate_Dir "freetype___Win32_Release_Singlethreaded"
 
138
# PROP BASE Target_Dir ""
 
139
# PROP Use_MFC 0
 
140
# PROP Use_Debug_Libraries 0
 
141
# PROP Output_Dir "..\..\..\objs\release_st"
 
142
# PROP Intermediate_Dir "..\..\..\objs\release_st"
 
143
# PROP Target_Dir ""
 
144
# ADD BASE CPP /nologo /MD /Za /W4 /GX /Zi /O2 /I "..\..\..\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /c
 
145
# SUBTRACT BASE CPP /YX
 
146
# ADD CPP /Za /W4 /GX /Zi /O2 /I "..\..\..\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /c
 
147
# SUBTRACT CPP /nologo /YX
 
148
# ADD BASE RSC /l 0x409 /d "NDEBUG"
 
149
# ADD RSC /l 0x409 /d "NDEBUG"
 
150
BSC32=bscmake.exe
 
151
# ADD BASE BSC32 /nologo
 
152
# ADD BSC32 /nologo
 
153
LIB32=link.exe -lib
 
154
# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype206.lib"
 
155
# ADD LIB32 /out:"..\..\..\objs\freetype211ST.lib"
 
156
# SUBTRACT LIB32 /nologo
 
157
 
 
158
!ELSEIF  "$(CFG)" == "freetype - Win32 Debug Singlethreaded"
 
159
 
 
160
# PROP BASE Use_MFC 0
 
161
# PROP BASE Use_Debug_Libraries 1
 
162
# PROP BASE Output_Dir "freetype___Win32_Debug_Singlethreaded"
 
163
# PROP BASE Intermediate_Dir "freetype___Win32_Debug_Singlethreaded"
 
164
# PROP BASE Target_Dir ""
 
165
# PROP Use_MFC 0
 
166
# PROP Use_Debug_Libraries 1
 
167
# PROP Output_Dir "..\..\..\objs\debug_st"
 
168
# PROP Intermediate_Dir "..\..\..\objs\debug_st"
 
169
# PROP Target_Dir ""
 
170
# ADD BASE CPP /nologo /MDd /Za /W4 /Gm /GX /Zi /Od /I "..\..\..\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "FT_DEBUG_LEVEL_ERROR" /D "FT_DEBUG_LEVEL_TRACE" /FD /GZ /c
 
171
# SUBTRACT BASE CPP /X /YX
 
172
# ADD CPP /Za /W4 /GX /Zi /Od /I "..\..\..\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "FT_DEBUG_LEVEL_ERROR" /D "FT_DEBUG_LEVEL_TRACE" /FD /GZ /c
 
173
# SUBTRACT CPP /nologo /X /YX
 
174
# ADD BASE RSC /l 0x409 /d "_DEBUG"
 
175
# ADD RSC /l 0x409 /d "_DEBUG"
 
176
BSC32=bscmake.exe
 
177
# ADD BASE BSC32 /nologo
 
178
# ADD BSC32 /nologo
 
179
LIB32=link.exe -lib
 
180
# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype206_D.lib"
 
181
# ADD LIB32 /nologo /out:"..\..\..\objs\freetype211ST_D.lib"
 
182
 
 
183
!ENDIF 
 
184
 
 
185
# Begin Target
 
186
 
 
187
# Name "freetype - Win32 Release"
 
188
# Name "freetype - Win32 Debug"
 
189
# Name "freetype - Win32 Debug Multithreaded"
 
190
# Name "freetype - Win32 Release Multithreaded"
 
191
# Name "freetype - Win32 Release Singlethreaded"
 
192
# Name "freetype - Win32 Debug Singlethreaded"
 
193
# Begin Group "Source Files"
 
194
 
 
195
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
196
# Begin Source File
 
197
 
 
198
SOURCE=..\..\..\src\autohint\autohint.c
 
199
# SUBTRACT CPP /Fr
 
200
# End Source File
 
201
# Begin Source File
 
202
 
 
203
SOURCE=..\..\..\src\bdf\bdf.c
 
204
# SUBTRACT CPP /Fr
 
205
# End Source File
 
206
# Begin Source File
 
207
 
 
208
SOURCE=..\..\..\src\cff\cff.c
 
209
# SUBTRACT CPP /Fr
 
210
# End Source File
 
211
# Begin Source File
 
212
 
 
213
SOURCE=..\..\..\src\base\ftbase.c
 
214
# SUBTRACT CPP /Fr
 
215
# End Source File
 
216
# Begin Source File
 
217
 
 
218
SOURCE=..\..\..\src\cache\ftcache.c
 
219
# SUBTRACT CPP /Fr
 
220
# End Source File
 
221
# Begin Source File
 
222
 
 
223
SOURCE=..\ftdebug.c
 
224
# ADD CPP /Ze
 
225
# SUBTRACT CPP /Fr
 
226
# End Source File
 
227
# Begin Source File
 
228
 
 
229
SOURCE=..\..\..\src\base\ftglyph.c
 
230
# SUBTRACT CPP /Fr
 
231
# End Source File
 
232
# Begin Source File
 
233
 
 
234
SOURCE=..\..\..\src\base\ftinit.c
 
235
# SUBTRACT CPP /Fr
 
236
# End Source File
 
237
# Begin Source File
 
238
 
 
239
SOURCE=..\..\..\src\base\ftmm.c
 
240
# SUBTRACT CPP /Fr
 
241
# End Source File
 
242
# Begin Source File
 
243
 
 
244
SOURCE=..\..\..\src\base\ftsystem.c
 
245
# SUBTRACT CPP /Fr
 
246
# End Source File
 
247
# Begin Source File
 
248
 
 
249
SOURCE=..\..\..\src\pcf\pcf.c
 
250
# SUBTRACT CPP /Fr
 
251
# End Source File
 
252
# Begin Source File
 
253
 
 
254
SOURCE=..\..\..\src\psaux\psaux.c
 
255
# SUBTRACT CPP /Fr
 
256
# End Source File
 
257
# Begin Source File
 
258
 
 
259
SOURCE=..\..\..\src\pshinter\pshinter.c
 
260
# SUBTRACT CPP /Fr
 
261
# End Source File
 
262
# Begin Source File
 
263
 
 
264
SOURCE=..\..\..\src\psnames\psmodule.c
 
265
# SUBTRACT CPP /Fr
 
266
# End Source File
 
267
# Begin Source File
 
268
 
 
269
SOURCE=..\..\..\src\raster\raster.c
 
270
# SUBTRACT CPP /Fr
 
271
# End Source File
 
272
# Begin Source File
 
273
 
 
274
SOURCE=..\..\..\src\sfnt\sfnt.c
 
275
# SUBTRACT CPP /Fr
 
276
# End Source File
 
277
# Begin Source File
 
278
 
 
279
SOURCE=..\..\..\src\smooth\smooth.c
 
280
# SUBTRACT CPP /Fr
 
281
# End Source File
 
282
# Begin Source File
 
283
 
 
284
SOURCE=..\..\..\src\truetype\truetype.c
 
285
# SUBTRACT CPP /Fr
 
286
# End Source File
 
287
# Begin Source File
 
288
 
 
289
SOURCE=..\..\..\src\type1\type1.c
 
290
# SUBTRACT CPP /Fr
 
291
# End Source File
 
292
# Begin Source File
 
293
 
 
294
SOURCE=..\..\..\src\cid\type1cid.c
 
295
# SUBTRACT CPP /Fr
 
296
# End Source File
 
297
# Begin Source File
 
298
 
 
299
SOURCE=..\..\..\src\type42\type42.c
 
300
# SUBTRACT CPP /Fr
 
301
# End Source File
 
302
# Begin Source File
 
303
 
 
304
SOURCE=..\..\..\src\winfonts\winfnt.c
 
305
# SUBTRACT CPP /Fr
 
306
# End Source File
 
307
# End Group
 
308
# Begin Group "Header Files"
 
309
 
 
310
# PROP Default_Filter "h;hpp;hxx;hm;inl"
 
311
# Begin Source File
 
312
 
 
313
SOURCE=..\..\..\include\ft2build.h
 
314
# End Source File
 
315
# Begin Source File
 
316
 
 
317
SOURCE=..\..\..\include\freetype\config\ftconfig.h
 
318
# End Source File
 
319
# Begin Source File
 
320
 
 
321
SOURCE=..\..\..\include\freetype\config\ftheader.h
 
322
# End Source File
 
323
# Begin Source File
 
324
 
 
325
SOURCE=..\..\..\include\freetype\config\ftmodule.h
 
326
# End Source File
 
327
# Begin Source File
 
328
 
 
329
SOURCE=..\..\..\include\freetype\config\ftoption.h
 
330
# End Source File
 
331
# Begin Source File
 
332
 
 
333
SOURCE=..\..\..\include\freetype\config\ftstdlib.h
 
334
# End Source File
 
335
# End Group
 
336
# End Target
 
337
# End Project