aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/gnumake-icc-ext.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-04-10 22:22:40 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-04-10 22:22:40 +0000
commitce10fc0a7c760656a3577068e1457043a3d6ffd1 (patch)
tree4cb9186181c5e0dc705f6b39b6d34bd5ab0ca5ea /externals/grill/flext/buildsys/lnx/gnumake-icc-ext.inc
parentd2744cd4b8d9bef38086526e8e487bafed1fad84 (diff)
fixed library versioning
updates for build system small fix updates to build system fix tutorial compilation install build system and a convenient script first steps to flext framework for OSX svn path=/trunk/; revision=2707
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/gnumake-icc-ext.inc')
-rw-r--r--externals/grill/flext/buildsys/lnx/gnumake-icc-ext.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/externals/grill/flext/buildsys/lnx/gnumake-icc-ext.inc b/externals/grill/flext/buildsys/lnx/gnumake-icc-ext.inc
index 58bb7c3d..d19d5966 100644
--- a/externals/grill/flext/buildsys/lnx/gnumake-icc-ext.inc
+++ b/externals/grill/flext/buildsys/lnx/gnumake-icc-ext.inc
@@ -1,9 +1,7 @@
# build class specific settings
-TARGET=$(TARGETPATH)/$(OUTNAME).$(EXT)
-
INCPATH += -I$(FLEXTINC)
-LIBPATH += -L$(FLEXTLIB) -L$(FLEXTSHLIB)
+LIBPATH += -L$(FLEXTLIB)
LIBS += -l$(FLEXTNAME)
##############################################