add code
This commit is contained in:
11
BeefProj.toml
Normal file
11
BeefProj.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
FileVersion = 1
|
||||
Dependencies = {corlib = "*", corlib = "*"}
|
||||
|
||||
[Project]
|
||||
Name = "Expat"
|
||||
TargetType = "BeefLib"
|
||||
StartupObject = "Expat.Program"
|
||||
|
||||
[Configs.Debug.Win64]
|
||||
LibPaths = ["$(BuildDir)/libexpat.lib"]
|
||||
PreBuildCmds = ["ReadFile(\"$(ProjectDir)/CxxBuilderPath.txt\", \"CxxBuilderPath\")", "Execute(\"$(Var CxxBuilderPath) *.c -- \\\"src=$(ProjectDir)/libexpat/expat/lib\\\" \\\"builddir=$(BuildDir)\\\" target=$(TargetTriple) \\\"cflags=-I$(ProjectDir)/expat_config\\\" output=libexpat\")"]
|
||||
Reference in New Issue
Block a user