Skip to content

Commit

Permalink
Added support for exception handling in multi-threaded mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezault committed Mar 26, 2016
1 parent 41dcdc1 commit 5560840
Show file tree
Hide file tree
Showing 31 changed files with 603,465 additions and 602,515 deletions.
1 change: 1 addition & 0 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ goto exit
goto c_compilation

:c_compilation
%CC% %CFLAGS% -c %BOOTSTRAP_DIR%\gec18.c
%CC% %CFLAGS% -c %BOOTSTRAP_DIR%\gec17.c
%CC% %CFLAGS% -c %BOOTSTRAP_DIR%\gec16.c
%CC% %CFLAGS% -c %BOOTSTRAP_DIR%\gec15.c
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ BOOTSTRAP_DIR=$GOBO/bin
cd $BIN_DIR

c_compilation() {
$CC $CFLAGS -c $BOOTSTRAP_DIR/gec18.c
$CC $CFLAGS -c $BOOTSTRAP_DIR/gec17.c
$CC $CFLAGS -c $BOOTSTRAP_DIR/gec16.c
$CC $CFLAGS -c $BOOTSTRAP_DIR/gec15.c
Expand Down
Loading

0 comments on commit 5560840

Please sign in to comment.