|
|
|
|
@@ -1,66 +1,9 @@
|
|
|
|
|
FileVersion = 1
|
|
|
|
|
Dependencies = {corlib = "*", "Cpp2Beef.git" = {Git = "https://git.unicon-gmbh.de/BeefBindings/Cpp2Beef.git"}}
|
|
|
|
|
|
|
|
|
|
[Project]
|
|
|
|
|
Name = "Expat.Setup"
|
|
|
|
|
StartupObject = "Expat.Setup.Program"
|
|
|
|
|
|
|
|
|
|
[Configs.Debug.Win32]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Debug.Win64]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Debug.Linux32]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Debug.Linux64]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Debug.macOS]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Release.Win32]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Release.Win64]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Release.Linux32]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Release.Linux64]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Release.macOS]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Paranoid.Win32]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Paranoid.Win64]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Paranoid.Linux32]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Paranoid.Linux64]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Paranoid.macOS]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Test.Win32]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Test.Win64]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Test.Linux32]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Test.Linux64]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
|
|
|
|
|
[Configs.Test.macOS]
|
|
|
|
|
PostBuildCmds = ["cp $(ProjectDir Cpp2Beef.git)/CxxBuilder/dist/CxxBuilderPath.txt $(WorkspaceDir)/../CxxBuilderPath.txt"]
|
|
|
|
|
[Dependencies]
|
|
|
|
|
corlib = "*"
|
|
|
|
|
"Cpp2Beef.git" = {Git = "https://git.unicon-gmbh.de/Rune/Cpp2Beef.git"}
|