Work on Makefile for Win32
This commit is contained in:
parent
ac755bc951
commit
1aa4de222f
4
Makefile
4
Makefile
|
@ -12,7 +12,11 @@ CXXFLAGS+=-DRESSOURCES_ROOT="\"$(SHARE_DIR)\""
|
||||||
#CXXFLAGS+=-DRESSOURCES_ROOT="\"./ressources/\""
|
#CXXFLAGS+=-DRESSOURCES_ROOT="\"./ressources/\""
|
||||||
|
|
||||||
LDFLAGS+=`pkg-config --libs $(QT_PACKAGES)`
|
LDFLAGS+=`pkg-config --libs $(QT_PACKAGES)`
|
||||||
|
ifdef WIN32
|
||||||
|
LDFLAGS+=lib/libofx.a
|
||||||
|
else
|
||||||
LDFLAGS+=-lofx
|
LDFLAGS+=-lofx
|
||||||
|
endif
|
||||||
|
|
||||||
CXX=$(HOST)g++
|
CXX=$(HOST)g++
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user