From 25f63119723ea5546bdb9134bf25f07969fe781b Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 2 Mar 2016 16:20:15 +0100 Subject: [PATCH] Add visual studio user setting file, so we don't need to configure the debugger options each time. --- CMakeLists.txt | 1 + Installation/Windows/vcproj.user/arangod.vcxproj.user | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100755 Installation/Windows/vcproj.user/arangod.vcxproj.user diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fe57d227b..a2fefd41c1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,6 +220,7 @@ include(CheckCXX11Features) find_package(Threads REQUIRED) if (MSVC) + configure_file("Installation/Windows/vcproj.user/arangod.vcxproj.user" ${CMAKE_BINARY_DIR}) add_definitions("-D_CRT_SECURE_NO_WARNINGS=1") add_definitions("-DFD_SETSIZE=2048") add_definitions("-DUSE_REGEX_STATIC=1") diff --git a/Installation/Windows/vcproj.user/arangod.vcxproj.user b/Installation/Windows/vcproj.user/arangod.vcxproj.user new file mode 100755 index 0000000000..5c0152797e --- /dev/null +++ b/Installation/Windows/vcproj.user/arangod.vcxproj.user @@ -0,0 +1,8 @@ + + + + --config etc/relative/arangod.conf aoeu + ..\.. + WindowsLocalDebugger + + \ No newline at end of file