mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Moved stdint.h into separate dir and added vs2008 specific includedirs.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user