package modchooser

This commit is contained in:
Matthias Mailänder
2014-04-05 12:36:40 +02:00
parent 967128a14c
commit 0caeb28abd
3 changed files with 7 additions and 5 deletions

View File

@@ -1,16 +1,16 @@
; Copyright 2007-2013 OpenRA developers (see AUTHORS)
; Copyright 2007-2014 OpenRA developers (see AUTHORS)
; This file is part of OpenRA.
;
;
; OpenRA is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3 of the License, or
; (at your option) any later version.
;
;
; OpenRA is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
;
; You should have received a copy of the GNU General Public License
; along with OpenRA. If not, see <http://www.gnu.org/licenses/>.
@@ -62,6 +62,7 @@ Section "Game" GAME
File /r "${SRCDIR}\mods\cnc"
File /r "${SRCDIR}\mods\d2k"
File /r "${SRCDIR}\mods\ra"
File /r "${SRCDIR}\mods\modchooser"
SetOutPath "$INSTDIR"
File "${SRCDIR}\OpenRA.Game.exe"
File "${SRCDIR}\OpenRA.Utility.exe"