diff options
author | nijtmans <nijtmans> | 2010-06-02 08:22:15 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-06-02 08:22:15 (GMT) |
commit | 112a13277f76d6becc3d78934caae69bf2e63f9f (patch) | |
tree | 6580b8c028b902241b97ab58710f9870acad40da /win/makefile.bc | |
parent | 8a1035cf834be525e07450a0bb1b684c1a4936c8 (diff) | |
download | tcl-112a13277f76d6becc3d78934caae69bf2e63f9f.zip tcl-112a13277f76d6becc3d78934caae69bf2e63f9f.tar.gz tcl-112a13277f76d6becc3d78934caae69bf2e63f9f.tar.bz2 |
remove some "BUILD_tcloo" leftovers
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index e2e8a00..c339527 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -574,7 +574,7 @@ $(GENERICDIR)\regguts.h: $(GENERICDIR)\regcustom.h $(cc32) -DBUILD_tcl $(TCL_CFLAGS) -o$@ $< {$(GENERICDIR)}.c{$(TMPDIR)}.obj: - $(cc32) -DBUILD_tcl -DBUILD_tcloo $(TCL_CFLAGS) -o$@ $< + $(cc32) -DBUILD_tcl $(TCL_CFLAGS) -o$@ $< {$(ROOT)\compat}.c{$(TMPDIR)}.obj: $(cc32) -DBUILD_tcl $(TCL_CFLAGS) -o$@ $< |