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.

38 lines
724 B

  1. //-----------------------------------------------------------------------------
  2. // SMTPMAIL.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6. $Macro SRCDIR "..\.."
  7. $Macro OUTBINDIR "..\bin"
  8. $Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
  9. $Configuration
  10. {
  11. $Compiler
  12. {
  13. $AdditionalIncludeDirectories "$BASE,..\common,..\vmpi"
  14. $PreprocessorDefinitions "$BASE;MACRO_MATHLIB;PROTECTED_THINGS_DISABLE"
  15. }
  16. $Linker
  17. {
  18. $AdditionalDependencies "$BASE ws2_32.lib odbc32.lib odbccp32.lib"
  19. }
  20. }
  21. $Project "Smtpmail"
  22. {
  23. $Folder "Source Files"
  24. {
  25. $File "smtpmail.cpp"
  26. $File "simplesocket.cpp"
  27. }
  28. $Folder "Header Files"
  29. {
  30. $File "simplesocket.h"
  31. }
  32. }