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/config.py | |
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/config.py')
-rw-r--r-- | win/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/config.py b/win/config.py index 67c1d82..cf38cac 100644 --- a/win/config.py +++ b/win/config.py @@ -9,6 +9,7 @@ def main(config): out_fn=home_fn('msvc.mak'),
quote_begin='@',
quote_end='@',
+ if_prefix='!',
head_comment='# %s\n\n' % autogen)
# if we are run directly, and not loaded as a module
|