Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Aug 24, 2023
1 parent 86e57f5 commit 7eaa862
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Makevars.ucrt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ PKG_LIBS = \

CXX_STD = CXX

#all: clean winlibs
all: clean winlibs

#winlibs:
# cp -r "$(R_TOOLS_SOFT)/share/gdal" ../inst/
# cp -r "$(R_TOOLS_SOFT)/share/proj" ../inst/
winlibs:
cp -r "$(R_TOOLS_SOFT)/share/gdal" ../inst/
cp -r "$(R_TOOLS_SOFT)/share/proj" ../inst/

#clean:
# rm -f $(SHLIB) $(OBJECTS)
clean:
rm -f $(SHLIB) $(OBJECTS)

#.PHONY: all winlibs clean
.PHONY: all winlibs clean

0 comments on commit 7eaa862

Please sign in to comment.