Difference between revisions of "PostBuild"
From SCI Wiki
Jump to navigationJump to search(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div align="center" style="font-size: 22pt">PostBuild</div> | <div align="center" style="font-size: 22pt">PostBuild</div> | ||
<div align="center">Version 1.1.0.0<br /> | <div align="center">Version 1.1.0.0<br /> | ||
− | ''Author: [[Phil Fortier]] | + | ''Author: [[Phil Fortier]]''<br /> |
+ | ''updated by [[Andrew Branscom]]''<br /> | ||
[[2020|07/23/2020]]</div> | [[2020|07/23/2020]]</div> | ||
{{SCISoftwareInfobox | {{SCISoftwareInfobox | ||
| Software = PostBuild | | Software = PostBuild | ||
− | | | + | | Image = <!-- [[Image:PostBuildSS.png|190px]]<br /> |
''PostBuild Screenshot'' --> | ''PostBuild Screenshot'' --> | ||
| Version = 1.1.0.0 | | Version = 1.1.0.0 | ||
− | | ReleaseDate = | + | | ReleaseDate = {{2020S}}/07/23 |
| Company = {{N/A}} | | Company = {{N/A}} | ||
| Published = {{Published}} | | Published = {{Published}} | ||
Line 32: | Line 33: | ||
==<br /> Features == | ==<br /> Features == | ||
− | * | + | * |
==<br /> Version History == | ==<br /> Version History == | ||
Line 89: | Line 90: | ||
==<br /> Also See == | ==<br /> Also See == | ||
− | * [[SCI Companion Plugins]] | + | * [[:Category:SCI Companion Plugins|SCI Companion Plugins]] |
− | * [[SCI IDE Tools]] | + | * [[:Category:SCI Integrated Development Environments|SCI IDE Tools]] |
| |
Latest revision as of 01:02, 20 May 2024
PostBuild
Latest Version: | 1.1.0.0 | ||
---|---|---|---|
Release Date: | 2020/07/23 | ||
Company: | N/A | ||
Publication Status: | Published | ||
Developer(s): | Phil Fortier, Andrew Branscom | ||
Language: | C# | ||
Open Source: | Open | ||
Source Available: | |||
License: | None | ||
Platform: | Windows | ||
Type: | Plugin, IDE | ||
Localization: | English | ||
Website: | N/A |
Description
Phil Fortier PostBuild is a plugin for Phil Fortier's SCI Companion 3. It adds a post build event to Companion.
Features
Version History
Development Status
See http://sciprogramming.com/community/index.php?topic=1624 for original posting. Latest version (1.1.0.0) updated by Andrew Branscom to add error checking and messaging.
Installation
- Unzip into SCI Companion's plugin folder (.\Plugins\PostBuild\PostBuild.exe)
Usage
- Create a PostBuild.bat file in your game's folder with the commands you want executed.
- Example batch file to copy some files:
xcopy /D resource.001 Release\
xcopy /D resource.map Release\
- Go to plugins menu in SCI Companion and select PostBuild. PostBuild will execute your PostBuild.bat.
Options
Download
Download from here:
- File:PostBuild.zip (ZIP file) [2.62 KB]
- File:PostBuild 1.1.0.0.zip (ZIP file) [8.08 KB] (includes source)
Known issues
- None known
Credits
References
Also See