diff options
Diffstat (limited to 'utils/videocardstats/cardstats.vpc')
| -rw-r--r-- | utils/videocardstats/cardstats.vpc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/utils/videocardstats/cardstats.vpc b/utils/videocardstats/cardstats.vpc new file mode 100644 index 0000000..f2ef5a1 --- /dev/null +++ b/utils/videocardstats/cardstats.vpc @@ -0,0 +1,35 @@ +//----------------------------------------------------------------------------- +// CARDSTATS.VPC +// +// Project Script +//----------------------------------------------------------------------------- + +$Macro SRCDIR "..\.." +$Macro OUTBINDIR "$SRCDIR\..\game\bin" + +$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc" + +$Configuration +{ + $PostBuildEvent + { + $CommandLine " " + $Description " " + } +} + +$Project "Cardstats" +{ + $Folder "Source Files" + { + $File "CardStats.cpp" + } + + $Folder "Header Files" + { + $File "CardStats.h" + $File "$SRCDIR\public\tier1\utlbuffer.h" + $File "$SRCDIR\public\tier1\utlmemory.h" + $File "$SRCDIR\public\tier1\utlvector.h" + } +} |