2020-04-22 16:56:21 +00:00
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// WAITANDRESTART.VPC
|
|
|
|
//
|
|
|
|
// Project Script
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
$Macro SRCDIR "..\..\.."
|
2020-10-22 18:00:42 +00:00
|
|
|
$Macro OUTBINDIR "$LIBPUBLIC"
|
2020-04-22 16:56:21 +00:00
|
|
|
$Macro OUTBINNAME "WaitAndRestart"
|
|
|
|
|
|
|
|
$Include "$SRCDIR\vpc_scripts\source_exe_con_win32_base.vpc"
|
|
|
|
|
|
|
|
$Configuration
|
|
|
|
{
|
|
|
|
$Compiler
|
|
|
|
{
|
|
|
|
$AdditionalIncludeDirectories "$BASE,..\"
|
|
|
|
$PreprocessorDefinitions "$BASE;PROTECTED_THINGS_DISABLE"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
$Project "WaitAndRestart"
|
|
|
|
{
|
|
|
|
$Folder "Source Files"
|
|
|
|
{
|
|
|
|
$File "WaitAndRestart.cpp"
|
|
|
|
}
|
|
|
|
|
|
|
|
$Folder "Header Files"
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|