@@ -139,6 +139,9 @@ struct caca_context | |||
unsigned int last_key_ticks; | |||
unsigned int autorepeat_ticks; | |||
struct caca_event last_key_event; | |||
#endif | |||
#if defined(USE_WIN32) | |||
unsigned char not_empty_struct; | |||
#endif | |||
} events; | |||
}; | |||
@@ -17,6 +17,7 @@ | |||
#include "config.h" | |||
#if !defined(USE_WIN32) | |||
#if !defined(__KERNEL__) | |||
# if defined(HAVE_ENDIAN_H) | |||
# include <endian.h> | |||
@@ -432,3 +433,4 @@ void cucul_render_canvas(cucul_t *qq, struct cucul_font *f, | |||
* }; | |||
*/ | |||
#endif |
@@ -1,120 +1,203 @@ | |||
<?xml version="1.0" encoding = "Windows-1252"?> | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="7.00" | |||
Version="8,00" | |||
Name="cacaball" | |||
ProjectGUID="{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}" | |||
Keyword="Win32Proj"> | |||
Keyword="Win32Proj" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32"/> | |||
Name="Win32" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="Debug" | |||
IntermediateDirectory="Debug" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
AdditionalIncludeDirectories="..\src;..\msvc;"D:\code\libcaca-trunk\caca";"D:\code\libcaca-trunk\cucul";"C:\Program Files\Microsoft Platform SDK\Include"" | |||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |||
MinimalRebuild="TRUE" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="5" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="4"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacaball.exe" | |||
LinkIncremental="2" | |||
GenerateDebugInformation="TRUE" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/cacaball.pdb" | |||
SubSystem="1" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
<Configuration | |||
Name="Release|Win32" | |||
OutputDirectory="Release" | |||
IntermediateDirectory="Release" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="TRUE" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |||
StringPooling="TRUE" | |||
RuntimeLibrary="4" | |||
EnableFunctionLevelLinking="TRUE" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="3"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacaball.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="TRUE" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
</Configurations> | |||
<References> | |||
</References> | |||
<Files> | |||
<Filter | |||
Name="Source Files" | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | |||
> | |||
<File | |||
RelativePath="..\examples\cacaball.c"> | |||
RelativePath="..\src\cacaball.c" | |||
> | |||
</File> | |||
</Filter> | |||
<Filter | |||
Name="Header Files" | |||
Filter="h;hpp;hxx;hm;inl;inc"> | |||
Filter="h;hpp;hxx;hm;inl;inc" | |||
> | |||
</Filter> | |||
<Filter | |||
Name="Resource Files" | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | |||
> | |||
</Filter> | |||
</Files> | |||
<Globals> | |||
@@ -1,120 +1,203 @@ | |||
<?xml version="1.0" encoding = "Windows-1252"?> | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="7.00" | |||
Version="8,00" | |||
Name="cacafire" | |||
ProjectGUID="{F25D1237-9ED8-4343-B958-308C95FE392F}" | |||
Keyword="Win32Proj"> | |||
Keyword="Win32Proj" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32"/> | |||
Name="Win32" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="Debug" | |||
IntermediateDirectory="Debug" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
AdditionalIncludeDirectories="..\src;..\msvc;..\caca;..\cucul;"C:\Program Files\Microsoft Platform SDK\Include"" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
MinimalRebuild="TRUE" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="5" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="4"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacafire.exe" | |||
LinkIncremental="2" | |||
GenerateDebugInformation="TRUE" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/cacafire.pdb" | |||
SubSystem="1" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
<Configuration | |||
Name="Release|Win32" | |||
OutputDirectory="Release" | |||
IntermediateDirectory="Release" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="TRUE" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
PreprocessorDefinitions="LIBCACA=1" | |||
StringPooling="TRUE" | |||
RuntimeLibrary="4" | |||
EnableFunctionLevelLinking="TRUE" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="3"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacafire.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="TRUE" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
</Configurations> | |||
<References> | |||
</References> | |||
<Files> | |||
<Filter | |||
Name="Source Files" | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | |||
> | |||
<File | |||
RelativePath="..\examples\aafire.c"> | |||
RelativePath="..\src\aafire.c" | |||
> | |||
</File> | |||
</Filter> | |||
<Filter | |||
Name="Header Files" | |||
Filter="h;hpp;hxx;hm;inl;inc"> | |||
Filter="h;hpp;hxx;hm;inl;inc" | |||
> | |||
</Filter> | |||
<Filter | |||
Name="Resource Files" | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | |||
> | |||
</Filter> | |||
</Files> | |||
<Globals> | |||
@@ -1,120 +1,203 @@ | |||
<?xml version="1.0" encoding = "Windows-1252"?> | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="7.00" | |||
Version="8,00" | |||
Name="cacamoir" | |||
ProjectGUID="{5D336F08-9B06-4C19-94C7-EB423296B83E}" | |||
Keyword="Win32Proj"> | |||
Keyword="Win32Proj" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32"/> | |||
Name="Win32" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="Debug" | |||
IntermediateDirectory="Debug" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
AdditionalIncludeDirectories="..\src;..\msvc;..\caca;..\cucul;"C:\Program Files\Microsoft Platform SDK\Include"" | |||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |||
MinimalRebuild="TRUE" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="5" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="4"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacamoir.exe" | |||
LinkIncremental="2" | |||
GenerateDebugInformation="TRUE" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/cacamoir.pdb" | |||
SubSystem="1" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
<Configuration | |||
Name="Release|Win32" | |||
OutputDirectory="Release" | |||
IntermediateDirectory="Release" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="TRUE" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |||
StringPooling="TRUE" | |||
RuntimeLibrary="4" | |||
EnableFunctionLevelLinking="TRUE" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="3"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacamoir.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="TRUE" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
</Configurations> | |||
<References> | |||
</References> | |||
<Files> | |||
<Filter | |||
Name="Source Files" | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | |||
> | |||
<File | |||
RelativePath="..\examples\cacamoir.c"> | |||
RelativePath="..\src\cacamoir.c" | |||
> | |||
</File> | |||
</Filter> | |||
<Filter | |||
Name="Header Files" | |||
Filter="h;hpp;hxx;hm;inl;inc"> | |||
Filter="h;hpp;hxx;hm;inl;inc" | |||
> | |||
</Filter> | |||
<Filter | |||
Name="Resource Files" | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | |||
> | |||
</Filter> | |||
</Files> | |||
<Globals> | |||
@@ -1,120 +1,203 @@ | |||
<?xml version="1.0" encoding = "Windows-1252"?> | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="7.00" | |||
Version="8,00" | |||
Name="cacaplas" | |||
ProjectGUID="{04CC61FD-CC15-4B08-9028-BD87A63E7365}" | |||
Keyword="Win32Proj"> | |||
Keyword="Win32Proj" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32"/> | |||
Name="Win32" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="Debug" | |||
IntermediateDirectory="Debug" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
AdditionalIncludeDirectories="..\src;..\msvc;..\caca;..\cucul;"C:\Program Files\Microsoft Platform SDK\Include"" | |||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |||
MinimalRebuild="TRUE" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="5" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="4"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacaplas.exe" | |||
LinkIncremental="2" | |||
GenerateDebugInformation="TRUE" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/cacaplas.pdb" | |||
SubSystem="1" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
<Configuration | |||
Name="Release|Win32" | |||
OutputDirectory="Release" | |||
IntermediateDirectory="Release" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="TRUE" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |||
StringPooling="TRUE" | |||
RuntimeLibrary="4" | |||
EnableFunctionLevelLinking="TRUE" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="3"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacaplas.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="TRUE" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
</Configurations> | |||
<References> | |||
</References> | |||
<Files> | |||
<Filter | |||
Name="Source Files" | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | |||
> | |||
<File | |||
RelativePath="..\examples\cacaplas.c"> | |||
RelativePath="..\src\cacaplas.c" | |||
> | |||
</File> | |||
</Filter> | |||
<Filter | |||
Name="Header Files" | |||
Filter="h;hpp;hxx;hm;inl;inc"> | |||
Filter="h;hpp;hxx;hm;inl;inc" | |||
> | |||
</Filter> | |||
<Filter | |||
Name="Resource Files" | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | |||
> | |||
</Filter> | |||
</Files> | |||
<Globals> | |||
@@ -1,120 +1,203 @@ | |||
<?xml version="1.0" encoding = "Windows-1252"?> | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="7.00" | |||
Version="8,00" | |||
Name="cacaview" | |||
ProjectGUID="{62E567BD-73B7-4C1E-9919-6423C8A8F72E}" | |||
Keyword="Win32Proj"> | |||
Keyword="Win32Proj" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32"/> | |||
Name="Win32" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="Debug" | |||
IntermediateDirectory="Debug" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
AdditionalIncludeDirectories="..\src;..\msvc;..\caca;..\cucul;"C:\Program Files\Microsoft Platform SDK\Include"" | |||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |||
MinimalRebuild="TRUE" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="5" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="4"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacaview.exe" | |||
LinkIncremental="2" | |||
GenerateDebugInformation="TRUE" | |||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" | |||
GenerateDebugInformation="true" | |||
ProgramDatabaseFile="$(OutDir)/cacaview.pdb" | |||
SubSystem="1" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
<Configuration | |||
Name="Release|Win32" | |||
OutputDirectory="Release" | |||
IntermediateDirectory="Release" | |||
ConfigurationType="1" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="TRUE" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\src;..\msvc" | |||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |||
StringPooling="TRUE" | |||
RuntimeLibrary="4" | |||
EnableFunctionLevelLinking="TRUE" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="3"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
/> | |||
<Tool | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCLinkerTool" | |||
OutputFile="$(OutDir)/cacaview.exe" | |||
LinkIncremental="1" | |||
GenerateDebugInformation="TRUE" | |||
GenerateDebugInformation="true" | |||
SubSystem="1" | |||
OptimizeReferences="2" | |||
EnableCOMDATFolding="2" | |||
TargetMachine="1"/> | |||
TargetMachine="1" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCManifestTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCAppVerifierTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCWebDeploymentTool" | |||
/> | |||
<Tool | |||
Name="VCWebDeploymentTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
</Configurations> | |||
<References> | |||
</References> | |||
<Files> | |||
<Filter | |||
Name="Source Files" | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | |||
> | |||
<File | |||
RelativePath="..\examples\cacaview.c"> | |||
RelativePath="..\src\cacaview.c" | |||
> | |||
</File> | |||
</Filter> | |||
<Filter | |||
Name="Header Files" | |||
Filter="h;hpp;hxx;hm;inl;inc"> | |||
Filter="h;hpp;hxx;hm;inl;inc" | |||
> | |||
</Filter> | |||
<Filter | |||
Name="Resource Files" | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | |||
> | |||
</Filter> | |||
</Files> | |||
<Globals> | |||
@@ -53,3 +53,4 @@ | |||
#ifndef __cplusplus | |||
#define inline __inline | |||
#endif | |||
#define strcasecmp stricmp |
@@ -1,56 +1,55 @@ | |||
Microsoft Visual Studio Solution File, Format Version 7.00 | |||
Microsoft Visual Studio Solution File, Format Version 9.00 | |||
# Visual C++ Express 2005 | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcaca", "libcaca.vcproj", "{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacaview", "cacaview.vcproj", "{62E567BD-73B7-4C1E-9919-6423C8A8F72E}" | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacaball", "cacaball.vcproj", "{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacafire", "cacafire.vcproj", "{F25D1237-9ED8-4343-B958-308C95FE392F}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacamoir", "cacamoir.vcproj", "{5D336F08-9B06-4C19-94C7-EB423296B83E}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacaplas", "cacaplas.vcproj", "{04CC61FD-CC15-4B08-9028-BD87A63E7365}" | |||
ProjectSection(ProjectDependencies) = postProject | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndProjectSection | |||
EndProject | |||
Global | |||
GlobalSection(SolutionConfiguration) = preSolution | |||
ConfigName.0 = Debug | |||
ConfigName.1 = Release | |||
EndGlobalSection | |||
GlobalSection(ProjectDependencies) = postSolution | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.0 = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}.0 = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.0 = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
{5D336F08-9B06-4C19-94C7-EB423296B83E}.0 = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.0 = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4} | |||
EndGlobalSection | |||
GlobalSection(ProjectConfiguration) = postSolution | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug.ActiveCfg = Debug|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug.Build.0 = Debug|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release.ActiveCfg = Release|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release.Build.0 = Release|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug.ActiveCfg = Debug|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Debug.Build.0 = Debug|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release.ActiveCfg = Release|Win32 | |||
{62E567BD-73B7-4C1E-9919-6423C8A8F72E}.Release.Build.0 = Release|Win32 | |||
{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}.Debug.ActiveCfg = Debug|Win32 | |||
{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}.Debug.Build.0 = Debug|Win32 | |||
{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}.Release.ActiveCfg = Release|Win32 | |||
{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}.Release.Build.0 = Release|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug.ActiveCfg = Debug|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug.Build.0 = Debug|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release.ActiveCfg = Release|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release.Build.0 = Release|Win32 | |||
{5D336F08-9B06-4C19-94C7-EB423296B83E}.Debug.ActiveCfg = Debug|Win32 | |||
{5D336F08-9B06-4C19-94C7-EB423296B83E}.Debug.Build.0 = Debug|Win32 | |||
{5D336F08-9B06-4C19-94C7-EB423296B83E}.Release.ActiveCfg = Release|Win32 | |||
{5D336F08-9B06-4C19-94C7-EB423296B83E}.Release.Build.0 = Release|Win32 | |||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Debug.ActiveCfg = Debug|Win32 | |||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Debug.Build.0 = Debug|Win32 | |||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Release.ActiveCfg = Release|Win32 | |||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Release.Build.0 = Release|Win32 | |||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | |||
Debug|Win32 = Debug|Win32 | |||
Release|Win32 = Release|Win32 | |||
EndGlobalSection | |||
GlobalSection(ExtensibilityGlobals) = postSolution | |||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Debug|Win32.Build.0 = Debug|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|Win32.ActiveCfg = Release|Win32 | |||
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}.Release|Win32.Build.0 = Release|Win32 | |||
{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}.Debug|Win32.Build.0 = Debug|Win32 | |||
{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}.Release|Win32.ActiveCfg = Release|Win32 | |||
{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}.Release|Win32.Build.0 = Release|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Debug|Win32.Build.0 = Debug|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|Win32.ActiveCfg = Release|Win32 | |||
{F25D1237-9ED8-4343-B958-308C95FE392F}.Release|Win32.Build.0 = Release|Win32 | |||
{5D336F08-9B06-4C19-94C7-EB423296B83E}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{5D336F08-9B06-4C19-94C7-EB423296B83E}.Debug|Win32.Build.0 = Debug|Win32 | |||
{5D336F08-9B06-4C19-94C7-EB423296B83E}.Release|Win32.ActiveCfg = Release|Win32 | |||
{5D336F08-9B06-4C19-94C7-EB423296B83E}.Release|Win32.Build.0 = Release|Win32 | |||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Debug|Win32.Build.0 = Debug|Win32 | |||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Release|Win32.ActiveCfg = Release|Win32 | |||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Release|Win32.Build.0 = Release|Win32 | |||
EndGlobalSection | |||
GlobalSection(ExtensibilityAddIns) = postSolution | |||
GlobalSection(SolutionProperties) = preSolution | |||
HideSolutionNode = FALSE | |||
EndGlobalSection | |||
EndGlobal |
@@ -1,139 +1,303 @@ | |||
<?xml version="1.0" encoding = "Windows-1252"?> | |||
<?xml version="1.0" encoding="Windows-1252"?> | |||
<VisualStudioProject | |||
ProjectType="Visual C++" | |||
Version="7.00" | |||
Version="8,00" | |||
Name="libcaca" | |||
ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" | |||
Keyword="Win32Proj"> | |||
Keyword="Win32Proj" | |||
> | |||
<Platforms> | |||
<Platform | |||
Name="Win32"/> | |||
Name="Win32" | |||
/> | |||
</Platforms> | |||
<ToolFiles> | |||
</ToolFiles> | |||
<Configurations> | |||
<Configuration | |||
Name="Debug|Win32" | |||
OutputDirectory="Debug" | |||
IntermediateDirectory="Debug" | |||
ConfigurationType="4" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="0" | |||
AdditionalIncludeDirectories="..\msvc" | |||
AdditionalIncludeDirectories="..\msvc;"D:\code\libcaca-trunk\cucul";"D:\code\libcaca-trunk\caca";"C:\Program Files\Microsoft Platform SDK\Include"" | |||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB" | |||
MinimalRebuild="TRUE" | |||
MinimalRebuild="true" | |||
BasicRuntimeChecks="3" | |||
RuntimeLibrary="5" | |||
RuntimeLibrary="1" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="4"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="4" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCLibrarianTool" | |||
OutputFile="$(OutDir)/cacaview.lib"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCLibrarianTool" | |||
OutputFile="$(OutDir)/cacaview.lib" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
<Configuration | |||
Name="Release|Win32" | |||
OutputDirectory="Release" | |||
IntermediateDirectory="Release" | |||
ConfigurationType="4" | |||
CharacterSet="2"> | |||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |||
CharacterSet="2" | |||
> | |||
<Tool | |||
Name="VCPreBuildEventTool" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool" | |||
/> | |||
<Tool | |||
Name="VCXMLDataGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool" | |||
/> | |||
<Tool | |||
Name="VCCLCompilerTool" | |||
Optimization="2" | |||
InlineFunctionExpansion="1" | |||
OmitFramePointers="TRUE" | |||
OmitFramePointers="true" | |||
AdditionalIncludeDirectories="..\msvc" | |||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB" | |||
StringPooling="TRUE" | |||
RuntimeLibrary="4" | |||
EnableFunctionLevelLinking="TRUE" | |||
StringPooling="true" | |||
RuntimeLibrary="0" | |||
EnableFunctionLevelLinking="true" | |||
UsePrecompiledHeader="0" | |||
WarningLevel="3" | |||
Detect64BitPortabilityProblems="TRUE" | |||
DebugInformationFormat="3"/> | |||
Detect64BitPortabilityProblems="true" | |||
DebugInformationFormat="3" | |||
/> | |||
<Tool | |||
Name="VCCustomBuildTool"/> | |||
Name="VCManagedResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCLibrarianTool" | |||
OutputFile="$(OutDir)/cacaview.lib"/> | |||
Name="VCResourceCompilerTool" | |||
/> | |||
<Tool | |||
Name="VCMIDLTool"/> | |||
Name="VCPreLinkEventTool" | |||
/> | |||
<Tool | |||
Name="VCPostBuildEventTool"/> | |||
Name="VCLibrarianTool" | |||
OutputFile="$(OutDir)/cacaview.lib" | |||
/> | |||
<Tool | |||
Name="VCALinkTool" | |||
/> | |||
<Tool | |||
Name="VCPreBuildEventTool"/> | |||
Name="VCXDCMakeTool" | |||
/> | |||
<Tool | |||
Name="VCPreLinkEventTool"/> | |||
Name="VCBscMakeTool" | |||
/> | |||
<Tool | |||
Name="VCResourceCompilerTool"/> | |||
Name="VCFxCopTool" | |||
/> | |||
<Tool | |||
Name="VCWebServiceProxyGeneratorTool"/> | |||
Name="VCPostBuildEventTool" | |||
/> | |||
</Configuration> | |||
</Configurations> | |||
<References> | |||
</References> | |||
<Files> | |||
<Filter | |||
Name="Source Files" | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | |||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | |||
> | |||
<File | |||
RelativePath="..\cucul\box.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\caca\caca.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\canvas.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\bitmap.c"> | |||
RelativePath="..\cucul\charset.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\box.c"> | |||
RelativePath="..\cucul\colour.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\caca.c"> | |||
RelativePath="..\cucul\conic.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\conic.c"> | |||
RelativePath="..\cucul\cucul.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\graphics.c"> | |||
RelativePath="..\cucul\dither.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\io.c"> | |||
RelativePath="..\caca\driver_conio.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\line.c"> | |||
RelativePath="..\caca\driver_gl.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\math.c"> | |||
RelativePath="..\caca\driver_ncurses.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\sprite.c"> | |||
RelativePath="..\caca\driver_raw.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\time.c"> | |||
RelativePath="..\caca\driver_slang.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\triangle.c"> | |||
RelativePath="..\caca\driver_vga.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\caca\driver_win32.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\caca\driver_x11.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\caca\event.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\export_ansi.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\export_html.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\export_irc.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\export_ps.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\export_svg.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\font.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\caca\graphics.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\line.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\math.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\sprite.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\caca\time.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\transform.c" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\cucul\triangle.c" | |||
> | |||
</File> | |||
</Filter> | |||
<Filter | |||
Name="Header Files" | |||
Filter="h;hpp;hxx;hm;inl;inc"> | |||
Filter="h;hpp;hxx;hm;inl;inc" | |||
> | |||
<File | |||
RelativePath="..\caca\caca.h" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\caca\caca_internals.h" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\caca.h"> | |||
RelativePath="config.h" | |||
> | |||
</File> | |||
<File | |||
RelativePath="..\src\caca_internals.h"> | |||
RelativePath="..\cucul\cucul.h" | |||
> | |||
</File> | |||
<File | |||
RelativePath="config.h"> | |||
RelativePath="..\cucul\cucul_internals.h" | |||
> | |||
</File> | |||
</Filter> | |||
</Files> | |||
@@ -386,4 +386,4 @@ Term::Caca - perl interface for libcaca (Colour AsCii Art library) | |||
=cut | |||
# vim:sw=2 sts=2 expandtab | |||
# $Id: Caca.pm,v 1.5 2004/10/25 18:14:57 beppu Exp $ | |||
# $Id$ |
@@ -329,4 +329,4 @@ Only import the constants pertaining to events and keys: | |||
=cut | |||
# $Id: Constants.pm,v 1.1 2004/10/18 21:00:56 beppu Exp $ | |||
# $Id$ |
@@ -68,4 +68,4 @@ be, sound, and smell harsh. | |||
=cut | |||
# $Id: Kaka.pm,v 1.2 2004/10/22 21:12:01 beppu Exp $ | |||
# $Id$ |