-
-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace MFC flag with a dedicated API
- Loading branch information
1 parent
6f0cb4a
commit 578c4f3
Showing
8 changed files
with
112 additions
and
9 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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Sets the version of the MFC libraries to link against. | ||
|
||
```lua | ||
mfc "On" | ||
``` | ||
|
||
### Parameters ### | ||
|
||
*value* specifies the desired PIC mode: | ||
|
||
| Value | Description | | ||
|-------------|--------------------------------------------------------------------------------------------------------| | ||
| Default | Perform the default linkage against the MFC libraries for your project type. | | ||
| Off | Do not link against MFC libraries. | | ||
| On | Link against the MFC libraries corresponding with the runtime type you are using (static or dynamic). | | ||
| Static | Force static linkage to the MFC libraries. | | ||
| Dynamic | Force dynamic linkage to the MFC libraries. | | ||
|
||
### Applies To ### | ||
|
||
Project configurations. | ||
|
||
### Availability ### | ||
|
||
Premake 5.0-beta4 or later on Visual Studio. |
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