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 DEVELOPMENTThe 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
- Building better titlebar menus
- 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
- Loading dynamic libraries at runtime
- Understanding the library layout
- Compilation mode modifiers
- Supporting plugins
- Production export and deployment
- OS integration tips
- Targeting WASM
- Using a custom rendering engine:
- Using a custom windowing backend:
- Developer and contributor resources
- Misc