Created
May 30, 2012 06:27
-
-
Save dch/2834090 to your computer and use it in GitHub Desktop.
geos nif compilation command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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