3 REM This script generates headers for use with Visual C++ only
\r
7 REM nmake -f makefile.vc
\r
9 REM NOTE: DO NOT include this script in GEOS sources distribution
\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