Change return values for GEOSWKBWriter_getIncludeSRID_r to match function signature.
[geos.git] / bootstrap.bat
blob72191b9d37e5c586621f47f7acf9144ed2cb9f6e
1 @ECHO OFF\r
2 REM $Id$\r
3 REM\r
4 REM This script generates headers for use with Visual C++ only\r
5 REM\r
6 REM Usage:\r
7 REM .\bootstrap.bat\r
8 REM nmake -f makefile.vc\r
9 REM\r
10 REM NOTE: DO NOT include this script in GEOS sources distribution\r
11 REM\r
13 set GEOS_HEADERS=source\headers\geos\r
15 COPY %GEOS_HEADERS%\version.h.vc %GEOS_HEADERS%\version.h \r
16 COPY %GEOS_HEADERS%\platform.h.vc %GEOS_HEADERS%\platform.h\r
17 COPY capi\geos_c.h.in capi\geos_c.h\r