[gdal-dev] Hi.
Piotr Tracz
piotr at cgis.pl
Fri May 14 05:59:06 EDT 2010
W dniu 2010-05-14 10:09, benang at cs.its.ac.id 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
More information about the gdal-dev
mailing list