diff options
Diffstat (limited to 'makefile.w32')
-rwxr-xr-x | makefile.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.w32 b/makefile.w32 index fe5c5f8..3179420 100755 --- a/makefile.w32 +++ b/makefile.w32 @@ -58,7 +58,7 @@ LIB_DIRS = -L${OPENSSL_DIR}/out -L${LZO_DIR} LIB_DIRS_DMALLOC = ${LIB_DIRS} -L${DMALLOC_DIR} -EXE = openvpn.exe +EXE = ${PRODUCT_UNIX_NAME}.exe HEADERS = \ base64.h \ |