mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-09-21 20:10:15 +03:00
added tiers, vstdlib
This commit is contained in:
31
vstdlib/coroutine_osx.vpc
Normal file
31
vstdlib/coroutine_osx.vpc
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user