Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@17435 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
60b68debc1
commit
74f70be814
@ -167,6 +167,10 @@
|
||||
Name="Headers"
|
||||
Filter="h"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\about.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\alex.h"
|
||||
>
|
||||
@ -795,6 +799,10 @@
|
||||
<Filter
|
||||
Name="Sources"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\include\about.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\alex.cpp"
|
||||
>
|
||||
|
@ -3,13 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AgaLib", "AgaLib.vcproj", "{2D38A763-3D74-4338-9362-B891784EC90E}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{8B0477F1-5D74-46C3-97B6-8879E2460A71} = {8B0477F1-5D74-46C3-97B6-8879E2460A71}
|
||||
{153C04B0-1F72-4DA9-8AC1-7DF76FFACFD2} = {153C04B0-1F72-4DA9-8AC1-7DF76FFACFD2}
|
||||
{37C3DDAE-3A63-4C1C-A419-242141B262ED} = {37C3DDAE-3A63-4C1C-A419-242141B262ED}
|
||||
{99683594-420F-4DD9-BB41-7DC48278B931} = {99683594-420F-4DD9-BB41-7DC48278B931}
|
||||
{B612EC74-9275-43D1-9BE9-5BA942B67B3B} = {B612EC74-9275-43D1-9BE9-5BA942B67B3B}
|
||||
{4A2FC619-2461-4F58-8F1D-92FA153E39A2} = {4A2FC619-2461-4F58-8F1D-92FA153E39A2}
|
||||
{3A5B0119-6DAD-4407-9EE1-3B739B0581E8} = {3A5B0119-6DAD-4407-9EE1-3B739B0581E8}
|
||||
{4A2FC619-2461-4F58-8F1D-92FA153E39A2} = {4A2FC619-2461-4F58-8F1D-92FA153E39A2}
|
||||
{B612EC74-9275-43D1-9BE9-5BA942B67B3B} = {B612EC74-9275-43D1-9BE9-5BA942B67B3B}
|
||||
{99683594-420F-4DD9-BB41-7DC48278B931} = {99683594-420F-4DD9-BB41-7DC48278B931}
|
||||
{37C3DDAE-3A63-4C1C-A419-242141B262ED} = {37C3DDAE-3A63-4C1C-A419-242141B262ED}
|
||||
{153C04B0-1F72-4DA9-8AC1-7DF76FFACFD2} = {153C04B0-1F72-4DA9-8AC1-7DF76FFACFD2}
|
||||
{8B0477F1-5D74-46C3-97B6-8879E2460A71} = {8B0477F1-5D74-46C3-97B6-8879E2460A71}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sqlite", "SQLite.vcproj", "{B612EC74-9275-43D1-9BE9-5BA942B67B3B}"
|
||||
@ -35,6 +35,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xi", "xi.vcproj", "{3A5B011
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xvaga", "xvaga.vcproj", "{4A2FC619-2461-4F58-8F1D-92FA153E39A2}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{21876C3B-F5A9-4AAA-9D58-F8DDDAF6F10C} = {21876C3B-F5A9-4AAA-9D58-F8DDDAF6F10C}
|
||||
{8B0477F1-5D74-46C3-97B6-8879E2460A71} = {8B0477F1-5D74-46C3-97B6-8879E2460A71}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
@ -44,6 +45,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xvapp", "xvapp.vcproj", "{1
|
||||
{8B0477F1-5D74-46C3-97B6-8879E2460A71} = {8B0477F1-5D74-46C3-97B6-8879E2460A71}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdflibwrap", "pdflibwrap.vcproj", "{21876C3B-F5A9-4AAA-9D58-F8DDDAF6F10C}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
@ -98,6 +101,10 @@ Global
|
||||
{153C04B0-1F72-4DA9-8AC1-7DF76FFACFD2}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{153C04B0-1F72-4DA9-8AC1-7DF76FFACFD2}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{153C04B0-1F72-4DA9-8AC1-7DF76FFACFD2}.Release|Win32.Build.0 = Release|Win32
|
||||
{21876C3B-F5A9-4AAA-9D58-F8DDDAF6F10C}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{21876C3B-F5A9-4AAA-9D58-F8DDDAF6F10C}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{21876C3B-F5A9-4AAA-9D58-F8DDDAF6F10C}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{21876C3B-F5A9-4AAA-9D58-F8DDDAF6F10C}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -73,9 +73,10 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile=".\../exed/agalib_alx.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateManifest="false"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\../exed/agalib_alx.pdb"
|
||||
SubSystem="2"
|
||||
@ -166,9 +167,10 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="d:\release\campo100/agalib_alx.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateManifest="false"
|
||||
ProgramDatabaseFile="..\Release/agalib_alx.pdb"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
|
@ -73,9 +73,10 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="d:\release\campo100/agalib_bagn.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateManifest="false"
|
||||
ProgramDatabaseFile="..\Release/agalib_bagn.pdb"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
@ -165,9 +166,10 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile=".\../exed/agalib_bagn.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateManifest="false"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\../exed/agalib_bagn.pdb"
|
||||
SubSystem="2"
|
||||
|
@ -73,9 +73,10 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile=".\..\exed/agalib_rep.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateManifest="false"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\..\exed/agalib_rep.pdb"
|
||||
SubSystem="2"
|
||||
@ -166,9 +167,10 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="d:\release\campo100/agalib_rep.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateManifest="false"
|
||||
ProgramDatabaseFile="..\Release/agalib_rep.pdb"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
|
@ -258,6 +258,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\cg\cglib03.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\cg\cgsaldac.cpp"
|
||||
>
|
||||
@ -402,6 +406,10 @@
|
||||
Name="Header"
|
||||
Filter="h"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\cg\cglib03.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\lib\AgaLib.lib"
|
||||
|
@ -4,6 +4,7 @@
|
||||
Version="9,00"
|
||||
Name="lv0"
|
||||
ProjectGUID="{2DB7F8EF-BABB-4A27-BC7D-8821B0D285C6}"
|
||||
RootNamespace="lv0"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
@ -12,6 +13,9 @@
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
<ToolFile
|
||||
RelativePath=".\CampoRules.rules"
|
||||
/>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
@ -26,9 +30,18 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -121,9 +134,18 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -273,10 +295,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -297,10 +316,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -314,6 +330,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv0400c.uml"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv0500a.uml"
|
||||
>
|
||||
@ -321,10 +341,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -338,6 +355,14 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv0500c.uml"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv0500d.uml"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvstaut.uml"
|
||||
>
|
||||
@ -345,10 +370,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -357,7 +379,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -369,10 +391,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -381,7 +400,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -393,10 +412,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -405,7 +421,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -417,10 +433,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -429,7 +442,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -441,10 +454,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -453,7 +463,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -465,10 +475,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -477,7 +484,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -489,10 +496,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -501,7 +505,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -513,10 +517,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -525,7 +526,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -537,10 +538,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -549,7 +547,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -561,10 +559,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -585,10 +580,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -609,10 +601,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -633,10 +622,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -657,10 +643,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -681,10 +664,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -705,10 +685,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -729,10 +706,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -753,10 +727,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -777,10 +748,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1197,10 +1165,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying men $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).men
"
|
||||
Outputs="$(TargetDir)\$(InputName).men"
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1224,6 +1189,22 @@
|
||||
Name="Rep"
|
||||
Filter="rep"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\lv\lv0400c.rep"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv0500c.rep"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv0500d.rep"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv2300a.rep"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvstaut.rep"
|
||||
>
|
||||
@ -1231,10 +1212,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1243,7 +1221,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -1255,10 +1233,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1267,7 +1242,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -1279,10 +1254,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1291,7 +1263,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -1303,10 +1275,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1315,7 +1284,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -1327,10 +1296,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1339,7 +1305,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -1351,10 +1317,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1363,7 +1326,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -1375,10 +1338,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1387,7 +1347,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -1399,10 +1359,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1411,7 +1368,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -1423,10 +1380,7 @@
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@ -1435,7 +1389,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -12,6 +12,9 @@
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
<ToolFile
|
||||
RelativePath=".\CampoRules.rules"
|
||||
/>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
@ -26,9 +29,18 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -121,9 +133,18 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="RepCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="Mencompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="MskCompiler"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
@ -229,6 +250,10 @@
|
||||
RelativePath="..\lv\lv2300.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv2400.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvlib.cpp"
|
||||
>
|
||||
@ -295,7 +320,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -305,11 +330,15 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv2400a.uml"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Headers"
|
||||
@ -331,6 +360,10 @@
|
||||
RelativePath="..\lv\lv2300a.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lv2400a.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvcondv.h"
|
||||
>
|
||||
@ -366,7 +399,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -376,7 +409,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying rep $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep"
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).rep
"
|
||||
Outputs="$(TargetDir)\$(InputName).rep"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
@ -165,7 +165,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile=".\..\exed/mg_masktab.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateDebugInformation="true"
|
||||
@ -180,6 +180,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
SuppressStartupBanner="false"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
@ -432,7 +433,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -442,7 +443,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -504,7 +505,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -514,7 +515,7 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
File diff suppressed because it is too large
Load Diff
193
projects/pdflibwrap.vcproj
Executable file
193
projects/pdflibwrap.vcproj
Executable file
@ -0,0 +1,193 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="pdflibwrap"
|
||||
ProjectGUID="{21876C3B-F5A9-4AAA-9D58-F8DDDAF6F10C}"
|
||||
RootNamespace="pdflibwrap"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\..\lib"
|
||||
IntermediateDirectory=".\..\Debug\DebugPdflibwrap"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="C:\U\luca\wx287\lib\vc_dll\mswd;C:\U\luca\wx287\include"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\../lib"
|
||||
IntermediateDirectory=".\../Release/ReleasePdflibwrap"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="0"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories="C:\U\luca\wx287\lib\vc_dll\msw;C:\U\luca\wx287\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\pdf\pdflib\pdflibdl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\XFont.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\xvtpdf.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\pdf\pdflib\pdflibdl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\XFont.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\xvtpdf.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -73,9 +73,10 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="d:\release\campo100/profiles.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateManifest="false"
|
||||
ProgramDatabaseFile=".\..\release/profiles.pdb"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
@ -165,7 +166,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile=".\..\exed/profiles.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateDebugInformation="true"
|
||||
@ -180,6 +181,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
SuppressStartupBanner="false"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
|
@ -73,9 +73,10 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="d:\release\campo100/ve_maskrighe.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateManifest="false"
|
||||
ProgramDatabaseFile=".\..\release/ve_maskrighe.pdb"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
@ -165,7 +166,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile=".\..\exed/ve_maskrighe.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateDebugInformation="true"
|
||||
|
@ -73,7 +73,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile=".\..\exed/ve_masktab.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateDebugInformation="true"
|
||||
@ -166,9 +166,10 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="d:\release\campo100/ve_masktab.exe"
|
||||
OutputFile=""
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
GenerateManifest="false"
|
||||
ProgramDatabaseFile=".\..\release/ve_masktab.pdb"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
|
@ -289,54 +289,10 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\pdf\pdflib\pdflibdl.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\smapi.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\XFont.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\xvaga.cpp"
|
||||
>
|
||||
@ -411,28 +367,6 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\xvtpdf.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\xvtwin.cpp"
|
||||
>
|
||||
@ -502,10 +436,6 @@
|
||||
RelativePath="..\xvaga\wxinc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\XFont.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\XTrace.h"
|
||||
>
|
||||
@ -542,10 +472,6 @@
|
||||
RelativePath="..\xvaga\xvtextra.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\xvtpdf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\xvaga\xvtwin.h"
|
||||
>
|
||||
@ -560,30 +486,6 @@
|
||||
RelativePath="..\lib\hlw32_mc.lib"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\pdflib.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\pdflibd.lib"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Lib\Skeylink.obj"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user