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.
- 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