aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.b32
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-09-12 11:14:14 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-03-25 09:11:59 +0000
commitdc72f8df0c914de688077f296bf94360cf928529 (patch)
tree95746197b28475d80942ba3c2e6472457881b01e /lib/Makefile.b32
parentf8d88a491397a13f0e676bd0b2d0f275a728b860 (diff)
build: Updated all makefiles and project files for the new vauth directory
Updated the makefiles and Visual Studio project files to support moving the authentication code to the new lib/vauth directory that was started in commit 0d04e859e1.
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r--lib/Makefile.b329
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32
index 1914a9410..481386157 100644
--- a/lib/Makefile.b32
+++ b/lib/Makefile.b32
@@ -69,7 +69,7 @@ CC_FLAGS = -5 -O2 -tWM -w -w-aus -w-ccc -w-dup -w-prc -w-pro -w-rch -w-sig -w-sp
LIBFLAGS = /C /P32
LDFLAGS = -q -lq -laa -tWD
-SRCDIR = .;.\vtls
+SRCDIR = .;.\vauth;.\vtls
OBJDIR = .\BCC_objs
INCDIRS = -I.;.\lib;..\include
LINKLIB = $(BCCDIR)\lib\cw32mt.lib $(BCCDIR)\lib\ws2_32.lib
@@ -115,10 +115,11 @@ LINKLIB = $(LINKLIB) $(OPENSSL_PATH)\out32\ssleay32.lib $(OPENSSL_PATH)\out32\l
# using explicit compilation build rules instead of implicit ones.
NOHYPHEN1 = $(CSOURCES:-=_)
-NOHYPHEN2 = $(NOHYPHEN1:vtls/=)
+NOHYPHEN2 = $(NOHYPHEN1:vauth/=)
+NOHYPHEN3 = $(NOHYPHEN2:vtls/=)
-OBJECTS = $(NOHYPHEN2:.c=.obj)
-PREPROCESSED = $(NOHYPHEN2:.c=.int)
+OBJECTS = $(NOHYPHEN3:.c=.obj)
+PREPROCESSED = $(NOHYPHEN3:.c=.int)
# Borland's command line compiler (BCC32) version 5.5.1 integrated
# preprocessor has a bug which results in silently generating wrong