diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-07-08 06:51:16 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-07-08 06:51:16 (GMT) |
| commit | 7bb538da12e43c150a0f9febe113e890e36b0247 (patch) | |
| tree | 18ad1f57b89652905915308e154761c84c0834c2 | |
| parent | 1eaea3fae79e9264901e7124703402183fb5c0cb (diff) | |
| parent | b74280975f2501cd94043ea2b0c4fb33208e1cde (diff) | |
| download | tcl-7bb538da12e43c150a0f9febe113e890e36b0247.zip tcl-7bb538da12e43c150a0f9febe113e890e36b0247.tar.gz tcl-7bb538da12e43c150a0f9febe113e890e36b0247.tar.bz2 | |
Build stub objects with -DSTATIC_BUILD on all platforms. Only important on win32 (already done) and cygwin, on other platforms it should not have any effect.
| -rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index f0a729f..b5ca879 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1683,7 +1683,7 @@ Zzutil.o: $(ZLIB_DIR)/zutil.c #-------------------------------------------------------------------------- tclStubLib.o: $(GENERIC_DIR)/tclStubLib.c - $(CC) -c $(STUB_CC_SWITCHES) $(GENERIC_DIR)/tclStubLib.c + $(CC) -c $(STUB_CC_SWITCHES) -DSTATIC_BUILD $(GENERIC_DIR)/tclStubLib.c tclTomMathStubLib.o: $(GENERIC_DIR)/tclTomMathStubLib.c $(CC) -c $(STUB_CC_SWITCHES) $(GENERIC_DIR)/tclTomMathStubLib.c |
