moved update back to makensisw
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4077 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ba4c723d07
commit
c69dedddda
12 changed files with 1481 additions and 12 deletions
|
@ -33,7 +33,8 @@
|
|||
// Defines
|
||||
#define NSIS_URL "http://nsis.sourceforge.net/"
|
||||
#define NSIS_FOR "http://forums.winamp.com/forumdisplay.php?forumid=65"
|
||||
#define NSIS_UPDATE "\\Bin\\NSISUpdate.exe"
|
||||
#define NSIS_UPDATE "http://nsis.sourceforge.net/update.php?version="
|
||||
#define NSIS_DL_URL "http://nsis.sourceforge.net/download/"
|
||||
#define USAGE "Usage:\r\n\r\n - File | Load Script...\r\n - Drag the .nsi file into this window\r\n - Right click the .nsi file and choose \"Compile NSIS Script\""
|
||||
#define COPYRIGHT "Copyright © 2002 Robert Rainwater"
|
||||
#define CONTRIB "Fritz Elfert, Justin Frankel, Amir Szekely, Sunil Kamath, Joost Verburg"
|
||||
|
@ -193,6 +194,8 @@ typedef struct NSISScriptData {
|
|||
int recompile_test;
|
||||
} NSCRIPTDATA;
|
||||
|
||||
extern NSCRIPTDATA g_sdata;
|
||||
|
||||
typedef struct ResizeData {
|
||||
RECT resizeRect;
|
||||
RECT griprect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue