Changes between Version 5 and Version 6 of Building/MSWindows
- Timestamp:
- 03/14/17 03:35:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/MSWindows
v5 v6 61 61 The MS Windows specific build scripts are [/browser/xpra/trunk/src/win32 here]. 62 62 63 We use a combination of the setup.py file, BAT files and an innosetup script to generate the executable installer. 63 Version 2.0 uses a simple shell script, older versions used a combination of the setup.py file and BAT files. 64 In both cases, an innosetup script generates the executable installer. 64 65 }}}