diff options
| author | Denton Woods <devil.imagelib@gmail.com> | 2008-09-01 22:52:38 +0000 |
|---|---|---|
| committer | Denton Woods <devil.imagelib@gmail.com> | 2008-09-01 22:52:38 +0000 |
| commit | a4dd6056d03b02cca0bfd7e8407fa6326f9922ee (patch) | |
| tree | 6bb564895871a02469027962ea074d068441d4a5 /DevIL/src-ILUT/msvc | |
| parent | 3e0f03ad6605c54246049841d43d4333702b4792 (diff) | |
| download | devil-a4dd6056d03b02cca0bfd7e8407fa6326f9922ee.tar.gz | |
Working on MSVC++ 8 and Unicode
Diffstat (limited to 'DevIL/src-ILUT/msvc')
| -rw-r--r-- | DevIL/src-ILUT/msvc/ILUT.vcproj | 99 |
1 files changed, 3 insertions, 96 deletions
diff --git a/DevIL/src-ILUT/msvc/ILUT.vcproj b/DevIL/src-ILUT/msvc/ILUT.vcproj index 9130a97d..6581ad34 100644 --- a/DevIL/src-ILUT/msvc/ILUT.vcproj +++ b/DevIL/src-ILUT/msvc/ILUT.vcproj @@ -23,7 +23,7 @@ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" + CharacterSet="1" > <Tool Name="VCPreBuildEventTool" @@ -106,7 +106,7 @@ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" + CharacterSet="1" > <Tool Name="VCPreBuildEventTool" @@ -181,100 +181,7 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="copy "$(TargetPath)" "..\..\lib"
copy "$(TargetDir)\ILUT.lib" "..\..\lib"
copy "$(TargetPath)" "..\..\examples\bin"
copy "$(TargetPath)" "..\..\examples\bin\debug"" - /> - </Configuration> - <Configuration - Name="Dynamic|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="2" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="2" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\../../lib/ILUT.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="../include;../../include;../../../../PC/_inc/DX" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - StringPooling="true" - RuntimeLibrary="2" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - PrecompiledHeaderThrough="" - WarningLevel="3" - SuppressStartupBanner="true" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="DevIL_DLL.lib DevILU_DLL.lib opengl32.lib glu32.lib wininet.lib" - OutputFile="$(OutDir)/DevILUT.dll" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)" - ModuleDefinitionFile=".\ilut.def" - DelayLoadDLLs="" - ProgramDatabaseFile=".\../../lib/ilut-l.pdb" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" - ImportLibrary="$(OutDir)/DevILUT_DLL.lib" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="copy "$(TargetPath)" "..\..\lib"
copy "$(TargetDir)\$(TargetName)_DLL.lib" "..\..\lib"
" + CommandLine="copy "$(TargetPath)" "..\..\lib"
copy "$(TargetDir)\ILUT.lib" "..\..\lib"
copy "$(TargetPath)" "..\..\examples\bin"
copy "$(TargetPath)" "..\..\examples\bin\debug"
" /> </Configuration> </Configurations> |
