Re: [tcljava-user] TclBlend compile - bat file dependency.
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-11-19 22:40:18
|
On Sat, 19 Nov 2005 20:06:56 +0800 Patrick Finnegan <pfi...@hb...> wrote: > The TclBlend configure script generates a bat file which denotes the > location of the system JVM and sets classpath variables. I need a > tclblend exe that does not rely on a bat file. Can the configure script > be changed so that tclblend will find the JDK without the batch file > assuming the JDK is always in the same place? No. You could take a look at some of the example code in unix/custom.c and unix/custom2.c to see how you might compile your own .exe for Tcl Blend with hard coded paths. There are makefile rules to build both of these executables. cheers Mo DeJong |