summaryrefslogtreecommitdiff
path: root/vstdlib/coroutine_osx.vpc
diff options
context:
space:
mode:
Diffstat (limited to 'vstdlib/coroutine_osx.vpc')
-rw-r--r--vstdlib/coroutine_osx.vpc31
1 files changed, 31 insertions, 0 deletions
diff --git a/vstdlib/coroutine_osx.vpc b/vstdlib/coroutine_osx.vpc
new file mode 100644
index 0000000..030b05a
--- /dev/null
+++ b/vstdlib/coroutine_osx.vpc
@@ -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"
+ }
+}