|
|
|
@ -66,7 +66,7 @@ CPPFLAGS = -DTQT_THREAD_SUPPORT -D_REENTRANT
|
|
|
|
|
CXX = g++
|
|
|
|
|
CXXCPP = g++ -E
|
|
|
|
|
CXXDEPMODE = depmode=gcc3
|
|
|
|
|
CXXFLAGS = -Wno-long-long -Wundef -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION
|
|
|
|
|
CXXFLAGS = -Wno-long-long -Wundef -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DTQT_NO_ASCII_CAST -DTQT_NO_STL -DTQT_NO_COMPAT -DTQT_NO_TRANSLATION
|
|
|
|
|
CYGPATH_W = echo
|
|
|
|
|
DCOPIDL = ${prefix}/bin/dcopidl
|
|
|
|
|
DCOPIDL2CPP = ${prefix}/bin/dcopidl2cpp
|
|
|
|
|