Skip to content

Commit

Permalink
install target now installs manifest files.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/trunk@8944 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
syperk committed Dec 30, 2005
1 parent fb33748 commit 15c0333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile.vc
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ install: $(GDAL_DLL) apps_dir pymod_dir
-mkdir $(BINDIR)
-mkdir $(DATADIR)
xcopy /y /r /d /f $(GDAL_DLL) $(BINDIR)
if exist $(GDAL_DLL).manifest xcopy /y /r /d /f $(GDAL_DLL).manifest $(BINDIR)
cd apps
$(MAKE) /f makefile.vc install
cd ..\pymod
Expand Down

0 comments on commit 15c0333

Please sign in to comment.