[Gdal-dev] win32 makefiles
br
br at forstware.de
Sat Feb 3 08:12:03 EST 2007
Hello,
here are some small changes I have made to \gdal\nmake.opt and
\gdal\ogr\Makefile
to be able to choose Debug or Release and /MD or /MT compiles on the command
line.
The ogr\Makefile was changed because /MT switch was hard coded.
nmake -f makefile.vc DEBUG=1
--> makes /MDd debug build
and
nmake -f makefile.vc MT=1
--> makes /MT release build
(JASPER and MrSid are uncommented in nmake.opt)
Maybe it's helpfull for someone else who must work with MS
Bjoern
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nmake.opt
Type: application/octet-stream
Size: 10936 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/gdal-dev/attachments/20070203/612fd599/nmake.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 4518 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/gdal-dev/attachments/20070203/612fd599/Makefile.obj
More information about the Gdal-dev
mailing list