diff options
author | Paweł Kołodziejski | 2006-01-28 13:28:04 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2006-01-28 13:28:04 +0000 |
commit | 0fef30434b3dacee23ff4f655da8bc5fa87044f6 (patch) | |
tree | 57cf9fae25a154e5217ab8eff04fa3dbda1971f4 /dists | |
parent | a0d3ae106d1432d60216b13952dbed10977f4a4e (diff) | |
download | scummvm-rg350-0fef30434b3dacee23ff4f655da8bc5fa87044f6.tar.gz scummvm-rg350-0fef30434b3dacee23ff4f655da8bc5fa87044f6.tar.bz2 scummvm-rg350-0fef30434b3dacee23ff4f655da8bc5fa87044f6.zip |
update
svn-id: r20268
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 5468ff3085..b03d590629 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -367,6 +367,14 @@ > </File> <File + RelativePath="..\..\common\unzip.cpp" + > + </File> + <File + RelativePath="..\..\common\unzip.h" + > + </File> + <File RelativePath="..\..\common\util.cpp" > </File> @@ -994,6 +1002,18 @@ > </File> <File + RelativePath="..\..\gui\theme.cpp" + > + </File> + <File + RelativePath="..\..\gui\theme.h" + > + </File> + <File + RelativePath="..\..\gui\ThemeNew.cpp" + > + </File> + <File RelativePath="..\..\gui\walkthrough.h" > </File> @@ -1046,6 +1066,22 @@ > </File> <File + RelativePath="..\..\graphics\imagedec.cpp" + > + </File> + <File + RelativePath="..\..\graphics\imagedec.h" + > + </File> + <File + RelativePath="..\..\graphics\imageman.cpp" + > + </File> + <File + RelativePath="..\..\graphics\imageman.h" + > + </File> + <File RelativePath="..\..\graphics\newfont.cpp" > </File> |