1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-07 16:56:00 +02:00

Mintest changes

This commit is contained in:
Brian Fiete 2020-09-07 05:53:40 -07:00
parent 4f5a981598
commit 03c28503c6
7 changed files with 94 additions and 64 deletions

View file

@ -11,8 +11,9 @@ Description = "Mintest"
[Configs.Debug.Win64]
CLibType = "Static"
BeefLibType = "DynamicDebug"
StackSize = 4194304
DebugCommandArguments = "hey=\"yo man\" zag= zoogles boof stoopers \"\"\"abc efg\"\"\""
DebugCommandArguments = "abc"
DebugWorkingDirectory = ".\\"
[Configs.Debug.Win32]
@ -31,6 +32,9 @@ BuildKind = "StaticLib"
BuildKind = "StaticLib"
RelocType = "PIC"
[Configs.Debug.wasm32]
PostBuildCmds = ["copy $(BuildDir)\\*.js $(ProjectDir)", "copy $(BuildDir)\\*.wasm $(ProjectDir)", "copy $(BuildDir)\\*.html $(ProjectDir)"]
[Configs.Release.Win64]
OtherLinkFlags = "$(LinkFlags) C:\\Beef\\BeefTools\\TestDLL\\x64\\Debug\\TestDLL.lib"
DebugCommandArguments = "hey=\"yo man\" zag= zoogles boof stoopers \"abc efg\""
@ -87,19 +91,24 @@ BuildKind = "StaticLib"
BuildKind = "StaticLib"
RelocType = "PIC"
[[ProjectFolder.Items]]
Type = "Folder"
Name = "snorg"
[Configs.NewDebug.Win64]
CLibType = "Static"
BeefLibType = "Static"
DebugCommandArguments = "abc"
DebugWorkingDirectory = ".\\"
[[ProjectFolder.Items]]
Type = "Source"
Path = "../../../temp/test.txt"
[Configs.NewDebug.Win32]
CLibType = "DynamicDebug"
BeefLibType = "Static"
[[ProjectFolder.Items]]
Type = "Folder"
Path = "../../../temp/borf"
AutoInclude = true
[Configs.NewDebug.WinFart]
OtherLinkFlags = ""
CLibType = "Static"
BeefLibType = "Static"
[[ProjectFolder.Items]]
Type = "Source"
Path = "../../../temp/test.bf"
[Configs.NewDebug.iOS]
BeefLibType = "Static"
[Configs.NewDebug.aarch64-none-linux-android21]
BeefLibType = "Static"
RelocType = "PIC"