diff options
author | Paweł Kołodziejski | 2003-12-21 08:44:01 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-12-21 08:44:01 +0000 |
commit | e6e3a81b37e4c26e8ec6692f3db9bbb370087dda (patch) | |
tree | e26cb79b5cb326c09aa6e67f92c8de87b7873e31 | |
parent | a7201f0dac9aaf763b95cba343b4b4f6e2bc63d3 (diff) | |
download | scummvm-rg350-e6e3a81b37e4c26e8ec6692f3db9bbb370087dda.tar.gz scummvm-rg350-e6e3a81b37e4c26e8ec6692f3db9bbb370087dda.tar.bz2 scummvm-rg350-e6e3a81b37e4c26e8ec6692f3db9bbb370087dda.zip |
update and fix depedences
svn-id: r11805
-rw-r--r-- | dists/msvc7/scumm.vcproj | 6 | ||||
-rw-r--r-- | dists/msvc7/scummvm.sln | 11 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dists/msvc7/scumm.vcproj b/dists/msvc7/scumm.vcproj index 9adc62ef18..486cfb6b0e 100644 --- a/dists/msvc7/scumm.vcproj +++ b/dists/msvc7/scumm.vcproj @@ -204,6 +204,12 @@ RelativePath="..\..\scumm\charset.h"> </File> <File + RelativePath="..\..\sword1\control.cpp"> + </File> + <File + RelativePath="..\..\sword1\control.h"> + </File> + <File RelativePath="..\..\scumm\costume.cpp"> </File> <File diff --git a/dists/msvc7/scummvm.sln b/dists/msvc7/scummvm.sln index 2fc17963cc..0fe4157a34 100644 --- a/dists/msvc7/scummvm.sln +++ b/dists/msvc7/scummvm.sln @@ -19,11 +19,12 @@ Global ConfigName.1 = Release EndGlobalSection GlobalSection(ProjectDependencies) = postSolution - {8434CB15-D08F-427D-9E6D-581AE5B28440}.0 = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.1 = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.2 = {B6AFD548-63D2-40CD-A652-E87095AFCBAF} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.3 = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7} - {8434CB15-D08F-427D-9E6D-581AE5B28440}.4 = {6CC3E421-779D-4E80-8100-520886A0F9FF} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.0 = {6CC3E421-779D-4E80-8100-520886A0F9FF} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.1 = {C8AAE83E-198B-4ECA-A877-166827953979} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.2 = {B5527758-2F51-4CCD-AAE1-B0E28654BD6A} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.3 = {E0EC9C72-A33E-49DA-B1DC-BB44B9799BFA} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.4 = {B6AFD548-63D2-40CD-A652-E87095AFCBAF} + {8434CB15-D08F-427D-9E6D-581AE5B28440}.5 = {6A55AF61-7CA1-49E0-9385-59C1FE9D4DB7} EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {8434CB15-D08F-427D-9E6D-581AE5B28440}.Debug.ActiveCfg = Debug|Win32 |