added MSVS_VERSION option to scons command-line to specify which compiler to use
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6110 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9d452fc5d1
commit
403ff55f81
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
#include "mmap.h"
|
||||
#include <cstdio> // for f*
|
||||
#include <cassert> // for assert
|
||||
#include "tchar.h"
|
||||
#include "tchar.h"
|
||||
#include <limits.h>
|
||||
#ifndef _WIN32
|
||||
# include <sys/types.h> // for freebsd
|
||||
# include <sys/mman.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue