diff options
author | maximius <none@none> | 2009-11-20 15:09:05 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-11-20 15:09:05 -0800 |
commit | 7c47c5cbf34f3ec0868aaea043c2d5b3a59130b9 (patch) | |
tree | 460858ae7edb55c4fa1c7d0adf361b6d4d4b6f35 /src/bindings/scripts | |
parent | 4072c0bdbf77cb1456d5b5f8e77f40d58b0ff154 (diff) |
*Fix windows build, by bigjohnson4, closes #364
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts')
3 files changed, 34 insertions, 2 deletions
diff --git a/src/bindings/scripts/VC80/80ScriptDev2.vcproj b/src/bindings/scripts/VC80/80ScriptDev2.vcproj index 85dd4c5af8f..a74d510d5af 100644 --- a/src/bindings/scripts/VC80/80ScriptDev2.vcproj +++ b/src/bindings/scripts/VC80/80ScriptDev2.vcproj @@ -1230,13 +1230,29 @@ Name="Blackfathom Depths" > <File - RelativePath="..\scripts\kalimdor\blackfathom_depths\instance_blackfathom_deeps.cpp" + RelativePath="..\scripts\kalimdor\blackfathom_depths\blackfathom_deeps.cpp" > </File> <File RelativePath="..\scripts\kalimdor\blackfathom_depths\blackfathom_deeps.h" > </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_aku_mai.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_gelihast.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_kelris.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\instance_blackfathom_deeps.cpp" + > + </File> </Filter> <Filter Name="Caverns of Time" diff --git a/src/bindings/scripts/VC90/90ScriptDev2.vcproj b/src/bindings/scripts/VC90/90ScriptDev2.vcproj index 0dc177b27a1..570b5721afe 100644 --- a/src/bindings/scripts/VC90/90ScriptDev2.vcproj +++ b/src/bindings/scripts/VC90/90ScriptDev2.vcproj @@ -1315,10 +1315,26 @@ Name="Blackfathom Depths" > <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\blackfathom_deeps.cpp" + > + </File> + <File RelativePath="..\scripts\kalimdor\blackfathom_depths\blackfathom_deeps.h" > </File> <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_aku_mai.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_gelihast.cpp" + > + </File> + <File + RelativePath="..\scripts\kalimdor\blackfathom_depths\boss_kelris.cpp" + > + </File> + <File RelativePath="..\scripts\kalimdor\blackfathom_depths\instance_blackfathom_deeps.cpp" > </File> diff --git a/src/bindings/scripts/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp b/src/bindings/scripts/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp index 4e49bfb1c17..39f52a35d00 100644 --- a/src/bindings/scripts/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp +++ b/src/bindings/scripts/scripts/kalimdor/blackfathom_depths/blackfathom_deeps.cpp @@ -46,7 +46,7 @@ bool GoHello_blackfathom_fire(Player *pPlayer, GameObject* pGo) } -bool AddSC_blackfathom_deeps() +void AddSC_blackfathom_deeps() { Script *newscript; newscript = new Script; |