Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@19888 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-01-08 09:53:03 +00:00
parent b093ad93fe
commit b851998d7b
5 changed files with 628 additions and 6 deletions

View File

@ -53,6 +53,9 @@
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
@ -74,15 +77,15 @@
<Tool
Name="RepCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
@ -185,6 +188,9 @@
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
@ -206,15 +212,15 @@
<Tool
Name="RepCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
@ -367,6 +373,32 @@
>
</File>
</Filter>
<Filter
Name="Txt"
>
<File
RelativePath="..\setup\dninst.txt"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCustomBuildTool"
CommandLine="dncrypt $(InputPath) $(TargetDir)dninst.zip"
Outputs="$(TargetDir)dninst.zip"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCustomBuildTool"
CommandLine="dncrypt $(InputPath) $(TargetDir)dninst.zip"
Outputs="$(TargetDir)dninst.zip"
/>
</FileConfiguration>
</File>
</Filter>
<File
RelativePath="..\lib\hlw32_mc.lib"
>

4
projects/pi0001.rc Executable file
View File

@ -0,0 +1,4 @@
"9012" ICON DISCARDABLE "../res/exe.ico"
rcinclude ../../wx289/include/wx/msw/wx.rc

445
projects/pi0001.vcproj Executable file
View File

@ -0,0 +1,445 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="pi0001"
ProjectGUID="{5379F62B-868B-4469-9FC9-993AF9ADE381}"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
<ToolFile
RelativePath=".\CampoRules.rules"
/>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\debug"
IntermediateDirectory=".\..\debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="DatCompiler"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="BmpCompiler"
/>
<Tool
Name="GifCompiler"
/>
<Tool
Name="DesCompiler"
/>
<Tool
Name="SrcDebugCompiler"
/>
<Tool
Name="MskCompiler"
/>
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
<Tool
Name="TxtCompiler"
/>
<Tool
Name="PngCompiler"
/>
<Tool
Name="JpegCompiler"
/>
<Tool
Name="IniCompiler"
/>
<Tool
Name="MenCompiler"
/>
<Tool
Name="RepCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\debug/pi0001.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\include,..\xvaga,..\xi"
PreprocessorDefinitions="_DEBUG;WIN32;DBG;_WINDOWS"
MinimalRebuild="true"
RuntimeLibrary="1"
PrecompiledHeaderFile=".\..\debug/pi0001.pch"
AssemblerListingLocation=".\..\debug/"
ObjectFile=".\..\debug/"
ProgramDataBaseFileName=".\..\debug/"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1040"
AdditionalIncludeDirectories="..\..\wx289\include"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="version.lib wsock32.lib comctl32.lib rpcrt4.lib"
OutputFile="..\exed\pi0001.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libc.lib"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\debug/pi0001.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\..\debug/pi0001.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\release"
IntermediateDirectory=".\..\release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="DatCompiler"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="BmpCompiler"
/>
<Tool
Name="GifCompiler"
/>
<Tool
Name="DesCompiler"
/>
<Tool
Name="SrcDebugCompiler"
/>
<Tool
Name="MskCompiler"
/>
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
<Tool
Name="TxtCompiler"
/>
<Tool
Name="PngCompiler"
/>
<Tool
Name="JpegCompiler"
/>
<Tool
Name="IniCompiler"
/>
<Tool
Name="MenCompiler"
/>
<Tool
Name="RepCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\release/pi0001.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\include,..\xvaga,..\xi"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XVT"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\..\release/pi0001.pch"
AssemblerListingLocation=".\..\release/"
ObjectFile=".\..\release/"
ProgramDataBaseFileName=".\..\release/"
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1040"
AdditionalIncludeDirectories="..\..\wx289\include"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="version.lib wsock32.lib comctl32.lib rpcrt4.lib"
OutputFile="D:\Release\campo100/pi0001.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
IgnoreDefaultLibraryNames="libc.lib"
ProgramDatabaseFile=".\..\release/pi0001.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\..\release/pi0001.bsc"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Sources"
Filter="cpp"
>
<File
RelativePath="..\cg\cg2103.cpp"
>
</File>
<File
RelativePath="..\cg\cglib01.cpp"
>
</File>
<File
RelativePath="..\cg\cgpagame.cpp"
>
</File>
<File
RelativePath="..\cg\cgsaldac.cpp"
>
</File>
<File
RelativePath="..\ps\pi0001.cpp"
>
</File>
<File
RelativePath="..\ps\pi0001100.cpp"
>
</File>
<File
RelativePath="..\ps\pi0001200.cpp"
>
</File>
<File
RelativePath="..\ps\pi0001300.cpp"
>
</File>
</Filter>
<Filter
Name="Masks"
Filter="uml"
>
<File
RelativePath="..\ps\pi0001100a.uml"
>
</File>
<File
RelativePath="..\ps\pi0001200a.uml"
>
</File>
<File
RelativePath="..\ps\pi0001300a.uml"
>
</File>
</Filter>
<Filter
Name="Headers"
Filter="h"
>
<File
RelativePath="..\ps\pi0001.h"
>
</File>
<File
RelativePath="..\ps\pi0001100.h"
>
</File>
<File
RelativePath="..\ps\pi0001100a.h"
>
</File>
<File
RelativePath="..\ps\pi0001200a.h"
>
</File>
<File
RelativePath="..\ps\pi0001300a.h"
>
</File>
</Filter>
<File
RelativePath="..\lib\AgaLib.lib"
>
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="true"
>
<Tool
Name="VCCustomBuildTool"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\lib\AgaLibD.lib"
>
</File>
<File
RelativePath="pi0001.rc"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories=""
ResourceOutputFileName="..\Debug/pi0001.res"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions=""
AdditionalIncludeDirectories=""
/>
</FileConfiguration>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@ -87,6 +87,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ps0830", "ps0830.vcproj", "
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ps0925", "ps0925.vcproj", "{511A655D-306E-49FB-A1E8-BB7E8F8F8F35}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pi0001", "pi0001.vcproj", "{5379F62B-868B-4469-9FC9-993AF9ADE381}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@ -217,6 +219,10 @@ Global
{511A655D-306E-49FB-A1E8-BB7E8F8F8F35}.Debug|Win32.Build.0 = Debug|Win32
{511A655D-306E-49FB-A1E8-BB7E8F8F8F35}.Release|Win32.ActiveCfg = Release|Win32
{511A655D-306E-49FB-A1E8-BB7E8F8F8F35}.Release|Win32.Build.0 = Release|Win32
{5379F62B-868B-4469-9FC9-993AF9ADE381}.Debug|Win32.ActiveCfg = Debug|Win32
{5379F62B-868B-4469-9FC9-993AF9ADE381}.Debug|Win32.Build.0 = Debug|Win32
{5379F62B-868B-4469-9FC9-993AF9ADE381}.Release|Win32.ActiveCfg = Release|Win32
{5379F62B-868B-4469-9FC9-993AF9ADE381}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View File

@ -12,6 +12,9 @@
/>
</Platforms>
<ToolFiles>
<ToolFile
RelativePath=".\CampoRules.rules"
/>
</ToolFiles>
<Configurations>
<Configuration
@ -26,9 +29,63 @@
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="DatCompiler"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="BmpCompiler"
/>
<Tool
Name="GifCompiler"
/>
<Tool
Name="DesCompiler"
/>
<Tool
Name="SrcDebugCompiler"
/>
<Tool
Name="MskCompiler"
/>
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
<Tool
Name="TxtCompiler"
/>
<Tool
Name="PngCompiler"
/>
<Tool
Name="JpegCompiler"
/>
<Tool
Name="IniCompiler"
/>
<Tool
Name="MenCompiler"
/>
<Tool
Name="RepCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
@ -121,9 +178,63 @@
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="DatCompiler"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="BmpCompiler"
/>
<Tool
Name="GifCompiler"
/>
<Tool
Name="DesCompiler"
/>
<Tool
Name="SrcDebugCompiler"
/>
<Tool
Name="MskCompiler"
/>
<Tool
Name="FormCompiler"
/>
<Tool
Name="RptCompiler"
/>
<Tool
Name="AlxCompiler"
/>
<Tool
Name="TxtCompiler"
/>
<Tool
Name="PngCompiler"
/>
<Tool
Name="JpegCompiler"
/>
<Tool
Name="IniCompiler"
/>
<Tool
Name="MenCompiler"
/>
<Tool
Name="RepCompiler"
/>
<Tool
Name="SrcReleaseCompiler"
/>
<Tool
Name="DirCompiler"
/>
<Tool
Name="TrrCompiler"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
@ -350,6 +461,30 @@
>
</File>
</Filter>
<Filter
Name="Reports"
>
<File
RelativePath="..\ps\ps0872a.rep"
>
</File>
<File
RelativePath="..\ps\ps0872b.rep"
>
</File>
<File
RelativePath="..\ps\ps0872c.rep"
>
</File>
<File
RelativePath="..\ps\ps0872d.rep"
>
</File>
<File
RelativePath="..\ps\ps0872e.rep"
>
</File>
</Filter>
<File
RelativePath="..\lib\AgaLib.lib"
>