mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-20 14:15:24 -06:00
15 lines
161 B
Text
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
|
|
|