*Fixed CMakeLists

*Remove not needed file

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-01-18 20:13:44 +01:00
parent 613217fca7
commit 219599b59c
3 changed files with 15 additions and 25 deletions

View File

@@ -138,4 +138,6 @@ INSTALL(FILES
857_world_scripts.sql
863_world_scripts.sql
871_world.sql
884_world.sql
905_world_scripts.sql
DESTINATION share/trinity/sql/updates)

View File

@@ -67,25 +67,19 @@ SET(trinityscript_LIB_SRCS
scripts/zone/black_temple/def_black_temple.h
scripts/zone/black_temple/illidari_council.cpp
scripts/zone/black_temple/instance_black_temple.cpp
scripts/zone/blackrock_depths/blackrock_depths.cpp
scripts/zone/blackrock_depths/instance_blackrock_depths.cpp
scripts/zone/blackrock_depths/def_blackrock_depths.h
scripts/zone/blackrock_depths/boss_ambassador_flamelash.cpp
scripts/zone/blackrock_depths/boss_angerrel.cpp
scripts/zone/blackrock_depths/boss_anubshiah.cpp
scripts/zone/blackrock_depths/boss_doomrel.cpp
scripts/zone/blackrock_depths/boss_doperel.cpp
scripts/zone/blackrock_depths/boss_emperor_dagran_thaurissan.cpp
scripts/zone/blackrock_depths/boss_general_angerforge.cpp
scripts/zone/blackrock_depths/boss_gloomrel.cpp
scripts/zone/blackrock_depths/blackrock_depths.cpp
scripts/zone/blackrock_depths/boss_ambassador_flamelash.cpp
scripts/zone/blackrock_depths/boss_anubshiah.cpp
scripts/zone/blackrock_depths/boss_emperor_dagran_thaurissan.cpp
scripts/zone/blackrock_depths/boss_general_angerforge.cpp
scripts/zone/blackrock_depths/boss_gorosh_the_dervish.cpp
scripts/zone/blackrock_depths/boss_grizzle.cpp
scripts/zone/blackrock_depths/boss_haterel.cpp
scripts/zone/blackrock_depths/boss_high_interrogator_gerstahn.cpp
scripts/zone/blackrock_depths/boss_magmus.cpp
scripts/zone/blackrock_depths/boss_moira_bronzebeard.cpp
scripts/zone/blackrock_depths/boss_seethrel.cpp
scripts/zone/blackrock_depths/boss_vilerel.cpp
scripts/zone/blackrock_depths/boss_grizzle.cpp
scripts/zone/blackrock_depths/boss_high_interrogator_gerstahn.cpp
scripts/zone/blackrock_depths/boss_magmus.cpp
scripts/zone/blackrock_depths/boss_moira_bronzebeard.cpp
scripts/zone/blackrock_depths/boss_tomb_of_seven.cpp
scripts/zone/blackrock_depths/def_blackrock_depths.h
scripts/zone/blackrock_depths/instance_blackrock_depths.cpp
scripts/zone/blackrock_spire/boss_drakkisath.cpp
scripts/zone/blackrock_spire/boss_gyth.cpp
scripts/zone/blackrock_spire/boss_halycon.cpp
@@ -347,6 +341,7 @@ SET(trinityscript_LIB_SRCS
scripts/zone/uldaman/boss_ironaya.cpp
scripts/zone/uldaman/uldaman.cpp
scripts/zone/undercity/undercity.cpp
scripts/zone/ungoro_crater/ungoro_crater.cpp
scripts/zone/wailing_caverns/instance_wailing_caverns.cpp
scripts/zone/western_plaguelands/western_plaguelands.cpp
scripts/zone/westfall/westfall.cpp

View File

@@ -1,7 +0,0 @@
#ifndef __REVISION_H__
#define __REVISION_H__
#define _REVISION "905"
#define _HASH "9c8352b53bb6"
#define _REVISION_DATE "*"
#define _REVISION_TIME "*"
#endif // __REVISION_H__