Skip to content

Commit

Permalink
COMP: Adding make file for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichel-otb committed Jul 7, 2016
1 parent f7fbcc2 commit 318ed3d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gdal/frmts/cderived/makefile.vc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

OBJ = cderiveddataset.obj

GDAL_ROOT = ..\..

!INCLUDE $(GDAL_ROOT)\nmake.opt

default: $(OBJ)
xcopy /D /Y *.obj ..\o

clean:
-del *.obj

0 comments on commit 318ed3d

Please sign in to comment.