mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-10 23:22:33 +02:00
minor clean up
This commit is contained in:
@@ -174,18 +174,6 @@ case "$build_os" in
|
||||
*solaris*)
|
||||
GUILINKFLAGS="-export-dynamic"
|
||||
;;
|
||||
*darwin*)
|
||||
if test -d /sw/include; then
|
||||
CXXFLAGS="-I/sw/include"
|
||||
CPPFLAGS="-I/sw/include"
|
||||
CFLAGS="-I/sw/include"
|
||||
LDFLAGS="-flat_namespace"
|
||||
fi
|
||||
LIBS="$LIBS -L/sw/lib"
|
||||
AC_CHECK_LIB(poll, poll, [LIBS="$LIBS -lpoll"],[
|
||||
AC_MSG_ERROR([Could not link with libpoll: library is not installed on this system])
|
||||
])
|
||||
;;
|
||||
esac
|
||||
AC_SUBST(GUILINKFLAGS)
|
||||
|
||||
|
||||
@@ -66,9 +66,6 @@ macx:LIBS += $$LIBS_FWCOMPILER
|
||||
|
||||
INCLUDEPATH += ../compiler_lib ../libfwbuilder/src
|
||||
|
||||
# win32:LIBS += ../compiler_lib/release/compilerdriver.lib
|
||||
# !win32:LIBS += ../compiler_lib/libcompilerdriver.a
|
||||
|
||||
win32:PRE_TARGETDEPS = ../compiler_lib/release/compilerdriver.lib
|
||||
!win32:PRE_TARGETDEPS = ../compiler_lib/libcompilerdriver.a
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ include(../../qmake.inc)
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
|
||||
VERSION = $$SO_VERSION
|
||||
#
|
||||
SOURCES = BaseCompiler.cpp \
|
||||
Compiler.cpp \
|
||||
@@ -27,10 +26,6 @@ HEADERS = BaseCompiler.h \
|
||||
RuleProcessor.h \
|
||||
RoutingCompiler.h
|
||||
|
||||
unix {
|
||||
LIBS += -L../fwbuilder -lfwbuilder
|
||||
}
|
||||
|
||||
TARGET = fwcompiler
|
||||
# target.path = "$$prefix/lib"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user