This link file was modified to support X64 build.

This commit is contained in:
Cameron (Kamran) Mashayekhi 2005-10-21 23:34:39 +00:00
parent 057a4c55ac
commit 09ade6a47f

View File

@ -3,9 +3,9 @@ LINK = $(CPP) \
-shared \
-pthread\
-O2 -fno-exceptions -fno-check-new\
-Wl,-rpath -Wl,/usr/lib$(ARCH_LIB) \
-L/usr/lib$(ARCH_LIB) -lpthread -lc -ldl \
-L/opt/gnome/lib -lgnome-keyring -lglib-2.0 \
-Wl,-rpath -Wl,/usr/lib$(ARC) \
-L/usr/lib$(ARC) -lpthread -lc -ldl \
-L/opt/gnome/lib$(ARC) -lgnome-keyring -lglib-2.0 \
-Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \
-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \
-L$(LIBDIR)$(XTRA) \