Fixed VS2008 build.

This commit is contained in:
Branimir Karadžić
2015-04-07 09:38:03 -07:00
parent 0758ae80c2
commit c9d655a9c3

View File

@@ -361,7 +361,7 @@ function toolchain(_buildDir, _libDir)
}
configuration { "vs2008" }
includedirs { path.join(bxDir .. "include/compat/msvc/pre1600") }
includedirs { path.join(bxDir, "include/compat/msvc/pre1600") }
configuration { "x32", "vs*" }
targetdir (path.join(_buildDir, "win32_" .. _ACTION, "bin"))