|
@@ -6,7 +6,7 @@ usage()
|
|
Usage: geos-config [OPTIONS]
|
|
Usage: geos-config [OPTIONS]
|
|
Options:
|
|
Options:
|
|
[--prefix]
|
|
[--prefix]
|
|
- [--libs]
|
|
|
|
|
|
+ [--clibs]
|
|
[--cflags]
|
|
[--cflags]
|
|
[--ldflags]
|
|
[--ldflags]
|
|
[--includes]
|
|
[--includes]
|
|
@@ -28,7 +28,7 @@ case $1 in
|
|
--cflags)
|
|
--cflags)
|
|
echo -I$OSGEO4W_ROOT_MSYS/include
|
|
echo -I$OSGEO4W_ROOT_MSYS/include
|
|
;;
|
|
;;
|
|
- --libs)
|
|
|
|
|
|
+ --clibs)
|
|
echo $OSGEO4W_ROOT_MSYS/lib/geos_c.lib
|
|
echo $OSGEO4W_ROOT_MSYS/lib/geos_c.lib
|
|
;;
|
|
;;
|
|
--ldflags)
|
|
--ldflags)
|