Remove server from makefile/packaging scripts
This commit is contained in:
@@ -54,9 +54,6 @@ export AS="as -arch i386"
|
||||
export CC="gcc -arch i386 -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk"
|
||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig/
|
||||
|
||||
# Package the server binary
|
||||
mkbundle --deps --static -z -o openra_server OpenRA.Server.exe OpenRA.FileFormats.dll thirdparty/Tao/Tao.Sdl.dll
|
||||
|
||||
# Package the game binary
|
||||
mkbundle --deps --static -z -o OpenRA OpenRA.Game.exe OpenRA.Gl.dll OpenRA.FileFormats.dll thirdparty/Tao/Tao.Cg.dll thirdparty/Tao/Tao.OpenGl.dll thirdparty/Tao/Tao.OpenAl.dll thirdparty/Tao/Tao.FreeType.dll thirdparty/Tao/Tao.Sdl.dll
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ title=OpenRA
|
||||
size=70m
|
||||
dmgName=OpenRA.dmg
|
||||
|
||||
mv openra_server ${source}
|
||||
mv OpenRA.app ${source}
|
||||
|
||||
hdiutil create -srcfolder "${source}" -volname "${title}" -fs HFS+ -fsargs "-c c=64,a=16,e=16" -format UDRW -size ${size} temp.dmg
|
||||
@@ -23,7 +22,6 @@ echo '
|
||||
set background picture of theViewOptions to file ".background:bg.png"
|
||||
make new alias file at container window to POSIX file "/Applications" with properties {name:"Applications"}
|
||||
set position of item "OpenRA.app" of container window to {100, 90}
|
||||
set position of item "openra_server" of container window to {100, 210}
|
||||
set position of item "Applications" of container window to {375, 150}
|
||||
close
|
||||
open
|
||||
@@ -38,5 +36,4 @@ sync
|
||||
hdiutil detach ${device}
|
||||
hdiutil convert "./temp.dmg" -format UDZO -imagekey zlib-level=9 -o "${dmgName}"
|
||||
rm -f ./temp.dmg
|
||||
rm -rf ${source}OpenRA.app
|
||||
rm -f ${source}openra_server
|
||||
rm -rf ${source}OpenRA.app
|
||||
Reference in New Issue
Block a user