makefile able to create and package osx application

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@38 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2008-08-15 13:30:42 +00:00
parent 35126caa5a
commit 74656a4f9c
8 changed files with 66 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
import argvemulator, os
argvemulator.ArgvCollector().mainloop()
execfile(os.path.join(os.path.split(__file__)[0], "relational.py"))