Tries to create exe for Windows. Adds dll for wx. Go for Linux first

This commit is contained in:
2012-08-31 13:55:22 +02:00
parent a52c098d59
commit 53348b91ae
4 changed files with 41 additions and 32 deletions

View File

@@ -180,7 +180,7 @@ either expressed or implied, of the FreeBSD Project."""
info.SetIcon(wx.Icon('ivolution/data/media/vitruve.png', wx.BITMAP_TYPE_PNG))
info.SetName('Ivolution')
info.SetVersion('0.8')
info.SetVersion('0.6')
info.SetDescription(description)
info.SetCopyright('(C) 2012 Julien Lengrand-Lambert')
info.SetWebSite('http://www.lengrand.fr')