@@ -0,0 +1 @@ | |||||
#include "../common.h" |
@@ -1,6 +1,11 @@ | |||||
Microsoft Visual Studio Solution File, Format Version 9.00 | Microsoft Visual Studio Solution File, Format Version 9.00 | ||||
# Visual C++ Express 2005 | |||||
# Visual Studio 2005 | |||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcucul", "libcucul.vcproj", "{44303C1F-BB6A-4C4B-BB19-7D475348F151}" | |||||
EndProject | |||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcaca", "libcaca.vcproj", "{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcaca", "libcaca.vcproj", "{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" | ||||
ProjectSection(ProjectDependencies) = postProject | |||||
{44303C1F-BB6A-4C4B-BB19-7D475348F151} = {44303C1F-BB6A-4C4B-BB19-7D475348F151} | |||||
EndProjectSection | |||||
EndProject | EndProject | ||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacaball", "cacaball.vcproj", "{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}" | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacaball", "cacaball.vcproj", "{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}" | ||||
ProjectSection(ProjectDependencies) = postProject | ProjectSection(ProjectDependencies) = postProject | ||||
@@ -48,6 +53,10 @@ Global | |||||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Debug|Win32.Build.0 = 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.ActiveCfg = Release|Win32 | ||||
{04CC61FD-CC15-4B08-9028-BD87A63E7365}.Release|Win32.Build.0 = Release|Win32 | {04CC61FD-CC15-4B08-9028-BD87A63E7365}.Release|Win32.Build.0 = Release|Win32 | ||||
{44303C1F-BB6A-4C4B-BB19-7D475348F151}.Debug|Win32.ActiveCfg = Debug|Win32 | |||||
{44303C1F-BB6A-4C4B-BB19-7D475348F151}.Debug|Win32.Build.0 = Debug|Win32 | |||||
{44303C1F-BB6A-4C4B-BB19-7D475348F151}.Release|Win32.ActiveCfg = Release|Win32 | |||||
{44303C1F-BB6A-4C4B-BB19-7D475348F151}.Release|Win32.Build.0 = Release|Win32 | |||||
EndGlobalSection | EndGlobalSection | ||||
GlobalSection(SolutionProperties) = preSolution | GlobalSection(SolutionProperties) = preSolution | ||||
HideSolutionNode = FALSE | HideSolutionNode = FALSE | ||||
@@ -40,7 +40,7 @@ | |||||
<Tool | <Tool | ||||
Name="VCCLCompilerTool" | Name="VCCLCompilerTool" | ||||
Optimization="0" | Optimization="0" | ||||
AdditionalIncludeDirectories="..\msvc;"D:\code\libcaca-trunk\cucul";"D:\code\libcaca-trunk\caca";"C:\Program Files\Microsoft Platform SDK\Include"" | |||||
AdditionalIncludeDirectories="..\msvc" | |||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB" | PreprocessorDefinitions="WIN32;_DEBUG;_LIB" | ||||
MinimalRebuild="true" | MinimalRebuild="true" | ||||
BasicRuntimeChecks="3" | BasicRuntimeChecks="3" | ||||
@@ -154,38 +154,10 @@ | |||||
Name="Source Files" | 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 | <File | ||||
RelativePath="..\caca\caca.c" | RelativePath="..\caca\caca.c" | ||||
> | > | ||||
</File> | </File> | ||||
<File | |||||
RelativePath="..\cucul\canvas.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\charset.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\colour.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\conic.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\cucul.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\dither.c" | |||||
> | |||||
</File> | |||||
<File | <File | ||||
RelativePath="..\caca\driver_conio.c" | RelativePath="..\caca\driver_conio.c" | ||||
> | > | ||||
@@ -222,58 +194,10 @@ | |||||
RelativePath="..\caca\event.c" | RelativePath="..\caca\event.c" | ||||
> | > | ||||
</File> | </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 | <File | ||||
RelativePath="..\caca\time.c" | RelativePath="..\caca\time.c" | ||||
> | > | ||||
</File> | </File> | ||||
<File | |||||
RelativePath="..\cucul\transform.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\triangle.c" | |||||
> | |||||
</File> | |||||
</Filter> | </Filter> | ||||
<Filter | <Filter | ||||
Name="Header Files" | Name="Header Files" | ||||
@@ -291,14 +215,6 @@ | |||||
RelativePath="config.h" | RelativePath="config.h" | ||||
> | > | ||||
</File> | </File> | ||||
<File | |||||
RelativePath="..\cucul\cucul.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\cucul_internals.h" | |||||
> | |||||
</File> | |||||
</Filter> | </Filter> | ||||
</Files> | </Files> | ||||
<Globals> | <Globals> | ||||
@@ -0,0 +1,269 @@ | |||||
<?xml version="1.0" encoding="Windows-1252"?> | |||||
<VisualStudioProject | |||||
ProjectType="Visual C++" | |||||
Version="8,00" | |||||
Name="libcucul" | |||||
ProjectGUID="{44303C1F-BB6A-4C4B-BB19-7D475348F151}" | |||||
> | |||||
<Platforms> | |||||
<Platform | |||||
Name="Win32" | |||||
/> | |||||
</Platforms> | |||||
<ToolFiles> | |||||
</ToolFiles> | |||||
<Configurations> | |||||
<Configuration | |||||
Name="Debug|Win32" | |||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||||
IntermediateDirectory="$(ConfigurationName)" | |||||
ConfigurationType="2" | |||||
CharacterSet="2" | |||||
> | |||||
<Tool | |||||
Name="VCPreBuildEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXMLDataGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebServiceProxyGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCMIDLTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
AdditionalIncludeDirectories="..\msvc" | |||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB" | |||||
Optimization="0" | |||||
MinimalRebuild="true" | |||||
BasicRuntimeChecks="3" | |||||
RuntimeLibrary="3" | |||||
WarningLevel="3" | |||||
Detect64BitPortabilityProblems="true" | |||||
DebugInformationFormat="4" | |||||
/> | |||||
<Tool | |||||
Name="VCManagedResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCPreLinkEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCLinkerTool" | |||||
GenerateDebugInformation="true" | |||||
TargetMachine="1" | |||||
/> | |||||
<Tool | |||||
Name="VCALinkTool" | |||||
/> | |||||
<Tool | |||||
Name="VCManifestTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXDCMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCBscMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCFxCopTool" | |||||
/> | |||||
<Tool | |||||
Name="VCAppVerifierTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebDeploymentTool" | |||||
/> | |||||
<Tool | |||||
Name="VCPostBuildEventTool" | |||||
/> | |||||
</Configuration> | |||||
<Configuration | |||||
Name="Release|Win32" | |||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |||||
IntermediateDirectory="$(ConfigurationName)" | |||||
ConfigurationType="1" | |||||
CharacterSet="2" | |||||
WholeProgramOptimization="1" | |||||
> | |||||
<Tool | |||||
Name="VCPreBuildEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCustomBuildTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXMLDataGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebServiceProxyGeneratorTool" | |||||
/> | |||||
<Tool | |||||
Name="VCMIDLTool" | |||||
/> | |||||
<Tool | |||||
Name="VCCLCompilerTool" | |||||
AdditionalIncludeDirectories="..\msvc" | |||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB" | |||||
RuntimeLibrary="2" | |||||
WarningLevel="3" | |||||
Detect64BitPortabilityProblems="true" | |||||
DebugInformationFormat="3" | |||||
/> | |||||
<Tool | |||||
Name="VCManagedResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCResourceCompilerTool" | |||||
/> | |||||
<Tool | |||||
Name="VCPreLinkEventTool" | |||||
/> | |||||
<Tool | |||||
Name="VCLinkerTool" | |||||
GenerateDebugInformation="true" | |||||
OptimizeReferences="2" | |||||
EnableCOMDATFolding="2" | |||||
TargetMachine="1" | |||||
/> | |||||
<Tool | |||||
Name="VCALinkTool" | |||||
/> | |||||
<Tool | |||||
Name="VCManifestTool" | |||||
/> | |||||
<Tool | |||||
Name="VCXDCMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCBscMakeTool" | |||||
/> | |||||
<Tool | |||||
Name="VCFxCopTool" | |||||
/> | |||||
<Tool | |||||
Name="VCAppVerifierTool" | |||||
/> | |||||
<Tool | |||||
Name="VCWebDeploymentTool" | |||||
/> | |||||
<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="..\cucul\box.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\canvas.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\charset.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\colour.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\conic.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\cucul.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\dither.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="..\cucul\transform.c" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\triangle.c" | |||||
> | |||||
</File> | |||||
</Filter> | |||||
<Filter | |||||
Name="Header Files" | |||||
Filter="h;hpp;hxx;hm;inl;inc;xsd" | |||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | |||||
> | |||||
<File | |||||
RelativePath="config.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\cucul.h" | |||||
> | |||||
</File> | |||||
<File | |||||
RelativePath="..\cucul\cucul_internals.h" | |||||
> | |||||
</File> | |||||
</Filter> | |||||
</Files> | |||||
<Globals> | |||||
</Globals> | |||||
</VisualStudioProject> |