diff Makefile.in @ 193:efd4703450fa

Build test application on Unix too... and also fixed GTK to allow OS/2 style colors in dw_color_xxx_set().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 17 Jan 2003 23:52:44 +0000
parents b479002e013f
children 967b8cd9deb4
line wrap: on
line diff
--- a/Makefile.in	Fri Jan 17 23:28:28 2003 +0000
+++ b/Makefile.in	Fri Jan 17 23:52:44 2003 +0000
@@ -99,3 +99,6 @@
         
 $(SYSCONF_LINK_TARGET): $(OBJECTS) 
 	$(SYSCONF_LINK_LIB)
+
+dwtest: dwtest.o
+	$(CC) -o dwtest dwtest.o -Llib -ldw -ldwcompat $(LFLAGS)