added tiers, vstdlib

This commit is contained in:
Fisual
2022-06-15 19:04:06 +07:00
parent ee744a24c4
commit f248151331
104 changed files with 38642 additions and 36 deletions

31
vstdlib/coroutine_osx.vpc Normal file
View File

@@ -0,0 +1,31 @@
//-----------------------------------------------------------------------------
// COROUTINE_OSX.VPC
//
// Project Script
//-----------------------------------------------------------------------------
$Macro SRCDIR ".."
$include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
$Configuration
{
$Compiler
{
$GCC_ExtraCompilerFlags "-fno-stack-protector"
$PreprocessorDefinitions "$BASE;VSTDLIB_DLL_EXPORT"
}
}
$Project "coroutine_osx"
{
$Folder "Source Files"
{
$File "coroutine.cpp"
}
$Folder "Public Header Files"
{
$File "$SRCDIR\public\vstdlib\coroutine.h"
}
}