W dniu 2010-05-14 10:09, [email protected] pisze:
2. When I first downloaded GDAL for my project, I used the original nmake
version of the project. But it kind of inefficient because every time I
need to build my solution, the GDAL will always do a clean build, even if
I didn't change any part of the code. Then I tried the VTP's Visual C++
Projects and see that it requires some dependencies. What libraries do
GDAL depends on? I tried googling for "GDAL dependencies" but none came up
that lists all the required dependencies.



To avoid rebuilding GDAL just change your makefile.vc. This will make you some clue:

default:
        if not exist gdal.lib $(MAKE) /f makefile.vc default2

default2:    port_dir ogr_dir core_dir frmts_dir $(VB6_TARGET) $(GDAL_DLL) \
        plugin_dir apps_dir

/Peter




_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to