mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
19 lines
419 B
Plaintext
19 lines
419 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// GENRANDOMVECTORS.VPC
|
|
//
|
|
// Project Script
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SRCDIR "..\.."
|
|
$Macro OUTBINDIR "$SRCDIR\devtools\bin"
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_base.vpc"
|
|
|
|
$Project "Genrandomvectors"
|
|
{
|
|
$Folder "Source Files"
|
|
{
|
|
$File "genrandomvectors.cpp"
|
|
}
|
|
}
|