1
0
Fork 0
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:
Brian Fiete 2025-01-17 10:20:20 -08:00
parent 29c0f82bba
commit fddd3e0ba6
5 changed files with 22 additions and 12 deletions

View file

@ -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"]