mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -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_CXXFLAGS *= -fomit-frame-pointer -Wall
|
||||||
QMAKE_CC = g++
|
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 ####################
|
#################### Cross compilation for windows under Linux ####################
|
||||||
|
|
||||||
win32-x-g++ {
|
win32-x-g++ {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user