Update of /cvsroot/quest-ed/quest-3b/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25799
Modified Files:
Config.mk
Log Message:
Remove hardcoded path to my home directory (from Bill Currie).
Index: Config.mk
===================================================================
RCS file: /cvsroot/quest-ed/quest-3b/src/Config.mk,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Config.mk 11 Aug 2001 16:07:41 -0000 1.1.1.1
--- Config.mk 18 Mar 2003 17:48:39 -0000 1.2
***************
*** 24,28 ****
# To build shared libraries
Q_LIB_SUFFIX = .so
! Q_MAKELIB = gcc -g -shared -Wl,-soname -Wl,/home/alex/quest/quest-3/src/$@ -o $@ $^
Q_CFLAGS = -fPIC -DPIC
--- 24,28 ----
# To build shared libraries
Q_LIB_SUFFIX = .so
! Q_MAKELIB = gcc -g -shared -Wl,-soname -Wl,$@ -o $@ $^
Q_CFLAGS = -fPIC -DPIC
|