listing file is fun

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4979 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-06 21:14:12 +00:00
parent 6ea14b45da
commit 9fc8466b7c

View file

@ -80,6 +80,8 @@ stub_env.Append(LINKFLAGS = '/opt:nowin98') # 512 bytes align
stub_env.Append(LINKFLAGS = '/entry:WinMain') # entry point
stub_env.Append(LINKFLAGS = '$NODEFLIBS_FLAG') # no default libraries
stub_env.Append(LINKFLAGS = '$MAP_FLAG') # generate map file
stub_env.Append(CCFLAGS = '/FAcs') # full listing files
stub_env.Append(CCFLAGS = '/Fa${TARGET}.lst') # listing file name
### makensis environment