Changeset 3577 for libcaca/trunk/src
- Timestamp:
- Jul 24, 2009, 6:39:43 PM (12 years ago)
- Location:
- libcaca/trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/cacademo.vcproj
r3490 r3577 101 101 </Configuration> 102 102 <Configuration 103 Name="Debug|x64" 104 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 105 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 106 ConfigurationType="1" 107 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 108 CharacterSet="2" 109 > 110 <Tool 111 Name="VCPreBuildEventTool" 112 /> 113 <Tool 114 Name="VCCustomBuildTool" 115 /> 116 <Tool 117 Name="VCXMLDataGeneratorTool" 118 /> 119 <Tool 120 Name="VCWebServiceProxyGeneratorTool" 121 /> 122 <Tool 123 Name="VCMIDLTool" 124 TargetEnvironment="3" 125 /> 126 <Tool 127 Name="VCCLCompilerTool" 128 Optimization="0" 129 AdditionalIncludeDirectories="..\win32;..\caca" 130 PreprocessorDefinitions="LIBCACA=1" 131 MinimalRebuild="true" 132 BasicRuntimeChecks="3" 133 RuntimeLibrary="1" 134 UsePrecompiledHeader="0" 135 WarningLevel="3" 136 DebugInformationFormat="3" 137 CompileAs="1" 138 DisableSpecificWarnings="4996;4142" 139 /> 140 <Tool 141 Name="VCManagedResourceCompilerTool" 142 /> 143 <Tool 144 Name="VCResourceCompilerTool" 145 /> 146 <Tool 147 Name="VCPreLinkEventTool" 148 /> 149 <Tool 150 Name="VCLinkerTool" 151 OutputFile="$(OutDir)/cacademo.exe" 152 LinkIncremental="2" 153 AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" 154 GenerateDebugInformation="true" 155 ProgramDatabaseFile="$(OutDir)/cacademo.pdb" 156 SubSystem="1" 157 RandomizedBaseAddress="1" 158 DataExecutionPrevention="0" 159 TargetMachine="17" 160 /> 161 <Tool 162 Name="VCALinkTool" 163 /> 164 <Tool 165 Name="VCManifestTool" 166 /> 167 <Tool 168 Name="VCXDCMakeTool" 169 /> 170 <Tool 171 Name="VCBscMakeTool" 172 /> 173 <Tool 174 Name="VCFxCopTool" 175 /> 176 <Tool 177 Name="VCAppVerifierTool" 178 /> 179 <Tool 180 Name="VCPostBuildEventTool" 181 /> 182 </Configuration> 183 <Configuration 103 184 Name="Release|Win32" 104 185 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" … … 183 264 </Configuration> 184 265 <Configuration 185 Name="Debug|x64"186 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"187 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"188 ConfigurationType="1"189 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"190 CharacterSet="2"191 >192 <Tool193 Name="VCPreBuildEventTool"194 />195 <Tool196 Name="VCCustomBuildTool"197 />198 <Tool199 Name="VCXMLDataGeneratorTool"200 />201 <Tool202 Name="VCWebServiceProxyGeneratorTool"203 />204 <Tool205 Name="VCMIDLTool"206 TargetEnvironment="3"207 />208 <Tool209 Name="VCCLCompilerTool"210 Optimization="0"211 AdditionalIncludeDirectories="..\win32;..\caca"212 PreprocessorDefinitions="LIBCACA=1"213 MinimalRebuild="true"214 BasicRuntimeChecks="3"215 RuntimeLibrary="1"216 UsePrecompiledHeader="0"217 WarningLevel="3"218 DebugInformationFormat="3"219 CompileAs="1"220 DisableSpecificWarnings="4996;4142"221 />222 <Tool223 Name="VCManagedResourceCompilerTool"224 />225 <Tool226 Name="VCResourceCompilerTool"227 />228 <Tool229 Name="VCPreLinkEventTool"230 />231 <Tool232 Name="VCLinkerTool"233 OutputFile="$(OutDir)/cacademo.exe"234 LinkIncremental="2"235 AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib""236 GenerateDebugInformation="true"237 ProgramDatabaseFile="$(OutDir)/cacademo.pdb"238 SubSystem="1"239 RandomizedBaseAddress="1"240 DataExecutionPrevention="0"241 TargetMachine="17"242 />243 <Tool244 Name="VCALinkTool"245 />246 <Tool247 Name="VCManifestTool"248 />249 <Tool250 Name="VCXDCMakeTool"251 />252 <Tool253 Name="VCBscMakeTool"254 />255 <Tool256 Name="VCFxCopTool"257 />258 <Tool259 Name="VCAppVerifierTool"260 />261 <Tool262 Name="VCPostBuildEventTool"263 />264 </Configuration>265 <Configuration266 266 Name="Release|x64" 267 267 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" … … 350 350 </References> 351 351 <Files> 352 <Filter353 Name="Header Files"354 >355 <File356 RelativePath="..\win32\config.h"357 >358 </File>359 </Filter>360 352 <File 361 353 RelativePath="cacademo.c" 354 > 355 </File> 356 <File 357 RelativePath="..\win32\config.h" 362 358 > 363 359 </File> -
libcaca/trunk/src/cacafire.vcproj
r3490 r3577 101 101 </Configuration> 102 102 <Configuration 103 Name="Debug|x64" 104 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 105 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 106 ConfigurationType="1" 107 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 108 CharacterSet="2" 109 > 110 <Tool 111 Name="VCPreBuildEventTool" 112 /> 113 <Tool 114 Name="VCCustomBuildTool" 115 /> 116 <Tool 117 Name="VCXMLDataGeneratorTool" 118 /> 119 <Tool 120 Name="VCWebServiceProxyGeneratorTool" 121 /> 122 <Tool 123 Name="VCMIDLTool" 124 TargetEnvironment="3" 125 /> 126 <Tool 127 Name="VCCLCompilerTool" 128 Optimization="0" 129 AdditionalIncludeDirectories="..\win32;..\caca" 130 PreprocessorDefinitions="LIBCACA=1" 131 MinimalRebuild="true" 132 BasicRuntimeChecks="3" 133 RuntimeLibrary="1" 134 UsePrecompiledHeader="0" 135 WarningLevel="3" 136 DebugInformationFormat="3" 137 CompileAs="1" 138 DisableSpecificWarnings="4996;4142" 139 /> 140 <Tool 141 Name="VCManagedResourceCompilerTool" 142 /> 143 <Tool 144 Name="VCResourceCompilerTool" 145 /> 146 <Tool 147 Name="VCPreLinkEventTool" 148 /> 149 <Tool 150 Name="VCLinkerTool" 151 OutputFile="$(OutDir)/cacafire.exe" 152 LinkIncremental="2" 153 AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" 154 GenerateDebugInformation="true" 155 ProgramDatabaseFile="$(OutDir)/cacafire.pdb" 156 SubSystem="1" 157 RandomizedBaseAddress="1" 158 DataExecutionPrevention="0" 159 TargetMachine="17" 160 /> 161 <Tool 162 Name="VCALinkTool" 163 /> 164 <Tool 165 Name="VCManifestTool" 166 /> 167 <Tool 168 Name="VCXDCMakeTool" 169 /> 170 <Tool 171 Name="VCBscMakeTool" 172 /> 173 <Tool 174 Name="VCFxCopTool" 175 /> 176 <Tool 177 Name="VCAppVerifierTool" 178 /> 179 <Tool 180 Name="VCPostBuildEventTool" 181 /> 182 </Configuration> 183 <Configuration 103 184 Name="Release|Win32" 104 185 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" … … 183 264 </Configuration> 184 265 <Configuration 185 Name="Debug|x64"186 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"187 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"188 ConfigurationType="1"189 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"190 CharacterSet="2"191 >192 <Tool193 Name="VCPreBuildEventTool"194 />195 <Tool196 Name="VCCustomBuildTool"197 />198 <Tool199 Name="VCXMLDataGeneratorTool"200 />201 <Tool202 Name="VCWebServiceProxyGeneratorTool"203 />204 <Tool205 Name="VCMIDLTool"206 TargetEnvironment="3"207 />208 <Tool209 Name="VCCLCompilerTool"210 Optimization="0"211 AdditionalIncludeDirectories="..\win32;..\caca"212 PreprocessorDefinitions="LIBCACA=1"213 MinimalRebuild="true"214 BasicRuntimeChecks="3"215 RuntimeLibrary="1"216 UsePrecompiledHeader="0"217 WarningLevel="3"218 DebugInformationFormat="3"219 CompileAs="1"220 DisableSpecificWarnings="4996;4142"221 />222 <Tool223 Name="VCManagedResourceCompilerTool"224 />225 <Tool226 Name="VCResourceCompilerTool"227 />228 <Tool229 Name="VCPreLinkEventTool"230 />231 <Tool232 Name="VCLinkerTool"233 OutputFile="$(OutDir)/cacafire.exe"234 LinkIncremental="2"235 AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib""236 GenerateDebugInformation="true"237 ProgramDatabaseFile="$(OutDir)/cacafire.pdb"238 SubSystem="1"239 RandomizedBaseAddress="1"240 DataExecutionPrevention="0"241 TargetMachine="17"242 />243 <Tool244 Name="VCALinkTool"245 />246 <Tool247 Name="VCManifestTool"248 />249 <Tool250 Name="VCXDCMakeTool"251 />252 <Tool253 Name="VCBscMakeTool"254 />255 <Tool256 Name="VCFxCopTool"257 />258 <Tool259 Name="VCAppVerifierTool"260 />261 <Tool262 Name="VCPostBuildEventTool"263 />264 </Configuration>265 <Configuration266 266 Name="Release|x64" 267 267 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" … … 350 350 </References> 351 351 <Files> 352 <Filter353 Name="Header Files"354 >355 <File356 RelativePath="..\win32\config.h"357 >358 </File>359 </Filter>360 352 <File 361 353 RelativePath="aafire.c" 354 > 355 </File> 356 <File 357 RelativePath="..\win32\config.h" 362 358 > 363 359 </File> -
libcaca/trunk/src/cacaview.vcproj
r3490 r3577 98 98 </Configuration> 99 99 <Configuration 100 Name="Debug|x64" 101 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" 102 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)" 103 ConfigurationType="1" 104 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 105 CharacterSet="2" 106 > 107 <Tool 108 Name="VCPreBuildEventTool" 109 /> 110 <Tool 111 Name="VCCustomBuildTool" 112 /> 113 <Tool 114 Name="VCXMLDataGeneratorTool" 115 /> 116 <Tool 117 Name="VCWebServiceProxyGeneratorTool" 118 /> 119 <Tool 120 Name="VCMIDLTool" 121 TargetEnvironment="3" 122 /> 123 <Tool 124 Name="VCCLCompilerTool" 125 Optimization="0" 126 AdditionalIncludeDirectories="..\win32;..\caca" 127 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 128 MinimalRebuild="true" 129 BasicRuntimeChecks="3" 130 RuntimeLibrary="1" 131 UsePrecompiledHeader="0" 132 WarningLevel="3" 133 DebugInformationFormat="3" 134 /> 135 <Tool 136 Name="VCManagedResourceCompilerTool" 137 /> 138 <Tool 139 Name="VCResourceCompilerTool" 140 /> 141 <Tool 142 Name="VCPreLinkEventTool" 143 /> 144 <Tool 145 Name="VCLinkerTool" 146 OutputFile="$(OutDir)/cacaview.exe" 147 LinkIncremental="2" 148 AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib"" 149 GenerateDebugInformation="true" 150 ProgramDatabaseFile="$(OutDir)/cacaview.pdb" 151 SubSystem="1" 152 RandomizedBaseAddress="1" 153 DataExecutionPrevention="0" 154 TargetMachine="17" 155 /> 156 <Tool 157 Name="VCALinkTool" 158 /> 159 <Tool 160 Name="VCManifestTool" 161 /> 162 <Tool 163 Name="VCXDCMakeTool" 164 /> 165 <Tool 166 Name="VCBscMakeTool" 167 /> 168 <Tool 169 Name="VCFxCopTool" 170 /> 171 <Tool 172 Name="VCAppVerifierTool" 173 /> 174 <Tool 175 Name="VCPostBuildEventTool" 176 /> 177 </Configuration> 178 <Configuration 100 179 Name="Release|Win32" 101 180 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" … … 178 257 </Configuration> 179 258 <Configuration 180 Name="Debug|x64"181 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"182 IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"183 ConfigurationType="1"184 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"185 CharacterSet="2"186 >187 <Tool188 Name="VCPreBuildEventTool"189 />190 <Tool191 Name="VCCustomBuildTool"192 />193 <Tool194 Name="VCXMLDataGeneratorTool"195 />196 <Tool197 Name="VCWebServiceProxyGeneratorTool"198 />199 <Tool200 Name="VCMIDLTool"201 TargetEnvironment="3"202 />203 <Tool204 Name="VCCLCompilerTool"205 Optimization="0"206 AdditionalIncludeDirectories="..\win32;..\caca"207 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"208 MinimalRebuild="true"209 BasicRuntimeChecks="3"210 RuntimeLibrary="1"211 UsePrecompiledHeader="0"212 WarningLevel="3"213 DebugInformationFormat="3"214 />215 <Tool216 Name="VCManagedResourceCompilerTool"217 />218 <Tool219 Name="VCResourceCompilerTool"220 />221 <Tool222 Name="VCPreLinkEventTool"223 />224 <Tool225 Name="VCLinkerTool"226 OutputFile="$(OutDir)/cacaview.exe"227 LinkIncremental="2"228 AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK\Lib""229 GenerateDebugInformation="true"230 ProgramDatabaseFile="$(OutDir)/cacaview.pdb"231 SubSystem="1"232 RandomizedBaseAddress="1"233 DataExecutionPrevention="0"234 TargetMachine="17"235 />236 <Tool237 Name="VCALinkTool"238 />239 <Tool240 Name="VCManifestTool"241 />242 <Tool243 Name="VCXDCMakeTool"244 />245 <Tool246 Name="VCBscMakeTool"247 />248 <Tool249 Name="VCFxCopTool"250 />251 <Tool252 Name="VCAppVerifierTool"253 />254 <Tool255 Name="VCPostBuildEventTool"256 />257 </Configuration>258 <Configuration259 259 Name="Release|x64" 260 260 OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)" … … 345 345 </References> 346 346 <Files> 347 <Filter348 Name="Header Files"349 Filter="h;hpp;hxx;hm;inl;inc"350 >351 <File352 RelativePath=".\common-image.h"353 >354 </File>355 <File356 RelativePath="..\win32\config.h"357 >358 </File>359 </Filter>360 347 <File 361 348 RelativePath="cacaview.c" … … 364 351 <File 365 352 RelativePath=".\common-image.c" 353 > 354 </File> 355 <File 356 RelativePath=".\common-image.h" 357 > 358 </File> 359 <File 360 RelativePath="..\win32\config.h" 366 361 > 367 362 </File>
Note: See TracChangeset
for help on using the changeset viewer.