mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
499 B

--- eApm-0.2/COMPILE.orig-rock-maint 2003-08-29 08:43:25.000000000 +0200
+++ eApm-0.2/COMPILE 2003-08-29 09:06:12.000000000 +0200
@@ -1,6 +1,6 @@
#!/bin/sh
echo "You will get some warnings... it's ok. Read the README"
-g++ eApm.cpp epplet.c -o eApm.epplet -O2 `imlib-config --libs` `imlib-config --cflags`
+g++ eApm.cpp epplet.c -o eApm.epplet -O2 `imlib-config --libs` `imlib-config --cflags` -I$E16/include -L$E16/lib -lepplet
cp -f eApm.epplet $EBIN/eApm.epplet
chmod a+x $EBIN/eApm.epplet