Changes for standalone executable

Version:1.1.46
This commit is contained in:
Anthony Scemama 2010-01-28 16:55:49 +01:00
parent 71be243437
commit 2731349781
4 changed files with 9 additions and 2 deletions

View File

@ -33,3 +33,4 @@ sys.path.insert(0,(wd+"/../src/"))
sys.path.insert(0,(wd+"/../share/irpf90/src/"))
import irpf90
irpf90.main()

View File

@ -17,6 +17,11 @@ default:
git archive --format=tar --prefix=irpf90/ HEAD | gzip > $$OLDPWD/$$NAME-src.tar.gz;\
cd -;\
ls $$NAME*;\
$(HOME)/Python2exe/python2exe.py irpf90 /home/scemama/irpf90/src ;\
mv irpf90.exe irpf90;\
gzip irpf90 ;\
mv irpf90.gz irpf90-$(VERSION)-noarch.exe.gz ;\

View File

@ -69,4 +69,5 @@ def main():
import create_man
create_man.run()
main()
if __name__ == '__main__':
main()

View File

@ -1 +1 @@
version = "1.1.45"
version = "1.1.46"