diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-19 03:27:00 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-19 03:27:00 +0000 |
| commit | e6bd0fad66fcce1a81d5b61ba6afd856d8f84d67 (patch) | |
| tree | 5a33febc4ec0f5efe270bed38f4c7c451694ead4 /pokegen.pro | |
| parent | c0634abfb225376249023faf524f5252f47f5090 (diff) | |
[FIX] general is now merged into pokemod
[FIX] Added ItemEffect widget code
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@153 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokegen.pro')
| -rwxr-xr-x | pokegen.pro | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pokegen.pro b/pokegen.pro index f3357f56..a8c04a55 100755 --- a/pokegen.pro +++ b/pokegen.pro @@ -8,13 +8,10 @@ CONFIG += ordered \ CONFIG += debug } -SUBDIRS = general \ - pokemod \ +SUBDIRS = pokemod \ pokemodr -pokemod.depends = general -pokemodr.depends = pokemod \ - general +pokemodr.depends = pokemod distsrc.target = distsrc distsrc.commands = ./make-tarball.sh $${VERSION} |
