~widelands-dev/widelands/hasimusic

« back to all changes in this revision

Viewing changes to utils/win32/mingw/Makefile

  • Committer: fios at foramnagaidhlig
  • Date: 2014-12-01 12:00:01 UTC
  • mto: (7293.1.45 bug-1397500)
  • mto: This revision was merged to the branch mainline in revision 7764.
  • Revision ID: fios@foramnagaidhlig.net-20141201120001-6ui93y5pvf0aubwz
Moved campaigns to data/campaigns.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
dist:
131
131
        @rm -rf ../../../widelands-$(VERSION)
132
132
        @mkdir ../../../widelands-$(VERSION)
133
 
        @cp -r ../../../campaigns ../../../doc ../../../fonts ../../../game_server ../../../locale ../../../maps ../../../music ../../../pics ../../../sound ../../../tribes ../../../txts ../../../world ../../../ChangeLog ../../../COPYING ../../../CREDITS ../../../widelands.exe ../../../widelands-$(VERSION)
 
133
        @cp -r ../../../data/campaigns ../../../doc ../../../fonts ../../../game_server ../../../locale ../../../maps ../../../music ../../../pics ../../../sound ../../../tribes ../../../txts ../../../world ../../../ChangeLog ../../../COPYING ../../../CREDITS ../../../widelands.exe ../../../widelands-$(VERSION)
134
134
        @find ../../../widelands-$(VERSION) -name .svn | xargs rm -rf
135
135
        @find ../../../widelands-$(VERSION) -name .cvsignore | xargs rm -f
136
136
        @echo "    Your build was exported to widelands-$(VERSION)"