Counter Strike : Global Offensive Source Code
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.

19 lines
378 B

  1. $Include "$SRCDIR\vpc_scripts\version.vpc"
  2. $Include "$SRCDIR\vpc_scripts\source_linux_base_project.vpc"
  3. $MacroRequired "OUTBINNAME" "$PROJECTNAME"
  4. // General configuration info.
  5. $Configuration
  6. {
  7. $General
  8. {
  9. $ConfigurationType "Dynamic Library (.dll)"
  10. $OutputFile "$(OBJ_DIR)/$OUTBINNAME$_DLL_EXT"
  11. $GameOutputFile "$OUTBINDIR/$OUTBINNAME$_DLL_EXT"
  12. }
  13. }