From 9e5b6c43b13a561b09908d2a57edb6c96e4fedaf Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Tue, 12 Feb 2013 14:00:13 -0600 Subject: Add support for building and using shared libraries. --- pjlib/build/os-win32.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/build/os-win32.mak') diff --git a/pjlib/build/os-win32.mak b/pjlib/build/os-win32.mak index 0290fea..5be3c8e 100644 --- a/pjlib/build/os-win32.mak +++ b/pjlib/build/os-win32.mak @@ -29,5 +29,5 @@ export TEST_OBJS += main.o # TARGETS are make targets in the Makefile, to be executed for this given # operating system. # -export TARGETS = pjlib pjlib-test +export TARGETS = $(PJLIB_LIB) $(TEST_EXE) -- cgit v1.2.3