diff options
| author | Dennis E. Hamilton <[email protected]> | 2021-10-03 03:13:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-03 12:13:46 +0200 |
| commit | f60e0e6c948e346b8545d2cff58046dc264a64c3 (patch) | |
| tree | 293fa20edc84e503d6e536d7a9d94c281ccb6878 /projects/CodeBlocks/core_basic_window.cbp | |
| parent | 9fce26bb068dc327735d0cdba35b8ef011a7b815 (diff) | |
| download | raylib-f60e0e6c948e346b8545d2cff58046dc264a64c3.tar.gz raylib-f60e0e6c948e346b8545d2cff58046dc264a64c3.zip | |
Tidying the core_basic_window.c in projects/scripts (#2025)
* 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-10-01 core_basic_windows.c adjustment
1. The press F6 message and the placement of the compiled executable statement are incorrect for the scripts case.
2. <raylib.h> because "raylib.h" is meaningful only when compiling inside raylib/src/ folder.
3. main(void) to get rid of a novice-confusing warning.
Diffstat (limited to 'projects/CodeBlocks/core_basic_window.cbp')
0 files changed, 0 insertions, 0 deletions
