3 # NMAKE Makefile to build GEOS on Windows
\r
4 ###############################################################################
\r
5 # This makefile.vc delegates making targets to src\makefile.vc
\r
6 # so it's just a thin wrapper.
\r
8 # Building on Win32 with Visual Studio
\r
9 # ------------------------------------
\r
11 # 1) Requires Visual C++ 2002 or later
\r
12 # 2) Build running command "nmake /f makefile.vc" in top-level directory
\r
15 # src\geos.dll: DLL - only exports the C API
\r
16 # src\geos_i.lib: Stub library to link against for use of geos.dll.
\r
17 # src\geos.lib: static library for use of C or C++ API.
\r
18 ###############################################################################
\r
20 !INCLUDE $(GEOS_ROOT)\nmake.opt
\r
26 $(MAKE) /f makefile.vc
\r
31 $(MAKE) /f makefile.vc clean
\r