diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-02-01 10:13:59 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-02-01 10:13:59 +0000 |
commit | 63082c8a210741e2c390f78669009697128cfe30 (patch) | |
tree | 0df33f1061a4cb681804f9d77fb0493d0578b5c0 /install-win32/settings.in | |
parent | Version 2.1_rc7 (diff) | |
download | openvpn-63082c8a210741e2c390f78669009697128cfe30.tar.xz |
Changes to Windows build system to make it easier to do
partial builds, where only a subset of OpenVPN installer
components are built. See ./domake-win comments.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2710 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/settings.in')
-rw-r--r-- | install-win32/settings.in | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/install-win32/settings.in b/install-win32/settings.in index 5be27a4..ce9ee35 100644 --- a/install-win32/settings.in +++ b/install-win32/settings.in @@ -23,16 +23,6 @@ !define PKCS11_HELPER_DIR "../pkcs11-helper/usr/local" !define DMALLOC_DIR "../dmalloc-5.4.2" -# Write TAP driver and tapinstall.exe to this directory, -# to use as prebuilt binaries for future builds. May -# be undefined. -;!define DRVBINDEST "../tapbin" - -# Don't build TAP driver and tapinstall.exe -- instead get -# them as prebuilt binaries from this directory. May be -# undefined. -;!define DRVBINSRC "../tapbin" - # tapinstall.exe source code. # Not needed if DRVBINSRC is defined. !define TISRC "../tapinstall" @@ -71,8 +61,13 @@ # -j parameter passed to make !define MAKE_JOBS 2 -# do a make clean before make -!define MAKE_CLEAN "yes" +# output directory for built binaries +# and other generated files +!define GENOUT "gen" + +# delete GENOUT directory before starting +# set to "yes" or "no" +!define CLEAN "yes" ; DEBUGGING -- set to something like "-DBG2" !define OUTFILE_LABEL "" |