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.

36 lines
659 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. //-----------------------------------------------------------------------------
  4. $Macro SRCDIR "..\.."
  5. $Macro OUTBINDIR "$SRCDIR\..\game\bin"
  6. $Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
  7. $Include "$SRCDIR\vpc_scripts\fbx.vpc"
  8. $Project "fbx2dmx"
  9. {
  10. $Folder "Source Files"
  11. {
  12. $File "main.cpp"
  13. }
  14. $Folder "Link Libraries"
  15. {
  16. $Lib appframework
  17. $Lib bitmap
  18. $Lib bonesetup
  19. $Lib mathlib_extended
  20. $Lib mathlib
  21. $Lib datamodel
  22. $Lib dmserializers
  23. $Lib dmeutils
  24. $Lib fbxutils
  25. $Lib meshutils
  26. $Lib movieobjects
  27. $Lib resourcefile
  28. $Lib tier2
  29. }
  30. }