diff options
author | Norbert Lange | 2009-08-01 16:10:00 +0000 |
---|---|---|
committer | Norbert Lange | 2009-08-01 16:10:00 +0000 |
commit | 27ee1eb33179aa2cae92a9790867bfa5eaa0e471 (patch) | |
tree | 7bcd54e8db2a86bf73df5755ad8ae85d0ca4e456 /dists/msvc9 | |
parent | 1becc072f91994425abc9d9e8a3759fc45f63017 (diff) | |
download | scummvm-rg350-27ee1eb33179aa2cae92a9790867bfa5eaa0e471.tar.gz scummvm-rg350-27ee1eb33179aa2cae92a9790867bfa5eaa0e471.tar.bz2 scummvm-rg350-27ee1eb33179aa2cae92a9790867bfa5eaa0e471.zip |
refactored and commented player_va4 a bit
fix waitcommand in Tfmx
try making tfmxplayer compile again
svn-id: r42976
Diffstat (limited to 'dists/msvc9')
-rw-r--r-- | dists/msvc9/scummvm-tfmx.vcproj | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dists/msvc9/scummvm-tfmx.vcproj b/dists/msvc9/scummvm-tfmx.vcproj index 226a957329..b464fd432a 100644 --- a/dists/msvc9/scummvm-tfmx.vcproj +++ b/dists/msvc9/scummvm-tfmx.vcproj @@ -175,7 +175,7 @@ <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="0" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NOT_TFMX_CMDLINE_TOOL;MXTX_CMDLINE_TOOL" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;TFMX_CMDLINE_TOOL;NMXTX_CMDLINE_TOOL" UsePrecompiledHeader="0" SuppressStartupBanner="false" Detect64BitPortabilityProblems="false" @@ -2018,6 +2018,14 @@ Name="VCCLCompilerTool" /> </FileConfiguration> + <FileConfiguration + Name="Debug_Command|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> </File> <File RelativePath="..\..\tfmx\tfmxdebug.h" @@ -2028,7 +2036,6 @@ > <FileConfiguration Name="Debug|Win32" - ExcludedFromBuild="true" > <Tool Name="VCCLCompilerTool" |