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:
wizou 2010-07-04 00:07:59 +00:00
parent 9d452fc5d1
commit 403ff55f81
2 changed files with 4 additions and 1 deletions

View file

@ -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>