diff options
Diffstat (limited to 'devtools/WiseInstallerHelpers/UpdateProgress/UpdateProgress.vpc')
| -rw-r--r-- | devtools/WiseInstallerHelpers/UpdateProgress/UpdateProgress.vpc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devtools/WiseInstallerHelpers/UpdateProgress/UpdateProgress.vpc b/devtools/WiseInstallerHelpers/UpdateProgress/UpdateProgress.vpc new file mode 100644 index 0000000..1527322 --- /dev/null +++ b/devtools/WiseInstallerHelpers/UpdateProgress/UpdateProgress.vpc @@ -0,0 +1,18 @@ +//----------------------------------------------------------------------------- +// UPDATEPROGRESS.VPC +// +// Project Script +//----------------------------------------------------------------------------- + +$Macro SRCDIR "..\..\.." +$Macro OUTBINDIR "$SRCDIR\devtools\bin" + +$Include "$SRCDIR\vpc_scripts\source_exe_win_win32_base.vpc" + +$Project "UpdateProgress" +{ + $Folder "Source Files" + { + $File "UpdateProgress.cpp" + } +} |