diff options
| author | Kudlaty <none@none> | 2009-08-16 01:45:49 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-08-16 01:45:49 +0200 |
| commit | 5b42daa7bfaa78c95558b29b7acbfd571eb46eb9 (patch) | |
| tree | 1f091f22f31236becc80459370a10360d34c5e66 /src/bindings/scripts/VC90 | |
| parent | 6337c3adfb6b7ee6326f2bfa9f0b0992ce412ae1 (diff) | |
Merge [SD2]
r1291 Move one misplaced script in yesterday commits.
r1292 Make own folder for tool, not needed for general work of SD2. - skip
r1293 Add script loader to simplify maintenance of scripts. The scripts must now be added to system/ScriptLoader.cpp instead of old way directly in ScriptMgr.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/VC90')
| -rw-r--r-- | src/bindings/scripts/VC90/90ScriptDev2.vcproj | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/src/bindings/scripts/VC90/90ScriptDev2.vcproj b/src/bindings/scripts/VC90/90ScriptDev2.vcproj index 5d46c04a913..80f34afd82f 100644 --- a/src/bindings/scripts/VC90/90ScriptDev2.vcproj +++ b/src/bindings/scripts/VC90/90ScriptDev2.vcproj @@ -377,10 +377,6 @@ > </File> <File - RelativePath="..\base\guards.cpp" - > - </File> - <File RelativePath="..\base\simple_ai.cpp" > </File> @@ -2741,6 +2737,10 @@ > </File> <File + RelativePath="..\scripts\world\guards.cpp" + > + </File> + <File RelativePath="..\scripts\world\item_scripts.cpp" > </File> @@ -2829,6 +2829,18 @@ > </File> </Filter> + <Filter + Name="system" + > + <File + RelativePath="..\system\ScriptLoader.cpp" + > + </File> + <File + RelativePath="..\system\ScriptLoader.h" + > + </File> + </Filter> <File RelativePath="..\ScriptMgr.cpp" > |
