mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 06:12:47 -06:00
13 lines
151 B
Text
13 lines
151 B
Text
|
|
OBJ = rdataset.obj rcreatecopy.obj
|
|
|
|
GDAL_ROOT = ..\..
|
|
|
|
!INCLUDE $(GDAL_ROOT)\nmake.opt
|
|
|
|
default: $(OBJ)
|
|
xcopy /D /Y *.obj ..\o
|
|
|
|
clean:
|
|
-del *.obj
|
|
|