mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 07:59:29 -05:00
added linux-g++-64 target to libretroshare.pro
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@974 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8d38e51536
commit
de3d6fb366
@ -10,7 +10,12 @@ linux-g++ {
|
||||
QMAKE_CXXFLAGS *= -fomit-frame-pointer -Wall
|
||||
QMAKE_CC = g++
|
||||
}
|
||||
|
||||
linux-g++-64 {
|
||||
OBJECTS_DIR = temp/linux-g++-64/obj
|
||||
DESTDIR = lib.linux-g++-64
|
||||
QMAKE_CXXFLAGS *= -fomit-frame-pointer -Wall
|
||||
QMAKE_CC = g++
|
||||
}
|
||||
#################### Cross compilation for windows under Linux ####################
|
||||
|
||||
win32-x-g++ {
|
||||
|
Loading…
Reference in New Issue
Block a user