forked from premake/premake-core
-
Couldn't load subscription status.
- Fork 0
Home
Renaud Guillard edited this page Jul 17, 2016
·
50 revisions
Welcome to the Premake 5 User Guide!
Each change to premake has its own branch
For macOS and Linux
Define a new linkmode API to select how sibling shared libraries should be linked and how to set
-
linkmode "Default": Use RPATH (the new default behavior) -
linkmode "System": Use -l/-L (same as RelativeLinks flags) -
linkmode "Absolute": links using shared library full path
For more information, see the Google group discussion
- What Is Premake?
- Getting Premake
- Using Premake
- Building Premake
- Getting Help
- Who Uses Premake?
- About This Wiki
- Your First Script
- Workspaces and Projects
- Scopes and Inheritance
- Adding Source Files
- Linking
- Configurations and Platforms
- Filters
- Build Settings
- Command Line Arguments
- Using Modules
- More Topics…
- Introduction
- Code Overview
- Coding Conventions
- Overrides and Call Arrays
- Developing Modules
- Adding a New Action
- Adding a New Toolset