forked from Croteam-official/Serious-Engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add working static build configurations for MFC-based projects.
- Remove VERSIONINFO from GameGUI's resource file as it's unused and creates conflicts with WorldEditor under static configurations. - Change some resource IDs for WorldEditor and GameGUI for compatibility between each other and EngineGUI under static configurations. - Handle timer logic manually for single-threaded Modeler, SeriousSkaStudio and WorldEditor builds. - Update .gitignore.
- Loading branch information
1 parent
d278824
commit eae252c
Showing
15 changed files
with
1,718 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,7 @@ Debug/* | |
*.res | ||
*.lastbuildstate | ||
*.idb | ||
*.aps | ||
|
||
# Generated configuration files | ||
Data/*.bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.