--- ./wmcdplay.cc.00	1998-09-05 17:11:26.000000000 +0200
+++ ./wmcdplay.cc	2007-02-15 22:42:36.000000000 +0100
@@ -11,16 +11,16 @@
 // --------------------------------------
 
 // User defines - standard
-#define WINDOWMAKER false
+#define WINDOWMAKER true
 #define USESHAPE    false
 #define AFTERSTEP   false
 #define NORMSIZE    64
 #define ASTEPSIZE   56
 #define NAME        "wmcdplay"
-#define CLASS       "WMCDPlay"
+#define CLASS       "DockApp"
 
 // User defines - custom
-#define SYSARTDIR   "/usr/X11R6/lib/X11/wmcdplay/"
+#define SYSARTDIR   "/usr/share/wmcdplay/"
 #define CDDEV       "/dev/cdrom"
 #define BACKCOLOR   "#282828"
 #define LEDCOLOR    "green"
--- ./Imakefile.00	1998-09-05 17:11:26.000000000 +0200
+++ ./Imakefile	2007-02-15 22:41:16.000000000 +0100
@@ -1,3 +1,5 @@
+CC = c++
+
 DEPLIBS = $(DEPXLIB) 
 
 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
@@ -5,4 +7,4 @@
 SRCS = wmcdplay.cc
 OBJS = wmcdplay.o
 
-ComplexProgramTarget(wmcdplay)
+ComplexProgramTargetNoMan(wmcdplay)
