summaryrefslogtreecommitdiff
path: root/config/Makefile.mingw
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2002-06-20 16:08:46 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2002-06-20 16:08:46 +0000
commit19893d17ff72225e4ca5f6b511b5212c474516a3 (patch)
treed02158b5375423200a87d98c99a97eca784a18ba /config/Makefile.mingw
parentbe82a1c3d0e79e2ed9daeb5e4fb112489ea1e07e (diff)
downloadocaml-19893d17ff72225e4ca5f6b511b5212c474516a3.tar.gz
MAJ et nettoyages
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4944 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'config/Makefile.mingw')
-rw-r--r--config/Makefile.mingw9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/Makefile.mingw b/config/Makefile.mingw
index 9397e95dbc..21642e07e1 100644
--- a/config/Makefile.mingw
+++ b/config/Makefile.mingw
@@ -42,8 +42,7 @@ EXE=.exe
########## Configuration for the bytecode compiler
### Which C compiler to use for the bytecode interpreter.
-# Can also use "gcc -mno-cygwin"
-BYTECC=gcc
+BYTECC=gcc -mno-cygwin
### Additional compile-time options for $(BYTECC). (For static linking.)
BYTECCCOMPOPTS=-O -Wall -Wno-unused
@@ -108,8 +107,10 @@ OTHERLIBRARIES=win32unix systhreads str num win32graph dynlink bigarray labltk
BIGNUM_ARCH=C
### Configuration for LablTk
-TK_DEFS=
-TK_LINK=-ltk80 -ltcl80
+# Set TK_ROOT to the directory where you installed TCL/TK 8.3
+TK_ROOT=c:/tcl
+TK_DEFS=-I$(TK_ROOT)/include
+TK_LINK=$(TK_ROOT)/lib/tk83.lib $(TK_ROOT)/lib/tcl83.lib
############# Aliases for common commands