nmake.opt | nmake.opt | |||
---|---|---|---|---|
# Directory tree where SpatiaLite will be installed. | # Directory tree where SpatiaLite will be installed. | |||
INSTDIR=C:\OSGeo4W | INSTDIR=C:\OSGeo4W | |||
# Uncomment the first for an optimized build, or the second for debug. | # Uncomment the first for an optimized build, or the second for debug. | |||
OPTFLAGS= /nologo /Ox /fp:precise /W3 /MD /D_CRT_SECURE_NO_WARNINGS \ | OPTFLAGS= /nologo /Ox /fp:precise /W3 /MD /D_CRT_SECURE_NO_WARNINGS \ | |||
/D_LARGE_FILE=1 /D_FILE_OFFSET_BITS=64 /D_LARGEFILE_SOURCE=1 \ | /D_LARGE_FILE=1 /D_FILE_OFFSET_BITS=64 /D_LARGEFILE_SOURCE=1 \ | |||
/DSQLITE_ENABLE_RTREE=1 /DYY_NO_UNISTD_H=1 /DDLL_EXPORT \ | /DSQLITE_ENABLE_RTREE=1 /DYY_NO_UNISTD_H=1 /DDLL_EXPORT \ | |||
/DVERSION=\"3.0.0-stable\" | /DVERSION=\"3.0.1\" | |||
#OPTFLAGS= /nologo /Zi /MD /Fdspatialite.pdb /DDLL_EXPORT | #OPTFLAGS= /nologo /Zi /MD /Fdspatialite.pdb /DDLL_EXPORT | |||
# Set the version number for the DLL. Normally we leave this blank since | # 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 | # we want software that is dynamically loading the DLL to have no problem | |||
# with version numbers. | # with version numbers. | |||
VERSION= | VERSION= | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |