-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathBUILDING.windows.txt
More file actions
executable file
·41 lines (27 loc) · 1.17 KB
/
BUILDING.windows.txt
File metadata and controls
executable file
·41 lines (27 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*** BUILDING WIDNOWS ***
Contents:
1. Introduction
2. Distribution
2.1 Requirement
2.2 Build package
1. Introduction
Open uplink\src\Uplink.sln with Microsoft Visual Studio 2005, from there you
should be able to make modifcations and test them.
2. Distribution
2.1 Requirement
Get the Nullsoft Installer System ( http://sourceforge.net/projects/nsis/ ).
Install it at it's default location ( C:\Program Files\NSIS\ ), else you need
to change the projet configuration 'Custom Build Step' to put the correct
location.
2.2 Build package
In Visual Studio change the build configuration to 'Release' :
'Build' Menu ->
'Configuration Manager ...' ->
from the 'Active solution configuration' combobox choose 'Release')
Edit uplink/src/app/globals_defines.h file to include the correct
version number ( VERSION_NUMBER_INT ).
Edit Installer/uplink-version.nsh file to include the correct version number.
Edit Installer/data/readme.txt file to include the correct version number.
Edit Installer/data/changes.txt file to include the correct version number and
changes.
Rebuild Uplink, the installation package should be created in Installer/ .