* !AddIncludeDir displays the cpu architecture in the script message if specified as a parameter
* Removed unused SYSTEM_PARTIALCALLSUPPORT define * Fixed minor typos * Allow MSVC_USE_SCRIPT to be specified on the commandline or in the environment git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6611 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d0ddb4aab0
commit
5615d42881
5 changed files with 15 additions and 16 deletions
|
@ -22,9 +22,9 @@
|
|||
|
||||
#include <cassert>
|
||||
|
||||
// these functions MUST be synchronized with the structures in Source/exehead/fileform.h !
|
||||
// data must be written in the same order it's defined in Source/exehead/fileform.h
|
||||
// in the future, i hope to get one of the two automtaically generated from the other
|
||||
// These functions MUST be synchronized with the structures in Source/exehead/fileform.h !
|
||||
// Data must be written in the same order it's defined in Source/exehead/fileform.h
|
||||
// In the future, I hope to get one of the two automatically generated from the other
|
||||
|
||||
void firstheader_writer::write(const firstheader *data)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue