forked from rttopo/librttopo
14 lines
466 B
Plaintext
14 lines
466 B
Plaintext
# Directory tree where RTTOPO will be installed.
|
|
INSTDIR=C:\OSGeo4W
|
|
|
|
# Uncomment the first for an optimized build, or the second for debug.
|
|
OPTFLAGS= /nologo /Ox /fp:precise /W4 /MD /D_CRT_SECURE_NO_WARNINGS \
|
|
/DDLL_EXPORT
|
|
#OPTFLAGS= /nologo /Zi /MD /Fdlibrttopo.pdb /DDLL_EXPORT
|
|
|
|
# Set the version number for the DLL. Normally we leave this blank since
|
|
# we want software that is dynamically loading the DLL to have no problem
|
|
# with version numbers.
|
|
VERSION=
|
|
|