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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user