Bill Clarke patch to restore multiple build directories for test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6238 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9f6ffb2feb
commit
1fa4e19a91
1 changed files with 2 additions and 4 deletions
|
|
@ -33,10 +33,8 @@ CXXSRCS =
|
|||
CSRCS =
|
||||
TARGETPREFIX =
|
||||
TARGETSUFFIX =
|
||||
SWIGOPT = -I$(top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)
|
||||
INCLUDES = -I$(top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)
|
||||
#RUNTIMEDIR = $(top_builddir)/Runtime/.libs
|
||||
#DYNAMIC_LIB_PATH = .
|
||||
SWIGOPT = -I$(top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)/$(LANGUAGE) -I$(top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)
|
||||
INCLUDES = -I$(top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)/$(LANGUAGE) -I$(top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)
|
||||
LIBS = -L. -l$*_runtime
|
||||
LIBPREFIX = lib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue