fix bug #2497148 - allow out of tree builds on POSIX platforms
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5921 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a1671db5d6
commit
f41ba95bab
12 changed files with 57 additions and 20 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <stdio.h>
|
||||
#include "exehead/config.h"
|
||||
|
||||
#include "version.h"
|
||||
#include <nsis-version.h>
|
||||
|
||||
#include "build.h"
|
||||
#include "util.h"
|
||||
|
@ -112,7 +112,7 @@ CEXEBuild::CEXEBuild() :
|
|||
definedlist.add("NSIS_VERSION", NSIS_VERSION);
|
||||
|
||||
// automatically generated header file containing all defines
|
||||
#include "defines.h"
|
||||
#include <nsis-defines.h>
|
||||
|
||||
// no longer optional
|
||||
definedlist.add("NSIS_SUPPORT_STANDARD_PREDEFINES");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue