summaryrefslogtreecommitdiffhomepage
path: root/projects/scripts/build-windows.bat
AgeCommit message (Collapse)Author
2022-08-06Review projects details for raylib 4.2Ray
2021-09-30Cleanup x64/x86 options in scripts/build-windows.bat (#2023)Dennis E. Hamilton
* Match build-windows.bat changes The location for manual setting of the vcvarsall.bat location moved to line 38 in the latest change. * Update flags for clean x64/x86 building std:c11 is required for initialization features used in raylib. UTF-8 for consistency in contemporary systems. /W3 gets rid of puzzling slack byte and linker in-lining warnings. /sdl for some insecure library usages in the user code that beginners should learn about early.
2021-09-22WARNING: MODULES RENAMING!!!Ray
raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change.
2020-08-10Making the windows build script a bit faster by verifying if the msvc ↵Henrique de Lima
environment was set up previously and only setting it up if it wasn't (#1346)
2020-03-16Adding the option to change the target platform(x86/x64), Generating the ↵Henrique de Lima
.pdb file on debug builds, and correcting comments that called the script 'windows-build.bat' instead of 'build-windows.bat' (#1133)
2019-05-29Fix and update projects/scriptsJens Pitkanen
2019-02-12Review scripts name and mini_al inclusionRay