mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
BeefySysLib Release Static building
This commit is contained in:
parent
29c0f82bba
commit
fddd3e0ba6
5 changed files with 22 additions and 12 deletions
|
@ -1,4 +1,5 @@
|
|||
FileVersion = 1
|
||||
Dependencies = {corlib = "*", MiniZ = "*"}
|
||||
|
||||
[Project]
|
||||
Name = "Beefy2D"
|
||||
|
@ -50,3 +51,7 @@ OtherLinkFlags = "$(LinkFlags) \"$(ProjectDir)/dist/BeefySysLib64.lib\""
|
|||
CLibType = "Static"
|
||||
BeefLibType = "Static"
|
||||
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/BeefySysLib64.dll\")", "CopyToDependents(\"$(ProjectDir)/dist/BeefySysLib64.pdb\")"]
|
||||
|
||||
[Configs.Release_NoLink.Win32]
|
||||
OtherLinkFlags = ""
|
||||
PreprocessorMacros = ["RELEASE", "BF32"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue