-
-
Notifications
You must be signed in to change notification settings - Fork 5
The build def file
Madman10K edited this page Nov 11, 2023
·
4 revisions
The Generated/BuildDef.hpp
file is a temporary file where you can define custom definitions. It looks like this:
// Generated file, DO NOT TOUCH!
#undef PRODUCTION
#undef DEVELOPMENT
The first definition is PRODUCTION
. If defined, the project will be compiled for production.
This should only be enabled when using the production export scripts.
The second definition is DEVELOPMENT
. If defined, it enables a bunch of code that can be useful for internal
framework debugging purposes by framework developers.
This project is supported by all the people who joined our discord server and became beta testers. If you want to join the discord you can click here.
- Home
- Beginner content
- Install guide
- Creating and using the UI components
- The Instance
- The Init Info struct
- Textures
- Logging
- Unicode support
- Additional features
- Client-side bar
- Custom type definitions
- Memory management
- C API development
- Config files and Folders
- Interfaces
- Internal Event safety
- Customising the build system
- Modules system
- Collaborating with others
- Advanced content
- Developer and contributor resources
- Misc