Skip to content

Instantly share code, notes, and snippets.

@dch
Created May 30, 2012 06:27
Show Gist options
  • Save dch/2834090 to your computer and use it in GitHub Desktop.
Save dch/2834090 to your computer and use it in GitHub Desktop.
geos nif compilation command
cl.exe
-LD -MD -Zi -Wall
-Ic:/erlang/lib/erl_interface-3.7.7/include
-Ic:/erlang/usr/include
-Iz:/source/erlgeom/deps/geos/include
..\c_src\erlgeom.c
-link
-LIBPATH:c:/erlang/lib/erl_interface-3.7.7/lib
-LIBPATH:c:/erlang/usr/lib
-LIBPATH:z:/source/erlgeom/deps/geos/lib
erl_interface.lib
ei.lib
geos_c.lib
-DLL
cl.exe -LD -MD -Zi -Wall -Ic:/erlang/lib/erl_interface-3.7.7/include -Ic:/erlang/usr/include -Iz:/source/erlgeom/deps/geos/include ..\c_src\erlgeom.c -link -LIBPATH:c:/erlang/lib/erl_interface-3.7.7/lib -LIBPATH:c:/erlang/usr/lib -LIBPATH:z:/source/erlgeom/deps/geos/lib erl_interface.lib ei.lib geos_c.lib -DLL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment