diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-02-23 03:40:24 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-02-23 03:40:24 +0000 |
| commit | d7bc310363c98994457e7882e7010e276169f00a (patch) | |
| tree | b59a7e27c9c5a9fc15c959a289b9ab105127a4aa /pokemod | |
| parent | 426721374e515ed14fc3b8d2afabfbb34e223e60 (diff) | |
[FIX] Frac bug with type of Over1
[FIX] PokemodUI vtable errors
[FIX] Manual .pro file clean up
[FIX] Was attempting to emit a slot...
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@72 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod')
| -rw-r--r-- | pokemod/pokemod.pro | 132 |
1 files changed, 65 insertions, 67 deletions
diff --git a/pokemod/pokemod.pro b/pokemod/pokemod.pro index a67bd9f0..43b24d36 100644 --- a/pokemod/pokemod.pro +++ b/pokemod/pokemod.pro @@ -3,77 +3,75 @@ DESTDIR = ../../lib TEMPLATE = lib LIBS += -L../../lib -lgeneral -CONFIG += qt \ -warn_on \ -dll \ -exceptions +CONFIG += qt warn_on dll exceptions INCLUDEPATH += ../general TARGETDEPS += ../../lib/libgeneral.so SOURCES += Ability.cpp \ -AbilityEffect.cpp \ -Author.cpp \ -Badge.cpp \ -CoinList.cpp \ -CoinListObject.cpp \ -Dialog.cpp \ -EggGroup.cpp \ -Item.cpp \ -ItemEffect.cpp \ -ItemType.cpp \ -Map.cpp \ -MapEffect.cpp \ -MapTrainer.cpp \ -MapTrainerTeamMember.cpp \ -MapWarp.cpp \ -MapWildList.cpp \ -MapWildListEncounter.cpp \ -Move.cpp \ -MoveEffect.cpp \ -Nature.cpp \ -Pokemod.cpp \ -Rules.cpp \ -SpeciesAbility.cpp \ -Species.cpp \ -SpeciesEvolution.cpp \ -SpeciesItem.cpp \ -SpeciesMove.cpp \ -Store.cpp \ -Tile.cpp \ -Time.cpp \ -Type.cpp + AbilityEffect.cpp \ + Author.cpp \ + Badge.cpp \ + CoinList.cpp \ + CoinListObject.cpp \ + Dialog.cpp \ + EggGroup.cpp \ + Item.cpp \ + ItemEffect.cpp \ + ItemType.cpp \ + Map.cpp \ + MapEffect.cpp \ + MapTrainer.cpp \ + MapTrainerTeamMember.cpp \ + MapWarp.cpp \ + MapWildList.cpp \ + MapWildListEncounter.cpp \ + Move.cpp \ + MoveEffect.cpp \ + Nature.cpp \ + Pokemod.cpp \ + Rules.cpp \ + SpeciesAbility.cpp \ + Species.cpp \ + SpeciesEvolution.cpp \ + SpeciesItem.cpp \ + SpeciesMove.cpp \ + Store.cpp \ + Tile.cpp \ + Time.cpp \ + Type.cpp + HEADERS += AbilityEffect.h \ -Ability.h \ -Author.h \ -Badge.h \ -CoinList.h \ -CoinListObject.h \ -Dialog.h \ -EggGroup.h \ -ItemEffect.h \ -Item.h \ -ItemType.h \ -MapEffect.h \ -Map.h \ -MapTrainer.h \ -MapTrainerTeamMember.h \ -MapWarp.h \ -MapWildListEncounter.h \ -MapWildList.h \ -MoveEffect.h \ -Move.h \ -Nature.h \ -Object.h \ -Pokemod.h \ -Rules.h \ -SpeciesAbility.h \ -SpeciesEvolution.h \ -Species.h \ -SpeciesItem.h \ -SpeciesMove.h \ -Store.h \ -Tile.h \ -Time.h \ -Type.h + Ability.h \ + Author.h \ + Badge.h \ + CoinList.h \ + CoinListObject.h \ + Dialog.h \ + EggGroup.h \ + ItemEffect.h \ + Item.h \ + ItemType.h \ + MapEffect.h \ + Map.h \ + MapTrainer.h \ + MapTrainerTeamMember.h \ + MapWarp.h \ + MapWildListEncounter.h \ + MapWildList.h \ + MoveEffect.h \ + Move.h \ + Nature.h \ + Object.h \ + Pokemod.h \ + Rules.h \ + SpeciesAbility.h \ + SpeciesEvolution.h \ + Species.h \ + SpeciesItem.h \ + SpeciesMove.h \ + Store.h \ + Tile.h \ + Time.h \ + Type.h |
