Initialize LineIntersector::isProperVar in constructor (not really needed but makes...
[geos.git] / autogen.bat
blobfb84da0a2a7430ca271039319b01a3431711340b
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 .\autogen.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=include\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