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

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