aboutsummaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authorNorbert Lange2009-07-18 00:04:28 +0000
committerNorbert Lange2009-07-18 00:04:28 +0000
commit9e16e3b3e644b64c198bbe680e138dad008c2fac (patch)
treee30e738b9c9383d93fccfa019b9706dd9fc71893 /dists
parentbb64bf008d03e01760a468d0df8cacb164725d41 (diff)
downloadscummvm-rg350-9e16e3b3e644b64c198bbe680e138dad008c2fac.tar.gz
scummvm-rg350-9e16e3b3e644b64c198bbe680e138dad008c2fac.tar.bz2
scummvm-rg350-9e16e3b3e644b64c198bbe680e138dad008c2fac.zip
first attempt at enabling soundeffects using an table from the executeable. Doesnt quite work as it should
svn-id: r42575
Diffstat (limited to 'dists')
-rw-r--r--dists/msvc9/scummvm-tfmx.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/msvc9/scummvm-tfmx.vcproj b/dists/msvc9/scummvm-tfmx.vcproj
index def94c898e..0471eaaac2 100644
--- a/dists/msvc9/scummvm-tfmx.vcproj
+++ b/dists/msvc9/scummvm-tfmx.vcproj
@@ -192,7 +192,7 @@
/>
<Tool
Name="VCLinkerTool"
- LinkLibraryDependencies="false"
+ LinkLibraryDependencies="true"
AdditionalDependencies="winmm.lib sdl.lib zlib.lib libmad.lib vorbisfile_static.lib vorbis_static.lib ogg_static.lib"
OutputFile="$(OutDir)\$(ProjectName)-tfmx.exe"
ProgramDatabaseFile="$(OutDir)/scummvm.pdb"