ultimatepp/bazaar/plugin/gdal/frmts/til/makefile.vc
cxl 23ff1e7e82 .gdal moved to bazaar
git-svn-id: svn://ultimatepp.org/upp/trunk@9273 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-12-07 13:36:24 +00:00

15 lines
161 B
Text

OBJ = tildataset.obj
GDAL_ROOT = ..\..
EXTRAFLAGS = -I..\vrt
!INCLUDE $(GDAL_ROOT)\nmake.opt
default: $(OBJ)
xcopy /D /Y *.obj ..\o
clean:
-del *.obj