diff options
author | Max Horn | 2004-01-04 14:35:46 +0000 |
---|---|---|
committer | Max Horn | 2004-01-04 14:35:46 +0000 |
commit | 2ce4d13c048ec5b2cec8fd78071a39d14888af63 (patch) | |
tree | 19abbbab592ecd583a5c9b6909e2ea3e9b608696 /dists | |
parent | 694f02155cba6b7f8ed5cd5d4170eba935e9dcc6 (diff) | |
download | scummvm-rg350-2ce4d13c048ec5b2cec8fd78071a39d14888af63.tar.gz scummvm-rg350-2ce4d13c048ec5b2cec8fd78071a39d14888af63.tar.bz2 scummvm-rg350-2ce4d13c048ec5b2cec8fd78071a39d14888af63.zip |
split out cursor/palette code into separate source files
svn-id: r12138
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc6/scumm.dsp | 8 | ||||
-rw-r--r-- | dists/msvc7/scumm.vcproj | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/dists/msvc6/scumm.dsp b/dists/msvc6/scumm.dsp index a796519aff..f97d0e4210 100644 --- a/dists/msvc6/scumm.dsp +++ b/dists/msvc6/scumm.dsp @@ -279,6 +279,10 @@ SOURCE=..\..\scumm\costume.h # End Source File # Begin Source File +SOURCE=..\..\scumm\cursor.cpp +# End Source File +# Begin Source File + SOURCE=..\..\scumm\debugger.cpp # End Source File # Begin Source File @@ -375,6 +379,10 @@ SOURCE=..\..\scumm\object.h # End Source File # Begin Source File +SOURCE=..\..\scumm\palette.cpp +# End Source File +# Begin Source File + SOURCE=..\..\scumm\player_mod.cpp # End Source File # Begin Source File diff --git a/dists/msvc7/scumm.vcproj b/dists/msvc7/scumm.vcproj index 0a8d736e02..84c6c4b838 100644 --- a/dists/msvc7/scumm.vcproj +++ b/dists/msvc7/scumm.vcproj @@ -210,6 +210,9 @@ RelativePath="..\..\scumm\costume.h"> </File> <File + RelativePath="..\..\scumm\cursor.cpp"> + </File> + <File RelativePath="..\..\scumm\debugger.cpp"> </File> <File @@ -282,6 +285,9 @@ RelativePath="..\..\scumm\object.h"> </File> <File + RelativePath="..\..\scumm\palette.cpp"> + </File> + <File RelativePath="..\..\scumm\player_mod.cpp"> </File> <File |