comparison dw-config.in @ 441:b559c06a76c2

Implemented more functionality on MacOS and include the platform define in the dw-config C flags.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 30 May 2003 00:47:47 +0000
parents dea8021b4f47
children 06be879f5137
comparison
equal deleted inserted replaced
440:9af47c551a56 441:b559c06a76c2
1 #!/bin/sh 1 #!/bin/sh
2 2
3 dw_libs="@LIBS@" 3 dw_libs="@LIBS@"
4 dw_cflags="@CFLAGS@" 4 dw_cflags="@CFLAGS@ -D@DW_DEFINE@"
5 5
6 prefix=@prefix@ 6 prefix=@prefix@
7 exec_prefix=@exec_prefix@ 7 exec_prefix=@exec_prefix@
8 exec_prefix_set=no 8 exec_prefix_set=no
9 9