Default OutFile determined by NSI script filename

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6106 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
wizou 2010-06-16 15:07:05 +00:00
parent c59db4bb1e
commit 1421a3e315
3 changed files with 9 additions and 0 deletions

View file

@ -105,6 +105,8 @@ class CEXEBuild {
#endif //NSIS_CONFIG_PLUGIN_SUPPORT
void set_default_output_filename(const tstring& filename);
// process a script (you can process as many scripts as you want,
// it is as if they are concatenated)
int process_script(FILE *filepointer, const TCHAR *filename, BOOL unicode);