aboutsummaryrefslogtreecommitdiff
path: root/src/msvcbuild.bat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2026-01-091-1/+1
|\
| * Bump copyright date.Mike Pall2026-01-091-1/+1
| |
* | Windows: Fix lua52compat option for msvcbuild.bat.Mike Pall2025-10-281-6/+6
| | | | | | | | Thanks to Alex Orlenko. #1395 #1366
* | Windows: Add lua52compat option to msvcbuild.bat.Mike Pall2025-07-241-5/+10
| | | | | | | | Thanks to Gil Reis. #1366
* | Windows: Allow mixed builds with msvcbuild.bat.Mike Pall2025-03-091-2/+7
| | | | | | | | Suggested by alex4814. #1341
* | Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\|
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | Windows: Allow amalgamated static builds with msvcbuild.bat.Mike Pall2024-11-141-3/+10
| | | | | | | | Reported by Naman Dixit. #1289
* | Windows/MSVC: Cleanup msvcbuild.bat and always generate PDB.Mike Pall2024-04-191-8/+12
| | | | | | | | Thanks to Miku AuahDark. #1127
* | Merge branch 'master' into v2.1Mike Pall2023-12-101-2/+4
|\|
| * Fix runtime library flags for MSVC debug builds.Mike Pall2023-12-101-2/+4
| | | | | | | | Reported by igor725. #1127
* | Windows/ARM64: Add MSVC cross-build support for x64 to ARM64.Mike Pall2023-09-171-1/+14
| | | | | | | | Thanks to invertego. #1081
* | Windows/ARM64: Add initial support.Mike Pall2023-09-101-5/+11
| | | | | | | | | | Only builds with native ARM64 Visual Studio for now. Thanks to vanc and Stephen Just. #593 #964
* | Merge branch 'master' into v2.1Mike Pall2023-08-281-1/+1
|\|
| * Handle non-.git checkout with .relver in .bat-file builds.Mike Pall2023-08-281-1/+1
| | | | | | | | Thanks to Simon Cooke.
* | Merge branch 'master' into v2.1Mike Pall2023-08-211-1/+1
|\|
| * Fix Windows build scripts for rolling releases.Mike Pall2023-08-211-1/+1
| | | | | | | | Reported by Miku AuahDark.
* | Merge branch 'master' into v2.1Mike Pall2023-08-211-0/+3
|\|
| * Switch MSVC and console build scripts to rolling releases.Mike Pall2023-08-211-0/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | Fix .bat file builds.Mike Pall2021-03-261-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | x64: Enable LJ_GC64 mode by default.Mike Pall2019-12-081-5/+7
| |
* | Merge branch 'master' into v2.1Mike Pall2019-12-081-12/+15
|\|
| * Update MSVC build script and docs.Mike Pall2019-12-081-12/+14
| |
* | Merge branch 'master' into v2.1Mike Pall2017-04-171-1/+1
|\|
| * Add workaround for MSVC 2015 stdio changes.Mike Pall2017-04-171-1/+1
| | | | | | | | Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | LJ_GC64: Add build options and install instructions.Mike Pall2017-01-171-1/+7
| |
* | Windows/x86: Add MSVC flags for debug build with exception interop.Mike Pall2016-09-061-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-281-0/+2
|\|
| * Windows: Remove intermediate files at end of build.Mike Pall2016-03-281-0/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-11-211-5/+5
|\|
| * Improve msvcbuild.bat static linking.Mike Pall2013-11-211-5/+5
| |
* | Merge branch 'master' into v2.1Mike Pall2013-02-261-6/+8
|\|
| * Allow changing *.dll/*.lib name in msvcbuild.bat.Mike Pall2013-02-261-6/+8
| |
* | x86: Remove x87 support from interpreter.Mike Pall2013-02-211-0/+1
|/ | | | SSE2 required from now on.