added string flag I think

This commit is contained in:
Booklordofthedings 2024-05-24 16:33:31 +02:00
parent b03a310649
commit 689e34f8d4
2 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,7 @@ FileVersion = 1
[Project] [Project]
Name = "libclang-beef" Name = "libclang-beef"
TargetType = "BeefLib"
StartupObject = "libclang_beef.Program" StartupObject = "libclang_beef.Program"
[Configs.Debug.Win32] [Configs.Debug.Win32]

View file

@ -1,5 +1,11 @@
FileVersion = 1 FileVersion = 1
Projects = {libclang-beef = {Path = "."}} Projects = {libclang-beef = {Path = "."}, libclang-beef = {Path = "../../Program Files/BeefLang/BeefLibs/libclang-beef"}}
[Workspace] [Workspace]
StartupProject = "libclang-beef" StartupProject = "libclang-beef"
[Configs.Test.Win32]
ConfigSelections = {libclang-beef = {Config = "Debug"}}
[Configs.Test.Win64]
ConfigSelections = {libclang-beef = {Config = "Debug"}}