diff options
author | James Yonan <james@openvpn.net> | 2010-07-10 03:00:08 +0000 |
---|---|---|
committer | James Yonan <james@openvpn.net> | 2010-07-10 03:00:08 +0000 |
commit | 941132efc7d6087ca9f5f18c7af274f34f0473aa (patch) | |
tree | 502cc58ec00ee3814dab350ba9a4bf129c3df0c1 /win/settings.in | |
parent | Fixed issue where bad creds provided by the management interface (diff) | |
download | openvpn-941132efc7d6087ca9f5f18c7af274f34f0473aa.tar.xz |
Added support for MSVC debugging of openvpn.exe in settings.in:
# Build debugging version of openvpn.exe
!define PRODUCT_OPENVPN_DEBUG
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6283 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'win/settings.in')
-rw-r--r-- | win/settings.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/settings.in b/win/settings.in index 044834a..0e1bb1c 100644 --- a/win/settings.in +++ b/win/settings.in @@ -40,6 +40,9 @@ # Build debugging version of TAP driver ;!define PRODUCT_TAP_DEBUG +# Build debugging version of openvpn.exe +;!define PRODUCT_OPENVPN_DEBUG + # DDK path -- currently Windows 7 WDK !define DDK_PATH "c:/winddk/7600.16385.1" ;!define DDK_PATH "c:/winddk/6001.18002" |