diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-08 06:49:44 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-08 06:49:44 (GMT) |
| commit | de31df63e799b702d1ebfe1ac588b4d2efa3e6cd (patch) | |
| tree | 178bbd5d7c01ae26181efeabe52dfe24748be897 | |
| parent | bd6afa9af58278486c0b7c0ac99561c1dbae6ad1 (diff) | |
| download | tcl-de31df63e799b702d1ebfe1ac588b4d2efa3e6cd.zip tcl-de31df63e799b702d1ebfe1ac588b4d2efa3e6cd.tar.gz tcl-de31df63e799b702d1ebfe1ac588b4d2efa3e6cd.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 34c7165..f6c4424 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1529,7 +1529,7 @@ waitpid.o: $(COMPAT_DIR)/waitpid.c # even though they will be placed in a static archive 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 .c.o: $(CC) -c $(CC_SWITCHES) $< |
