print output file path on win32 too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3543 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c458fd50bc
commit
5f74ac58f9
1 changed files with 2 additions and 0 deletions
|
@ -2356,8 +2356,10 @@ int CEXEBuild::write_output(void)
|
|||
GetFullPathName(build_output_filename,1024,buffer,&p);
|
||||
#else
|
||||
char *buffer = my_realpath(build_output_filename);
|
||||
#endif
|
||||
notify(MAKENSIS_NOTIFY_OUTPUT, buffer);
|
||||
INFO_MSG("\nOutput: \"%s\"\n", buffer);
|
||||
#ifndef _WIN32
|
||||
my_free_realpath(build_output_filename, buffer);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue