Commit graph

26 commits

Author SHA1 Message Date
wizou
cdf7735a77 Jim Park's Unicode NSIS merging - Step 2 : merge TCHARs changes into trunk
Compiler output is identical before & after this step

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6037 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-26 17:18:17 +00:00
wizou
752d7d239a Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant.
Compiler output is identical before & after this step

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/branches/wizou@6036 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-24 17:22:56 +00:00
kichik
45da025cd8 support specifying WXWIN on command line
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6002 212acab6-be3b-0410-9dea-997c60f758d6
2009-11-29 23:19:58 +00:00
kichik
a3385f6ff7 wxWidgets 2.8.10 compatibility
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5993 212acab6-be3b-0410-9dea-997c60f758d6
2009-06-13 09:30:15 +00:00
kichik
1592fa2d6a fixed bug #2781948 - NSIS.exe shows nothing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5965 212acab6-be3b-0410-9dea-997c60f758d6
2009-05-13 18:38:32 +00:00
pabs3
31a6cd9180 Fix 1900233: add some tweaks to allow building the NSIS Menu with wxGTK on Debian GNU/Linux.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5554 212acab6-be3b-0410-9dea-997c60f758d6
2008-02-23 11:35:56 +00:00
kichik
5955e090c7 fixed dependency list
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5477 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-03 20:48:59 +00:00
kichik
0a2692fb22 check for setup.h
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5155 212acab6-be3b-0410-9dea-997c60f758d6
2007-05-23 23:32:42 +00:00
kichik
0a7a11111f detect wx-config before trying to run it (part of bug #1672315)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5028 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-01 18:00:19 +00:00
kichik
7b3240cd5c distribute nsis.exe.manifest for the nsis menu as it's dynamically linked
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5010 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-30 16:30:22 +00:00
kichik
02d652d64a cd /D so WXWIN on other drives will work
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5009 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-27 19:14:35 +00:00
kichik
5e8edf541e cd to the right directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4987 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-09 18:50:12 +00:00
kichik
bc5c323c6d removed /Q from rd - ask to be sure
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4986 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-09 18:13:24 +00:00
kichik
e659fbc3f9 applied patch #1677482 - wxbuild.bat for paths with spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4985 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-09 18:11:53 +00:00
kichik
cfa0085a2a fixed bug #1667976 - new nsis menu is larger
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4984 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-09 15:56:41 +00:00
pabs3
4580795d2f partially fixed bug #1672315: NSIS Menu not portable to Linux wxGTK
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4983 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-08 01:47:14 +00:00
kichik
d2f099430b append nsis menu include/lib paths in the sconscript
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4964 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-02 11:36:18 +00:00
kichik
b293ebb229 added MSVCRT_FLAG
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4963 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-02 11:17:08 +00:00
kichik
b8bf22affb build NSIS Menu from source (requires wxWidgets)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4958 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-24 18:57:55 +00:00
pabs3
0913023f33 Merge patch for better installs on POSIX platforms.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4486 212acab6-be3b-0410-9dea-997c60f758d6
2006-01-21 09:54:23 +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
7c5f6d159f install NSIS Menu, no building for now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4070 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-17 18:38:36 +00:00
joostverburg
dc35710bf8 new style
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3123 212acab6-be3b-0410-9dea-997c60f758d6
2003-11-10 22:27:38 +00:00
joostverburg
e326dab268 new Graphics folder with a good structure, updated icons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2954 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-23 18:34:01 +00:00
joostverburg
0f770650cc NSIS Menu updates: new design, source fixes, use wxWindows 2.4.2
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2948 212acab6-be3b-0410-9dea-997c60f758d6
2003-09-22 19:28:09 +00:00
joostverburg
190bc67448 NSIS Menu source
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2575 212acab6-be3b-0410-9dea-997c60f758d6
2003-05-26 17:53:58 +00:00