aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat (follow)
AgeCommit message (Collapse)AuthorLines
2019-06-20Verify working meson build on windows.meson-onlyCalvin Rose-2/+2
Using MSVC, no need for GNU tools.
2019-06-01More work on installation and moving files around.Calvin Rose-3/+5
Move all installed libraries into auxlib. Move all installed executable scripts into auxbin.
2019-05-28Work on windows installer.Calvin Rose-2/+6
We will probably shift to NSIS as the default installation method for windows. Shipping around a single binary just doesn't cut it if we want to be able to reliably use tools like `jpm` to build things.
2019-05-27Add jpm tool, based on cook.Calvin Rose-0/+1
Modify cook as well.
2019-05-23Disable faulty embed test.Calvin Rose-8/+0
This needs more work on windows. However, the initial goal of fixing the amalgamated build on windows should be ok for now.
2019-05-23Link freebsd build.Calvin Rose-7/+17
Also begin work on CI amalg test for windows.
2019-03-24Appveyor build issuesCalvin Rose-5/+5
Revert some externeous changes in build_win.bat to see what happens.
2019-03-23Update build_win.bat to handle new amalg script.Calvin Rose-6/+13
2019-03-22Boot executable invocation has changed.Calvin Rose-3/+1
2019-03-22Merge core.janet into boot.janetCalvin Rose-4/+0
This simplifies the build machinery a bit. core.janet is never actually included in the final binary, it is just used to generate an image file.
2019-03-22Add experimental meson build.Calvin Rose-0/+1
Should help with IDE integration.
2019-02-18Update build script for windows.Calvin Rose-0/+1
2019-02-18Rename the header <janet/janet.h> to <janet.h>Calvin Rose-1/+1
Makes it easier to use and remember, and makes the variable `module/*headerpath*` make more sense.
2019-02-18Simpler way to set JANET_PATH at compile time.Calvin Rose-0/+1
2019-02-08Fix build_win.batCalvin Rose-1/+1
2019-02-08Try to update windows build for core image.core-imageCalvin Rose-1/+23
2019-01-30Cooking on windowsFyodor Shchukin-0/+2
2019-01-26Generated files go to the same location on win32.Calvin Rose-4/+4
2019-01-24Add amalgamation to windows distributionCalvin Rose-0/+1
2018-12-25Move gendoc.janet script.Calvin Rose-1/+1
2018-12-22Fix string/number issue.Calvin Rose-1/+0
2018-12-17Add documentation to generated distributionCalvin Rose-0/+1
archive.
2018-12-15Add doc files to distribution archives.Calvin Rose-1/+2
2018-12-15Add debug functions to janet.hCalvin Rose-4/+4
Update version to 0.2.0 for next release. Fix whitespace in build_win.bat
2018-12-09Move tools out of src (src should beCalvin Rose-1/+1
only code that goes into final binary).
2018-12-08Update build script, remove windows build issues.Calvin Rose-0/+1
2018-12-08OopsCalvin Rose-1/+2
2018-12-08No .exp!Calvin Rose-1/+0
2018-12-08Update appveyor and windows build_win script.Calvin Rose-0/+12
2018-12-06Don't use generated headers for embedded janetCalvin Rose-3/+9
code, use object files.
2018-09-05Rename to janetCalvin Rose-14/+14
2018-08-07Local changes.Calvin Rose-0/+98