diff options
author | David Walter Seikel | 2013-04-26 13:09:45 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-26 13:09:45 +1000 |
commit | 044d7575eab98ff26ed7d48a461b613db52bed04 (patch) | |
tree | fb01182736d1e1ac8d7063613845b3d17a0917c5 /linden/indra/llplugin | |
parent | Small clean ups. (diff) | |
download | meta-impy-044d7575eab98ff26ed7d48a461b613db52bed04.zip meta-impy-044d7575eab98ff26ed7d48a461b613db52bed04.tar.gz meta-impy-044d7575eab98ff26ed7d48a461b613db52bed04.tar.bz2 meta-impy-044d7575eab98ff26ed7d48a461b613db52bed04.tar.xz |
Make nmake builds more like VS builds.
Still some tweaking to go, therefore, still some rough bits in this.
Diffstat (limited to 'linden/indra/llplugin')
-rwxr-xr-x | linden/indra/llplugin/slplugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llplugin/slplugin/CMakeLists.txt b/linden/indra/llplugin/slplugin/CMakeLists.txt index 81d9299..f794dae 100755 --- a/linden/indra/llplugin/slplugin/CMakeLists.txt +++ b/linden/indra/llplugin/slplugin/CMakeLists.txt | |||
@@ -75,7 +75,7 @@ if (DARWIN) | |||
75 | COMMAND mkdir | 75 | COMMAND mkdir |
76 | ARGS | 76 | ARGS |
77 | -p | 77 | -p |
78 | ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/SLPlugin.app/Contents/Resources | 78 | ${CMAKE_CURRENT_BINARY_DIR}/${VIEWER_CFG_INTDIR}/SLPlugin.app/Contents/Resources |
79 | ) | 79 | ) |
80 | endif (DARWIN) | 80 | endif (DARWIN) |
81 | 81 | ||