diff options
Diffstat (limited to 'make-macosx-ub.sh')
-rwxr-xr-x | make-macosx-ub.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh index 515bb03e..987164d7 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -30,15 +30,9 @@ BASE_OBJ=" build/release-darwin-ppc/$BASEDIR/gameppc.dylib " RENDER_OBJ=" - build/release-darwin-x86_64/renderer_opengl1_smp_x86_64.dylib - build/release-darwin-x86/renderer_opengl1_smp_x86.dylib - build/release-darwin-ppc/renderer_opengl1_smp_ppc.dylib build/release-darwin-x86_64/renderer_opengl1_x86_64.dylib build/release-darwin-x86/renderer_opengl1_x86.dylib build/release-darwin-ppc/renderer_opengl1_ppc.dylib - build/release-darwin-x86_64/renderer_rend2_smp_x86_64.dylib - build/release-darwin-x86/renderer_rend2_smp_x86.dylib - build/release-darwin-ppc/renderer_rend2_smp_ppc.dylib build/release-darwin-x86_64/renderer_rend2_x86_64.dylib build/release-darwin-x86/renderer_rend2_x86.dylib build/release-darwin-ppc/renderer_rend2_ppc.dylib |