Skip to content

Commit

Permalink
FEAT: prebuild r3 binary (version 0.2.40) for making OSX versions on …
Browse files Browse the repository at this point in the history
…macOS using the interactive script
  • Loading branch information
Oldes committed Oct 26, 2017
1 parent f642f26 commit 820dffc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions make-MacOS.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./make/prebuild/r3-make-osx -qs make/make.r3
25 changes: 13 additions & 12 deletions make/make.r3
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,22 @@ cmd-actions: [

settings: []

either system/version/4 = 3 [;Windows
MV: {move /Y }
BIN_SUFFIX: %.exe
LIB_SUFFIX: %.dll
LS: {dir }
][
MV: {mv -f }
LS: {ls -la }
BIN_SUFFIX: %""
LIB_SUFFIX: %.so
]

rebol-tool: to-local-file join %prebuild/r3-make switch/default system/version/4 [
1 [%-amiga ]
2 [
LIB_SUFFIX: %.dylib
append settings [
"OSX - PPC" [0.2.04 %../build/osx-ppc/ ""]
"OSX - Intel" [0.2.05 %../build/osx-intel/ ""]
Expand Down Expand Up @@ -50,18 +63,6 @@ rebol-tool: to-local-file join %prebuild/r3-make switch/default system/version/4
13 [%-android]
][ %"" ]

either system/version/4 = 3 [;Windows
MV: {move /Y }
BIN_SUFFIX: %.exe
LIB_SUFFIX: %.dll
LS: {dir }
][
MV: {mv -f }
LS: {ls -la }
BIN_SUFFIX: %""
LIB_SUFFIX: %.so
]

i: 1
foreach [name data] settings [
set [OS_ID BUILD_DIR TOOLS] data
Expand Down
Binary file added make/prebuild/r3-make-osx
Binary file not shown.

0 comments on commit 820dffc

Please sign in to comment.