mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Removed "Dynamic Library" target type, replaced by Build Kind
This commit is contained in:
parent
1c1cb1ac49
commit
7ae8599916
8 changed files with 163 additions and 98 deletions
|
@ -1123,14 +1123,15 @@ enum BfTargetType
|
|||
{
|
||||
BfTargetType_BeefConsoleApplication,
|
||||
BfTargetType_BeefWindowsApplication,
|
||||
BfTargetType_BeefLib,
|
||||
BfTargetType_BeefDynLib,
|
||||
BfTargetType_BeefLib,
|
||||
BfTargetType_CustomBuild,
|
||||
BfTargetType_BeefTest,
|
||||
BfTargetType_C_ConsoleApplication,
|
||||
BfTargetType_C_WindowsApplication,
|
||||
BfTargetType_BeefApplication_StaticLib,
|
||||
BfTargetType_BeefApplication_DynamicLib
|
||||
BfTargetType_BeefApplication_DynamicLib,
|
||||
BfTargetType_BeefLib_StaticLib,
|
||||
BfTargetType_BeefLib_DynamicLib,
|
||||
};
|
||||
|
||||
enum BfProjectFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue