diff options
author | Johannes Schickel | 2009-10-28 21:01:05 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-10-28 21:01:05 +0000 |
commit | 921269fe142a541e9bc3abdd777cb3cd5d2a94c1 (patch) | |
tree | bff9e2f5fce6f8474a9c18aa230dff73c8ce1d2e /dists/msvc9/teenagent.vcproj | |
parent | 168275be5f4ced629ae940592963868d4059e3c8 (diff) | |
download | scummvm-rg350-921269fe142a541e9bc3abdd777cb3cd5d2a94c1.tar.gz scummvm-rg350-921269fe142a541e9bc3abdd777cb3cd5d2a94c1.tar.bz2 scummvm-rg350-921269fe142a541e9bc3abdd777cb3cd5d2a94c1.zip |
Replace our custom MSVC project files by automatically generated ones. Note that this is for active *testing*, I myself had not encountered any problems building a x86 and x64 binary with he msvc9 files. So if you are using MSVC, it would be nice to hear back some feedback whether it works for you or not.
svn-id: r45486
Diffstat (limited to 'dists/msvc9/teenagent.vcproj')
-rw-r--r-- | dists/msvc9/teenagent.vcproj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dists/msvc9/teenagent.vcproj b/dists/msvc9/teenagent.vcproj index f048f49605..d416c2b76e 100644 --- a/dists/msvc9/teenagent.vcproj +++ b/dists/msvc9/teenagent.vcproj @@ -1,19 +1,22 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9,00" + Version="9.00" Name="teenagent" - ProjectGUID="{F88313A3-8D3A-4146-B38C-84CF62D84F5D}" + ProjectGUID="{D0F620CC-2420-4827-A883-7BD6E140FC04}" RootNamespace="teenagent" Keyword="Win32Proj" TargetFrameworkVersion="131072" > <Platforms> <Platform Name="Win32" /> + <Platform Name="x64" /> </Platforms> <Configurations> <Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops" /> <Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops" /> + <Configuration Name="Debug|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug64.vsprops" /> + <Configuration Name="Release|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release64.vsprops" /> </Configurations> <Files> <File RelativePath="..\..\engines\teenagent\actor.cpp" /> @@ -28,6 +31,7 @@ <File RelativePath="..\..\engines\teenagent\font.h" /> <File RelativePath="..\..\engines\teenagent\inventory.cpp" /> <File RelativePath="..\..\engines\teenagent\inventory.h" /> + <File RelativePath="..\..\engines\teenagent\module.mk" /> <File RelativePath="..\..\engines\teenagent\music.cpp" /> <File RelativePath="..\..\engines\teenagent\music.h" /> <File RelativePath="..\..\engines\teenagent\objects.cpp" /> |