Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb17470

Browse files
committed
Standardize locations of TCL related files
Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
1 parent7bdd8dc commitdb17470

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎src/Makefile.global

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.17 1996/07/3102:07:25 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.18 1996/07/3118:52:38 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -211,12 +211,12 @@ endif
211211
#USE_TCL= true
212212
# customize these to your site's needs
213213
#
214-
TCL_INCDIR= /usr/local/devel/tcl7.4/include
215-
TCL_LIBDIR= /usr/local/devel/tcl7.4/lib
216-
TCL_LIB = -ltcl7.4
217-
TK_INCDIR= /usr/local/devel/tk4.0/include
218-
TK_LIBDIR= /usr/local/devel/tk4.0/lib
219-
TK_LIB = -ltk4.0
214+
TCL_INCDIR= /usr/local/include
215+
TCL_LIBDIR= /usr/local/lib
216+
TCL_LIB = -ltcl7.5
217+
TK_INCDIR= /usr/local/include
218+
TK_LIBDIR= /usr/local/lib
219+
TK_LIB = -ltk4.1
220220

221221
X11_INCDIR = /usr/X11R6.1/include
222222
X11_LIBDIR = /usr/X11R6.1/lib

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp