kichik
f03e32fc2f
MSVC_VERSION has Exp
prefix for express versions
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4825 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-27 14:38:16 +00:00
kichik
7519ae9fe2
proper MSVS_VERSION check
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4817 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-17 11:38:15 +00:00
joostverburg
f04bd2fa14
automatic MSVC 2005 detection
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4816 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-14 19:14:53 +00:00
kichik
4e84de07ca
fixed TEMP_MSVC2005 test
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4799 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-30 19:45:18 +00:00
joostverburg
1247550061
MSVC 2005 support. Add TEMP_MSVC2005=yes to the build command line.
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4796 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-29 11:50:31 +00:00
kichik
b401625783
stop search for function body at the end of the string
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4422 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:51:24 +00:00
kichik
d0aa60ffcc
removed extra spaces at end of line
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4421 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:38:32 +00:00
kichik
f21db0f8d4
there's no such function as len(), only l()
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4420 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:27:54 +00:00
kichik
c20146ce03
fixed bug #1235875
...
- only increment initial array length when actually adding items
- if array index equals array count, the count should also be raised
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4419 212acab6-be3b-0410-9dea-997c60f758d6
2005-11-24 19:25:50 +00:00
kichik
9929eb7120
use True/False instead of 1/0
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4270 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-17 08:50:41 +00:00
kichik
f8062527fa
typos (thanks Jamyn!)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4264 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-16 11:27:51 +00:00
kichik
2df21c3e90
fixed inclusion of mathcrt.h on case sensitive platforms
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4013 212acab6-be3b-0410-9dea-997c60f758d6
2005-05-06 10:19:18 +00:00
kichik
53fa1d20ac
install and distribute examples, contribs and documentation
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4005 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-30 18:04:55 +00:00
kichik
4a77cdc9fe
less code in SConscripts, more shared code in SConstruct
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3986 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-22 16:51:00 +00:00
kichik
b9e8ba7ba9
Math compiles
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3976 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-19 20:00:43 +00:00
kichik
5d67abb539
fixed mingw compile errors
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3975 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-19 19:58:50 +00:00
kichik
fdca7f375d
fixed vc6 compile errors
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3974 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-19 19:58:24 +00:00
kichik
76391b7043
bug fixes by brainsucker
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3972 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-19 19:40:44 +00:00
kichik
b604cdfe3f
new build system using SCons
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3969 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 18:48:50 +00:00
kichik
b2574f6b3b
1. Unary-Pre operators detection fixed.
...
2. Unary Minus operator added (now legal, worked before?).
3. GetReference operator (&). For example (a=&b; *a=3;) will set b=3.
4. Operators precedence added (C-like), much more intellectual expressions parsing.
5. Functions redefenition added, use "#name", like "func()(1); #func()(2);".
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2950 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-22 22:56:52 +00:00
kichik
754af5bd4b
Another cool plug-in by brainsucker, a calculator :)
...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2920 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-15 23:20:36 +00:00