summaryrefslogtreecommitdiff
path: root/vstdlib/coroutine_osx.vpc
diff options
context:
space:
mode:
authorFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
committerFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
commit3bf9df6b2785fa6d951086978a3e66f49427166a (patch)
tree2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /vstdlib/coroutine_osx.vpc
downloadarchived-source-engine-2018-hl2-src-master.tar.xz
archived-source-engine-2018-hl2-src-master.zip
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"
+ }
+}