This website requires JavaScript.
Explore
Help
Sign in
dragonleo
/
NSIS
Watch
1
Star
0
Fork
You've already forked NSIS
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
737da25610
NSIS
/
Source
/
7zip
/
Common
/
StdAfx.h
9 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
fixed bug #1005296 - NSIS build error on Linux with g++ 3.4.0 - upgraded to the latest LZMA SDK git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3637 212acab6-be3b-0410-9dea-997c60f758d6
2004-08-20 19:17:21 +00:00
// StdAfx.h
- First LZMA enhanced NSIS version - experimental - Added SetCompressorDictSize (only works for LZMA) - Added SetCompressionLevel (only "works" for zlib and bzip2) - doesn't work for now - Section is only supposed to get 4 parameters if /o is specified - Updated version numbers git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3190 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-24 00:08:58 +00:00
#
ifndef __STDAFX_H
#
define __STDAFX_H
upgraded to lzma sdk 4.43 for faster compression git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4772 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-16 08:46:36 +00:00
// #include "MyWindows.h"
- First LZMA enhanced NSIS version - experimental - Added SetCompressorDictSize (only works for LZMA) - Added SetCompressionLevel (only "works" for zlib and bzip2) - doesn't work for now - Section is only supposed to get 4 parameters if /o is specified - Updated version numbers git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3190 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-24 00:08:58 +00:00
#
endif
Reference in a new issue
Copy permalink