run without sourcing the VS setup bat file. Important for cross compilations of different Windows version, e.g. 32 -> 64 bit.

This commit is contained in:
zimoch
2013-06-25 07:38:44 +00:00
parent 9b795581ca
commit 4a551eadd0

View File

@@ -15,3 +15,9 @@
# This will eliminate warnings about /GX being deprecated.
#CCC = cl /nologo /EHsc /GR
VS = C:\Program Files\Microsoft Visual Studio 10.0
SDK = C:\Program Files\Microsoft SDKs\Windows\v7.0A
export PATH := $(VS)\VC\bin;$(VS)\Common7\IDE;$(SDK)\bin;$(PATH)
export INCLUDE := $(VS)\VC\include;$(SDK)\include
export LIB := $(VS)\VC\lib;$(SDK)\lib