15 Commits

Author SHA1 Message Date
Zangetsu38 5ec1cfde34 external: Fix link to pre-built OpenSSL by updating it to 3.4.
gen-windows: Set title for generating Vita3K project files.
2025-03-02 00:36:03 +03:00
xero-lib 24a99a9176 build: corrected windows build dir, reduced .gitignore 2022-08-04 05:47:40 +02:00
hobyst 27e0c03066 Build: Add CMake presets and export compile commands
- Delete CMake toolchain files in favor of CMake presets
- Delete gen-macos.sh due to deprecation of macOS support
- Enable export compile comands for vita3k/ targets
which makes CMake export the compilation commands for every single
CMake target under the scope of the vita3k/ directory so that the build
process can be exposed to other applications such as Cppcheck through
the compile_commands.json file
2022-06-20 00:52:21 +02:00
Zangetsu38 fb969fe311 build: add support of VS 2022.
- external: update boost to 1.78.
- gen-windows: using version of VS installed.
2021-12-13 19:12:39 +01:00
Zangetsu38 27da13be20 project: fix typo on gen-windows & building.
- fix generate project.
- add pause in end script for can view result.
2021-06-17 01:27:51 +07:00
hobyst b807ddc78e Removes old build method
- Updates GitHub workflows to use the CMake toolchain files
- Updates building.md to reflect the new build method
- Updates old build scripts to just use the CMake project generation command
2021-06-16 15:12:10 +09:00
Zangetsu38 fc5b45e11c buid: remove select choice visual studio.
- vs 2017 is no longer supported.
2021-03-30 23:43:00 +02:00
ichisadashioko f557ea739e vita3k: update build instructions (#686)
- Turn off USE_DISCORD_RICH_PRESENCE because the binaries are not always
compatible with Linux build.
- Update build instructions for Linux, Windows and macOS
- Update ext-boost for fixing missing headers
2020-04-29 15:12:28 -04:00
Margen67 d23ac10238 gen-windows.bat: Change default to Visual Studio 2019 2020-03-06 07:54:10 -05:00
Nick Renieris 2c4580f2c9 build/windows: Build ext-boost on VS 2019 too
Also:
- Don't build if it's already built
2019-10-29 02:47:37 +01:00
Nicolas Jallamion 06299de242 emulator: Refactor file structure (#557)
Also:
- external: update some submodules.
2019-08-28 16:52:07 +03:00
Zangetsu38 de7f1dcff3 build/windows: Ask user for vs17/vs19 version. 2019-05-20 12:33:21 +03:00
scribam 1c60ccc421 cmake/ci: Generate "Release" Visual Studio solution only 2019-01-15 22:25:19 +02:00
Rinnegatamante 916e20239f Forcing MSVC detection on boost build. 2018-10-02 19:00:12 +03:00
Nick Renieris c8c78197a9 build: Fix linux script & change build script naming 2018-09-19 17:41:50 +03:00