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.
|
--- E-PlayCD/COMPILE.orig-rock-maint 2003-08-29 08:40:36.000000000 +0200
|
|
+++ E-PlayCD/COMPILE 2003-08-29 09:04:53.000000000 +0200
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
|
|
-cc eplaycd.c -o E-PlayCD.epplet -ggdb -O3 `imlib-config --libs` `imlib-config --cflags` -lcdaudio -lepplet
|
|
+$CC $CFLAGS eplaycd.c -o E-PlayCD.epplet -O3 `imlib-config --libs` `imlib-config --cflags` -lcdaudio -L$E16/libs -lepplet
|
|
cp -f E-PlayCD.epplet $EBIN/E-PlayCD.epplet
|
|
chmod a+x $EBIN/E-PlayCD.epplet
|
|
|