~ubuntu-branches/ubuntu/trusty/scribus/trusty

« back to all changes in this revision

Viewing changes to win32/vc9/pathcut/pathcut.vcproj

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-05-16 20:34:07 UTC
  • mfrom: (1.1.13) (32.1.2 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130516203407-ztj7ebsivoo41dih
Tags: 1.4.2.dfsg+r18267-1ubuntu2
Avoid qreal/double type clashes on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        </Platforms>
16
16
        <ToolFiles>
17
17
                <ToolFile
18
 
                        RelativePath="..\Scribus-build.rules"
 
18
                        RelativePath="..\Scribus-build-rules.rules"
19
19
                />
20
20
        </ToolFiles>
21
21
        <Configurations>
24
24
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus\plugins"
25
25
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
26
26
                        ConfigurationType="2"
27
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops;..\Scribus-build.vsprops"
 
27
                        InheritedPropertySheets="..\Scribus-build-props.vsprops"
28
28
                        CharacterSet="1"
29
29
                        >
30
30
                        <Tool
31
31
                                Name="VCPreBuildEventTool"
32
32
                        />
33
33
                        <Tool
34
 
                                Name="uic.exe"
 
34
                                Name="uic"
35
35
                        />
36
36
                        <Tool
37
37
                                Name="VCCustomBuildTool"
38
38
                        />
39
39
                        <Tool
40
 
                                Name="moc.exe"
41
 
                        />
42
 
                        <Tool
43
 
                                Name="rcc.exe"
44
 
                        />
45
 
                        <Tool
46
 
                                Name="lrelease.exe"
 
40
                                Name="moc"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="rcc"
 
44
                        />
 
45
                        <Tool
 
46
                                Name="lrelease"
47
47
                        />
48
48
                        <Tool
49
49
                                Name="VCXMLDataGeneratorTool"
58
58
                                Name="VCCLCompilerTool"
59
59
                                Optimization="0"
60
60
                                AdditionalIncludeDirectories="..;..\..\..\scribus;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(LCMS_DIR)\include&quot;;&quot;$(CAIRO_DIR)\include&quot;;&quot;$(FREETYPE_DIR)\include&quot;;&quot;$(LIBJPEG_DIR)\include&quot;;&quot;$(LIBTIFF_DIR)\include&quot;"
61
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;;HAVE_CAIRO;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
 
61
                                PreprocessorDefinitions="WIN32;_DEBUG;_USE_MATH_DEFINES;_USRDLL;_WINDOWS;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;;HAVE_CAIRO;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
62
62
                                MinimalRebuild="true"
63
63
                                BasicRuntimeChecks="3"
64
64
                                RuntimeLibrary="3"
80
80
                        />
81
81
                        <Tool
82
82
                                Name="VCLinkerTool"
83
 
                                AdditionalDependencies="QtCored4.lib QtGuid4.lib QtXmld4.lib freetypeD.lib libjpeg.a libtiff.lib scribus-api.lib"
 
83
                                AdditionalDependencies="QtCored4.lib QtGuid4.lib QtXmld4.lib $(FREETYPE_DEBUG_LIB) $(LIBJPEG_DEBUG_LIB) $(LIBTIFF_DEBUG_LIB) scribus-api.lib"
84
84
                                OutputFile="$(OutDir)\pathcut.dll"
85
85
                                LinkIncremental="2"
86
86
                                AdditionalLibraryDirectories="&quot;$(LCMS_DIR)\lib&quot;;&quot;$(FREETYPE_DIR)\lib&quot;;&quot;$(LIBJPEG_DIR)\lib&quot;;&quot;$(LIBTIFF_DIR)\lib&quot;;&quot;$(QT4_DIR)\lib&quot;;&quot;$(OutDir)\..&quot;"
119
119
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus\plugins"
120
120
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
121
121
                        ConfigurationType="2"
122
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops;..\Scribus-build.vsprops"
 
122
                        InheritedPropertySheets="..\Scribus-build-props.vsprops"
123
123
                        CharacterSet="1"
124
124
                        >
125
125
                        <Tool
126
126
                                Name="VCPreBuildEventTool"
127
127
                        />
128
128
                        <Tool
129
 
                                Name="uic.exe"
 
129
                                Name="uic"
130
130
                        />
131
131
                        <Tool
132
132
                                Name="VCCustomBuildTool"
133
133
                        />
134
134
                        <Tool
135
 
                                Name="moc.exe"
136
 
                        />
137
 
                        <Tool
138
 
                                Name="rcc.exe"
139
 
                        />
140
 
                        <Tool
141
 
                                Name="lrelease.exe"
 
135
                                Name="moc"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="rcc"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="lrelease"
142
142
                        />
143
143
                        <Tool
144
144
                                Name="VCXMLDataGeneratorTool"
155
155
                                InlineFunctionExpansion="1"
156
156
                                OmitFramePointers="true"
157
157
                                AdditionalIncludeDirectories="..;..\..\..\scribus;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(LCMS_DIR)\include&quot;;&quot;$(CAIRO_DIR)\include&quot;;&quot;$(FREETYPE_DIR)\include&quot;;&quot;$(LIBJPEG_DIR)\include&quot;;&quot;$(LIBTIFF_DIR)\include&quot;"
158
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;;HAVE_CAIRO;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
 
158
                                PreprocessorDefinitions="WIN32;NDEBUG;_USE_MATH_DEFINES;_USRDLL;_WINDOWS;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;;HAVE_CAIRO;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
159
159
                                StringPooling="true"
160
160
                                RuntimeLibrary="2"
161
161
                                EnableFunctionLevelLinking="true"
177
177
                        />
178
178
                        <Tool
179
179
                                Name="VCLinkerTool"
180
 
                                AdditionalDependencies="QtCore4.lib QtGui4.lib QtXml4.lib freetype.lib libjpeg.a libtiff.lib scribus-api.lib"
 
180
                                AdditionalDependencies="QtCore4.lib QtGui4.lib QtXml4.lib $(FREETYPE_RELEASE_LIB) $(LIBJPEG_RELEASE_LIB) $(LIBTIFF_RELEASE_LIB) scribus-api.lib"
181
181
                                OutputFile="$(OutDir)\pathcut.dll"
182
182
                                LinkIncremental="1"
183
183
                                AdditionalLibraryDirectories="&quot;$(LCMS_DIR)\lib&quot;;&quot;$(FREETYPE_DIR)\lib&quot;;&quot;$(LIBJPEG_DIR)\lib&quot;;&quot;$(LIBTIFF_DIR)\lib&quot;;&quot;$(QT4_DIR)\lib&quot;;&quot;$(OutDir)\..&quot;"
218
218
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus\plugins"
219
219
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
220
220
                        ConfigurationType="2"
221
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops;..\Scribus-build.vsprops"
 
221
                        InheritedPropertySheets="..\Scribus-build-props.vsprops"
222
222
                        CharacterSet="1"
223
223
                        >
224
224
                        <Tool
225
225
                                Name="VCPreBuildEventTool"
226
226
                        />
227
227
                        <Tool
228
 
                                Name="uic.exe"
 
228
                                Name="uic"
229
229
                        />
230
230
                        <Tool
231
231
                                Name="VCCustomBuildTool"
232
232
                        />
233
233
                        <Tool
234
 
                                Name="moc.exe"
235
 
                        />
236
 
                        <Tool
237
 
                                Name="rcc.exe"
238
 
                        />
239
 
                        <Tool
240
 
                                Name="lrelease.exe"
 
234
                                Name="moc"
 
235
                        />
 
236
                        <Tool
 
237
                                Name="rcc"
 
238
                        />
 
239
                        <Tool
 
240
                                Name="lrelease"
241
241
                        />
242
242
                        <Tool
243
243
                                Name="VCXMLDataGeneratorTool"
252
252
                                Name="VCCLCompilerTool"
253
253
                                Optimization="0"
254
254
                                AdditionalIncludeDirectories="..;..\..\..\scribus;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(LCMS_DIR)\include&quot;;&quot;$(CAIRO_DIR)\include&quot;;&quot;$(FREETYPE_DIR)\include&quot;;&quot;$(LIBJPEG_DIR)\include&quot;;&quot;$(LIBTIFF_DIR)\include&quot;"
255
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
 
255
                                PreprocessorDefinitions="WIN32;_DEBUG;_USE_MATH_DEFINES;_USRDLL;_WINDOWS;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
256
256
                                MinimalRebuild="true"
257
257
                                BasicRuntimeChecks="3"
258
258
                                RuntimeLibrary="3"
274
274
                        />
275
275
                        <Tool
276
276
                                Name="VCLinkerTool"
277
 
                                AdditionalDependencies="QtCored4.lib QtGuid4.lib QtXmld4.lib freetypeD.lib libjpeg.a libtiff.lib scribus-api.lib"
 
277
                                AdditionalDependencies="QtCored4.lib QtGuid4.lib QtXmld4.lib $(FREETYPE_DEBUG_LIB) $(LIBJPEG_DEBUG_LIB) $(LIBTIFF_DEBUG_LIB) scribus-api.lib"
278
278
                                OutputFile="$(OutDir)\pathcut.dll"
279
279
                                LinkIncremental="2"
280
280
                                AdditionalLibraryDirectories="&quot;$(LCMS_DIR)\lib&quot;;&quot;$(FREETYPE_DIR)\lib&quot;;&quot;$(LIBJPEG_DIR)\lib&quot;;&quot;$(LIBTIFF_DIR)\lib&quot;;&quot;$(QT4_DIR)\lib&quot;;&quot;$(OutDir)\..&quot;"
313
313
                        OutputDirectory="..\..\..\..\Scribus-builds\Scribus-vc9-$(ConfigurationName)\scribus\plugins"
314
314
                        IntermediateDirectory="..\..\..\..\Scribus-builds\Build-objs-vc9\$(ConfigurationName)\$(TargetName)"
315
315
                        ConfigurationType="2"
316
 
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops;..\Scribus-build.vsprops"
 
316
                        InheritedPropertySheets="..\Scribus-build-props.vsprops"
317
317
                        CharacterSet="1"
318
318
                        >
319
319
                        <Tool
320
320
                                Name="VCPreBuildEventTool"
321
321
                        />
322
322
                        <Tool
323
 
                                Name="uic.exe"
 
323
                                Name="uic"
324
324
                        />
325
325
                        <Tool
326
326
                                Name="VCCustomBuildTool"
327
327
                        />
328
328
                        <Tool
329
 
                                Name="moc.exe"
330
 
                        />
331
 
                        <Tool
332
 
                                Name="rcc.exe"
333
 
                        />
334
 
                        <Tool
335
 
                                Name="lrelease.exe"
 
329
                                Name="moc"
 
330
                        />
 
331
                        <Tool
 
332
                                Name="rcc"
 
333
                        />
 
334
                        <Tool
 
335
                                Name="lrelease"
336
336
                        />
337
337
                        <Tool
338
338
                                Name="VCXMLDataGeneratorTool"
349
349
                                InlineFunctionExpansion="1"
350
350
                                OmitFramePointers="true"
351
351
                                AdditionalIncludeDirectories="..;..\..\..\scribus;&quot;$(QT4_DIR)\include\QtCore&quot;;&quot;$(QT4_DIR)\include\QtGui&quot;;&quot;$(QT4_DIR)\include\QtXml&quot;;&quot;$(QT4_DIR)\include&quot;;&quot;$(QT4_DIR)\src\3rdparty\zlib&quot;;&quot;$(LCMS_DIR)\include&quot;;&quot;$(CAIRO_DIR)\include&quot;;&quot;$(FREETYPE_DIR)\include&quot;;&quot;$(LIBJPEG_DIR)\include&quot;;&quot;$(LIBTIFF_DIR)\include&quot;"
352
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
 
352
                                PreprocessorDefinitions="WIN32;NDEBUG;_USE_MATH_DEFINES;_USRDLL;_WINDOWS;QT_LARGEFILE_SUPPORT;QT_EDITION=QT_EDITION_DESKTOP;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;COMPILE_PLUGIN_AS_DLL;AVOID_WIN32_FILEIO"
353
353
                                StringPooling="true"
354
354
                                RuntimeLibrary="2"
355
355
                                EnableFunctionLevelLinking="true"
371
371
                        />
372
372
                        <Tool
373
373
                                Name="VCLinkerTool"
374
 
                                AdditionalDependencies="QtCore4.lib QtGui4.lib QtXml4.lib freetype.lib libjpeg.a libtiff.lib scribus-api.lib"
 
374
                                AdditionalDependencies="QtCore4.lib QtGui4.lib QtXml4.lib $(FREETYPE_RELEASE_LIB) $(LIBJPEG_RELEASE_LIB) $(LIBTIFF_RELEASE_LIB) scribus-api.lib"
375
375
                                OutputFile="$(OutDir)\pathcut.dll"
376
376
                                LinkIncremental="1"
377
377
                                AdditionalLibraryDirectories="&quot;$(LCMS_DIR)\lib&quot;;&quot;$(FREETYPE_DIR)\lib&quot;;&quot;$(LIBJPEG_DIR)\lib&quot;;&quot;$(LIBTIFF_DIR)\lib&quot;;&quot;$(QT4_DIR)\lib&quot;;&quot;$(OutDir)\..&quot;"
435
435
                                        Name="Debug-cairo|Win32"
436
436
                                        >
437
437
                                        <Tool
438
 
                                                Name="moc.exe"
 
438
                                                Name="moc"
439
439
                                        />
440
440
                                </FileConfiguration>
441
441
                                <FileConfiguration
442
442
                                        Name="Release-cairo|Win32"
443
443
                                        >
444
444
                                        <Tool
445
 
                                                Name="moc.exe"
 
445
                                                Name="moc"
446
446
                                        />
447
447
                                </FileConfiguration>
448
448
                                <FileConfiguration
449
449
                                        Name="Debug-arthur|Win32"
450
450
                                        >
451
451
                                        <Tool
452
 
                                                Name="moc.exe"
 
452
                                                Name="moc"
453
453
                                        />
454
454
                                </FileConfiguration>
455
455
                                <FileConfiguration
456
456
                                        Name="Release-arthur|Win32"
457
457
                                        >
458
458
                                        <Tool
459
 
                                                Name="moc.exe"
 
459
                                                Name="moc"
460
460
                                        />
461
461
                                </FileConfiguration>
462
462
                        </File>