From 978143858246e12df1f29b8a363993990b617c31 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Fri, 19 Oct 2018 14:56:01 +0200 Subject: [PATCH] Added some links to building.md --- building.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/building.md b/building.md index 82b0d2c..a40c3f8 100644 --- a/building.md +++ b/building.md @@ -48,6 +48,15 @@ The source code is in two repositories: You only need to check out the first of the two, the `emperl5` repository is checked out by the build script. +Some of the central source files of WebPerl are: + +- [`webperl/build/build.pl`](https://github.com/haukex/webperl/blob/master/build/build.pl) +- [`emperl5/hints/emscripten.sh`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/hints/emscripten.sh) +- [`emperl5/perlmain_noexit_patch`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/perlmain_noexit_patch) +- [`emperl5/ext/WebPerl/WebPerl.xs`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/ext/WebPerl/WebPerl.xs) +- [`emperl5/ext/WebPerl/WebPerl.pm`](https://github.com/haukex/emperl5/blob/emperl_v5.28.0/ext/WebPerl/WebPerl.pm) +- [`webperl/web/webperl.js`](https://github.com/haukex/webperl/blob/master/web/webperl.js) + Running the Build -----------------