OBJ	=	gdalconst_wrap.obj

GDAL_ROOT	=	..\..\..

!INCLUDE $(GDAL_ROOT)\nmake.opt

default:	$(OBJ)
	copy *.obj ..

clean:
	-del *.obj
	-del *.cs
	-del *.c

