Add GEOSSTRtree_nearest API
[geos.git] / autogen.bat
blob0ed92bb2b40e4c89aae37d3478e8858af8929087
1 @ECHO OFF\r
2 REM\r
3 REM This script generates headers for use with Visual C++ only\r
4 REM\r
5 REM Usage:\r
6 REM .\autogen.bat\r
7 REM nmake -f makefile.vc\r
8 REM\r
9 REM NOTE: DO NOT include this script in GEOS sources distribution\r
10 REM\r
12 set GEOS_HEADERS=include\geos\r
14 COPY %GEOS_HEADERS%\version.h.vc %GEOS_HEADERS%\version.h \r
15 COPY %GEOS_HEADERS%\platform.h.vc %GEOS_HEADERS%\platform.h\r
16 COPY capi\geos_c.h.in capi\geos_c.h\r