Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
583 B

  1. //-----------------------------------------------------------------------------
  2. // COROUTINE_OSX.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR ".."
  7. $include "$SRCDIR\vpc_scripts\source_lib_base.vpc"
  8. $Configuration
  9. {
  10. $Compiler
  11. {
  12. $GCC_ExtraCompilerFlags "-fno-stack-protector"
  13. $PreprocessorDefinitions "$BASE;VSTDLIB_DLL_EXPORT"
  14. }
  15. }
  16. $Project "coroutine_osx"
  17. {
  18. $Folder "Source Files"
  19. {
  20. $File "coroutine.cpp"
  21. }
  22. $Folder "Public Header Files"
  23. {
  24. $File "$SRCDIR\public\vstdlib\coroutine.h"
  25. }
  26. }