ultimatepp/bazaar/plugin/geotiff/libgeotiff/makefile.vc
cxl b67920c1ca bazaar: plugin/geotiff
git-svn-id: svn://ultimatepp.org/upp/trunk@7587 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-12 18:56:26 +00:00

27 lines
370 B
Text

EXTRAFLAGS = -I..\libtiff -DBUILD_AS_DLL
OBJ = \
xtiff.obj \
geo_free.obj \
geo_get.obj \
geo_names.obj \
geo_new.obj \
geo_print.obj \
geo_set.obj \
geo_tiffp.obj \
geo_write.obj \
geo_normalize.obj \
geo_extra.obj \
geotiff_proj4.obj
GDAL_ROOT = ..\..\..
!INCLUDE $(GDAL_ROOT)\nmake.opt
default: $(OBJ)
xcopy /D /Y *.obj ..\..\o
clean:
del *.obj