Link file was modified to support X64 build.
This commit is contained in:
		| @@ -1,14 +1,14 @@ | |||||||
| LINK = $(CPP) \ | LINK = $(CPP) \ | ||||||
| 	-Wl,-Bsymbolic \ | 	-Wl,-Bsymbolic \ | ||||||
| 	-shared \ | 	-shared \ | ||||||
| 	-pthread\ | 	-pthread \ | ||||||
| 	-O2 -fno-exceptions -fno-check-new\ | 	-O2 -fno-exceptions -fno-check-new \ | ||||||
| 	-Wl,-rpath -Wl,/usr/lib$(ARC) \ | 	-Wl,-rpath -Wl,/usr/lib$(ARC) \ | ||||||
| 	-L/usr/lib$(ARC) -lpthread -lc -ldl \ | 	-L/usr/lib$(ARC) -lpthread -lc -ldl \ | ||||||
|  | 	-L/opt/kde3/lib$(ARC) -lkwalletclient -lqt-mt \ | ||||||
|  | 	-L/usr/X11R6/lib$(ARC) \ | ||||||
|  | 	-L/usr/lib/qt3/lib$(ARC) -lqt-mt \ | ||||||
| 	-Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \ | 	-Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \ | ||||||
| 	-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \ | 	-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \ | ||||||
| 	-L$(LIBDIR)$(XTRA)  \ | 	-L$(LIBDIR)$(XTRA) \ | ||||||
| 	$(OBJDIR)*.$(O) -L/opt/kde3/lib \ | 	$(OBJDIR)*.$(O) | ||||||
| 	-L/usr/X11R6/lib$(ARC) -L/usr/lib/qt3/lib \ |  | ||||||
| 	-lkwalletclient -lqt-mt	 |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user