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");
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#ifndef APSTUDIO_INVOKED // keep msdev's resource editor from mangling the .rc file
|
||||
|
||||
#include "sconf.h"
|
||||
#include <nsis-sconf.h>
|
||||
|
||||
#ifndef NSIS_CONFIG_VISIBLE_SUPPORT
|
||||
#ifdef NSIS_CONFIG_LICENSEPAGE
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "util.h"
|
||||
#include "DialogTemplate.h"
|
||||
#include "exehead/resource.h"
|
||||
#include "version.h"
|
||||
#include <nsis-version.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "build.h"
|
||||
#include "util.h"
|
||||
|
||||
#include "version.h"
|
||||
#include <nsis-version.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "Platform.h"
|
||||
#include "manifest.h"
|
||||
#include "version.h"
|
||||
#include <nsis-version.h>
|
||||
|
||||
namespace manifest
|
||||
{
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "DialogTemplate.h"
|
||||
#include "lang.h"
|
||||
#include "dirreader.h"
|
||||
#include "version.h"
|
||||
#include <nsis-version.h>
|
||||
#include "icon.h"
|
||||
#include "exehead/api.h"
|
||||
#include "exehead/resource.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue