Added /LAUNCH compiler switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7292 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
67f14f9b0b
commit
0be4164270
5 changed files with 22 additions and 2 deletions
|
@ -253,6 +253,7 @@ class CEXEBuild {
|
|||
unsigned int get_header_size() const { return (unsigned int)sizeof(header) + (is_target_64bit() ? (4 * BLOCKS_NUM) : 0); }
|
||||
|
||||
void set_default_output_filename(const tstring& filename);
|
||||
const TCHAR* get_output_filename() const { return build_output_filename; }
|
||||
|
||||
// process a script (you can process as many scripts as you want,
|
||||
// it is as if they are concatenated)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue