make build process saner (emit binaries into root rather than spray them through /bin/Debug/)

This commit is contained in:
Chris Forbes
2010-05-27 20:59:02 +12:00
parent 4dcc65237d
commit ce9f7666b4
11 changed files with 18 additions and 128 deletions

View File

@@ -52,8 +52,8 @@ Var StartMenuFolder
;***************************
Section "Client" Client
SetOutPath "$INSTDIR"
File "..\..\OpenRA.Game\bin\Debug\OpenRA.Game.exe"
File "..\..\OpenRA.Game\bin\Debug\OpenRA.FileFormats.dll"
File "..\..\OpenRA.Game.exe"
File "..\..\OpenRA.FileFormats.dll"
File "..\..\OpenRA.Gl.dll"
File "..\..\COPYING"
File "..\..\HACKING"
@@ -85,7 +85,7 @@ SectionEnd
Section "Editor" Editor
SetOutPath "$INSTDIR"
File "..\..\OpenRA.Editor\bin\Debug\OpenRA.Editor.exe"
File "..\..\OpenRA.Editor.exe"
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
CreateDirectory "$SMPROGRAMS\$StartMenuFolder"