/[ascend]/trunk/base/generic/ConfigAscend.in
ViewVC logotype

Diff of /trunk/base/generic/ConfigAscend.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 362 by johnpye, Thu Dec 22 08:49:39 2005 UTC revision 363 by johnpye, Wed Mar 8 04:47:31 2006 UTC
# Line 170  X11_LIBS = @X11_LIBRARIES@ -lX11 @X11_EX Line 170  X11_LIBS = @X11_LIBRARIES@ -lX11 @X11_EX
170  #  #
171  #  The location of the libtk.a and libtcl.a libraries.  #  The location of the libtk.a and libtcl.a libraries.
172  #  The order should be -ltk -ltcl  #  The order should be -ltk -ltcl
173  TCL_LIBRARY = @TCL_LIB@  TCL_LIBRARY = @TCLLIB@
174  TK_LIBRARY  = @TK_LIB@  TK_LIBRARY  = @TK_LIB@
175  TK_LIBS  = $(TK_LIBRARY) $(TCL_LIBRARY) $(DL_LIBS)  TK_LIBS  = $(TK_LIBRARY) $(TCL_LIBRARY) $(DL_LIBS)
176    
177  #  The location of the tcl.h and tk.h header files  #  The location of the tcl.h and tk.h header files
178  TK_INCS  = @TCL_HDR@ @TK_HDR@  TK_INCS  = @TCLINCLUDE@ @TK_HDR@
179    
180  # If TK_LIBS and TK_INCS are not properly set, ASCEND cannot build.  # If TK_LIBS and TK_INCS are not properly set, ASCEND cannot build.
181    

Legend:
Removed from v.362  
changed lines
  Added in v.363

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22