blob: d972247745e9f6a946cf68161eb94cb56c8734b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- apps/demos/revo/GNUmakefile.orig 2013-10-10 15:00:56.000000000 +0200
+++ apps/demos/revo/GNUmakefile 2013-10-10 15:01:29.000000000 +0200
@@ -8,9 +8,9 @@
CXXFILES = revo.c++ RevClass.c++ profile.c++
-LLDOPTS += -L../../samples/common
+LLDOPTS +=
-LLDLIBS = -lcommon -lInventor -lInventorXt
+LLDLIBS = ../../samples/common/libcommon.a -lInventor -lInventorXt
all: all_ivbin
|