diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-24 19:42:58 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-24 19:42:58 +0000 |
commit | 95f3fb45ae2f4fe199e34f35be1e46b3a598ca1a (patch) | |
tree | ab41d30b808310a07e66be3ca0bb18f28bd5d0d4 /indra/lscript/lscript_compile/CMakeLists.txt | |
parent | 8af68c8771077518585cf332ba0e1e53f18c76c7 (diff) |
Cherry-picked windows build fixes from sunshine-experimental
Diffstat (limited to 'indra/lscript/lscript_compile/CMakeLists.txt')
-rw-r--r-- | indra/lscript/lscript_compile/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/lscript/lscript_compile/CMakeLists.txt b/indra/lscript/lscript_compile/CMakeLists.txt index 134703eed3..2cfd389893 100644 --- a/indra/lscript/lscript_compile/CMakeLists.txt +++ b/indra/lscript/lscript_compile/CMakeLists.txt @@ -113,8 +113,10 @@ if (WINDOWS) ${CMAKE_CURRENT_BINARY_DIR}/indra.y.cpp ${CMAKE_CURRENT_BINARY_DIR}/indra.y.hpp COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bison.bat + ARGS ${BISON} ${M4_PATH} - ${CMAKE_CURRENT_BINARY_DIR}/indra.y.cpp + -p indra_ + -d -o ${CMAKE_CURRENT_BINARY_DIR}/indra.y.cpp ${CMAKE_CURRENT_SOURCE_DIR}/indra.y DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/bison.bat |