Branch: refs/heads/master Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Tue, 13 Mar 2012 14:09:47 Commit: a2efc32d1fbdc58b91d10ef34371263656981971 https://github.com/geany/geany/commit/a2efc32d1fbdc58b91d10ef343712636569819...
Log Message: ----------- Add basic install target, requires admin privileges and MSYS
Modified Paths: -------------- makefile.win32
Modified: makefile.win32 9 files changed, 9 insertions(+), 0 deletions(-) =================================================================== @@ -44,3 +44,12 @@ clean: deps cd scintilla && $(MAKE) -f makefile.win32 clean && cd .. cd plugins && $(MAKE) -f makefile.win32 clean && cd .. cd src && $(MAKE) -f makefile.win32 clean && cd .. + +.PHONY: install +DESTDIR='C:/Program Files/Geany' + +# requires admin privileges and MSYS +install: + cp -r data $(DESTDIR) + cp plugins/*.dll $(DESTDIR)/lib + cp geany.exe $(DESTDIR)/bin
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).