You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed all mentions of the Internal CMake Build Profile and update CMake preset names (#55)
* Remove references to internal build profile throughout the wiki
* Update build profiles names throughout the wiki
---------
Co-authored-by: Jaredl-Code <217964373+Jaredl-LV@users.noreply.github.com>
Copy file name to clipboardExpand all lines: SourceCode/Builds/build_with_clion_vc6_toolchain.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ compatibility with the original compiler from the game's development era. To com
54
54
1. In the CMake profiles, enable the profiles you want to use. The available workflow presets are:
55
55
- `vc6` - Release build
56
56
- `vc6-debug` - Debug build
57
-
- `vc6-internal` - Internal build
58
57
- `vc6-profile` - Profile build
59
58
60
59
For detailed information about each build configuration and their specific purposes, see the [Build Configurations Overview](https://github.com/TheSuperHackers/GeneralsGameCode/wiki/build_configuration).
0 commit comments