Moved stdint.h into separate dir and added vs2008 specific includedirs.

This commit is contained in:
bkaradzic
2013-09-01 14:24:16 -07:00
parent 9ba23e6e42
commit c7732f64fb
2 changed files with 3 additions and 0 deletions

View File

@@ -203,6 +203,9 @@ function toolchain(_buildDir, _libDir)
"/Ob2", -- The Inline Function Expansion
}
configuration { "vs2008" }
includedirs { bxDir .. "include/compat/msvc/pre1600" }
configuration { "x32", "vs*" }
targetdir (_buildDir .. "win32_" .. _ACTION .. "/bin")
objdir (_buildDir .. "win32_" .. _ACTION .. "/obj")