diff options
author | Norbert Lange | 2009-07-31 14:29:04 +0000 |
---|---|---|
committer | Norbert Lange | 2009-07-31 14:29:04 +0000 |
commit | a4ebf2cfa693f84f535d7b1a47511004b0678d06 (patch) | |
tree | cb21b260c738e99e1d8fb13573e20ff44bd8815d /dists | |
parent | a7b419149c3da9ac82f88031b92e666c12e35151 (diff) | |
download | scummvm-rg350-a4ebf2cfa693f84f535d7b1a47511004b0678d06.tar.gz scummvm-rg350-a4ebf2cfa693f84f535d7b1a47511004b0678d06.tar.bz2 scummvm-rg350-a4ebf2cfa693f84f535d7b1a47511004b0678d06.zip |
using accessmodifiers in Tfmx now and removed/disabled functions that now dont work anymore (the commandline utility cant be compiled anymore as result of this)
added arraysize of external signals and check it before accesses
moved 2 debug-functions into Tfmx.cpp, removed depencies to files in the tfmx folder
moved common code for fade-effects in a seperate method
svn-id: r42961
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc9/scummvm-tfmx.vcproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dists/msvc9/scummvm-tfmx.vcproj b/dists/msvc9/scummvm-tfmx.vcproj index 0471eaaac2..226a957329 100644 --- a/dists/msvc9/scummvm-tfmx.vcproj +++ b/dists/msvc9/scummvm-tfmx.vcproj @@ -1994,6 +1994,14 @@ <File RelativePath="..\..\tfmx\mxtxplayer.cpp" > + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> </File> <File RelativePath="..\..\TFMX\README.txt" @@ -2002,6 +2010,14 @@ <File RelativePath="..\..\tfmx\tfmxdebug.cpp" > + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> </File> <File RelativePath="..\..\tfmx\tfmxdebug.h" @@ -2010,6 +2026,14 @@ <File RelativePath="..\..\TFMX\tfmxplayer.cpp" > + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> </File> </Filter> </Files> |