diff options
author | Necoro <> | 2007-10-24 21:46:39 +0000 |
---|---|---|
committer | Necoro <> | 2007-10-24 21:46:39 +0000 |
commit | 3b12efaef38c646f95c3d9e4da3f8edcfc9fed71 (patch) | |
tree | ff712355264ac52ec6b0bc2d3a9abef087c3134e | |
parent | 9c6a90744bbc4c2f60bc00e56fc3870f1699731d (diff) | |
download | portato-3b12efaef38c646f95c3d9e4da3f8edcfc9fed71.tar.gz portato-3b12efaef38c646f95c3d9e4da3f8edcfc9fed71.tar.bz2 portato-3b12efaef38c646f95c3d9e4da3f8edcfc9fed71.zip |
r30@Devoty: necoro | 2007-10-24 23:44:12 +0200
SVK Test Commit
Diffstat (limited to '')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ import sys, os, os.path from distutils.core import setup, Extension from portato.constants import FRONTENDS, VERSION, DATA_DIR, ICON_DIR, PLUGIN_DIR, TEMPLATE_DIR -### copied from shm's setup.py ### +#### copied from shm's setup.py #### MacrosAndDefines = [ ] # HAVE_UNION_SEMUN needs to be #defined on FreeBSD and OS X and must *not* be #defined @@ -23,7 +23,7 @@ MacrosAndDefines = [ ] # need to make changes for your platform. if ("bsd" in sys.platform) or ("darwin" in sys.platform): MacrosAndDefines.append( ('HAVE_UNION_SEMUN', None) ) -### end copy ### +#### end copy #### def plugin_list (*args): """Creates a list of correct plugin pathes out of the arguments.""" |