Commit graph

  • 9345eb2005 cppused = 1 so stdlib is included when needed kichik 2005-05-21 13:05:16 +00:00
  • c2c3283409 added cppused argument for BuildPlugin kichik 2005-05-21 13:04:28 +00:00
  • 4dfd7ef0dd added CPP_REQUIRES_STDLIB flag kichik 2005-05-21 13:03:51 +00:00
  • 88a0af6276 missing colon kichik 2005-05-21 10:59:27 +00:00
  • e4fdd84b3e credits for Welsh translation kichik 2005-05-20 12:00:32 +00:00
  • c7d867861e no more need for MINGWPREFIX kichik 2005-05-20 11:59:17 +00:00
  • da01b9cdc1 use cross compiler tool definition kichik 2005-05-20 11:23:59 +00:00
  • b48f1f840e tool for cross-compiling mingw kichik 2005-05-20 11:23:43 +00:00
  • e7b4b4916d Welsh translation by Rhoslyn Prys kichik 2005-05-20 11:11:29 +00:00
  • 4d98d19140 stringify the define itself, not its name kichik 2005-05-19 16:35:38 +00:00
  • d1c225ba8f reset $INSTDIR if user clicked cancel in the browse dialog kichik 2005-05-17 19:52:44 +00:00
  • 01cddf169b search harder for the platform sdk kichik 2005-05-14 17:52:41 +00:00
  • d01ddc5d47 icon for makensisw copied from Contrib\Graphics\Icons kichik 2005-05-14 15:57:14 +00:00
  • 960cb8addd _WIN32_IE 0x0400 where needed kichik 2005-05-12 16:49:50 +00:00
  • f8d2654fed proper case for icon path kichik 2005-05-12 16:49:23 +00:00
  • f85a88852c made NSIS_VERSION a define set by the scons script kichik 2005-05-12 16:27:35 +00:00
  • 0b5ea752a9 use DEFAULT_CHARSET for dialog fonts by default kichik 2005-05-11 17:20:32 +00:00
  • f79be84c4a fixed string skip in ReadVarLenArr kichik 2005-05-11 16:50:49 +00:00
  • 8bc1169798 free return value of CDialogTemplate::Save() using delete[] kichik 2005-05-11 16:20:18 +00:00
  • 5917388f61 commented credits kichik 2005-05-11 14:51:38 +00:00
  • 4b668a08b3 set chm_toc and chm_ind to NULL after closing them kichik 2005-05-10 20:30:01 +00:00
  • 196f57884c Call :label is valid in uninstall sections too kichik 2005-05-10 19:15:22 +00:00
  • 65a282745d --file-alignment is MinGW specific kichik 2005-05-07 13:44:05 +00:00
  • dd9ca8da98 restore LINKFLAGS after test is done kichik 2005-05-07 13:32:16 +00:00
  • 7e8e0b95dd implemented RFE #1172123 - $LOCALAPPDATA kichik 2005-05-07 05:33:55 +00:00
  • 8b1fa1b3c7 don't typedef struct twice kichik 2005-05-06 10:23:32 +00:00
  • 2df21c3e90 fixed inclusion of mathcrt.h on case sensitive platforms kichik 2005-05-06 10:19:18 +00:00
  • 72a43a8934 define _WIN32_IE for TBN_DROPDOWN, TBDDRET_DEFAULT and TBDDRET_NODEFAULT kichik 2005-05-06 10:15:26 +00:00
  • 8dfe73762e don't use _MAX_PATH, it's not defined on POSIX kichik 2005-05-06 09:57:37 +00:00
  • f359cf7b51 first check if the the file was successfully opened, then try opening the other files kichik 2005-05-06 09:51:52 +00:00
  • b6834a014b add funcs.c only when NODEFLIBS_FLAG is used kichik 2005-05-05 21:09:13 +00:00
  • add9fa0bee SCons/Config/gnu now takes care of adding memcpy if it's needed kichik 2005-05-05 20:25:46 +00:00
  • db43f63346 check if gcc requires memcpy or memset and add them to crt-less builds kichik 2005-05-05 20:25:20 +00:00
  • 84c1ce2084 applied parts of patch #1193692 - fixes to scons Contrib stuff kichik 2005-05-03 17:31:56 +00:00
  • 53fa1d20ac install and distribute examples, contribs and documentation kichik 2005-04-30 18:04:55 +00:00
  • dc128c6928 use g++ for linking on mingw, not ld kichik 2005-04-29 09:16:49 +00:00
  • f521b9aa81 install examples kichik 2005-04-28 17:37:20 +00:00
  • 694b32c87d update by Dmitry kichik 2005-04-26 20:40:19 +00:00
  • 52fe1643d2 no need for afxres.h, windows.h is enough kichik 2005-04-24 20:02:44 +00:00
  • 2ad8448cc7 use our default environment for building halibut kichik 2005-04-24 17:23:37 +00:00
  • d5a3cf4f5b don't pass version as define kichik 2005-04-24 16:34:11 +00:00
  • 89203ad037 let scons handle quotes kichik 2005-04-24 16:04:31 +00:00
  • 8ef9c4f02c delayimp is no longer needed kichik 2005-04-24 15:27:45 +00:00
  • 179ce76ee8 no need for afxres.h, windows.h is enough kichik 2005-04-24 15:20:03 +00:00
  • b4146d6085 added support for solid compression selection kichik 2005-04-23 20:26:11 +00:00
  • 682c9c3f94 don't call FreeLibrary on a module "loaded" with GetModuleHandle kichik 2005-04-23 20:21:36 +00:00
  • 245bc39dc2 fixed SetCompressor handling kichik 2005-04-23 20:18:54 +00:00
  • 25073d7e15 tabs to spaces kichik 2005-04-23 20:08:54 +00:00
  • ebff718526 simpler OEM conversion kichik 2005-04-23 19:22:01 +00:00
  • 7455caa968 use new zlib files kichik 2005-04-23 19:15:22 +00:00
  • c9f9141468 new zlib version (1.2.2) with lower case file names kichik 2005-04-23 19:14:45 +00:00
  • 682c86a274 removed old version with upper case names kichik 2005-04-23 19:13:14 +00:00
  • 624dafb1dc more useful aliases kichik 2005-04-22 17:29:21 +00:00
  • 4a77cdc9fe less code in SConscripts, more shared code in SConstruct kichik 2005-04-22 16:51:00 +00:00
  • cdf3529eff alias util name to building it, not installing it kichik 2005-04-22 16:12:15 +00:00
  • 66b441d3ab added CPPPATH and LIBPATH options kichik 2005-04-21 19:52:06 +00:00
  • 40a31c125d - build debug and release in different directories - added 'install' alias - converted build_prefix and prefix to environment variables kichik 2005-04-21 17:46:24 +00:00
  • 513475fcd5 use $PREFIX instead of prefix kichik 2005-04-21 17:44:19 +00:00
  • 0e57cddf06 added debug configuration kichik 2005-04-21 17:40:58 +00:00
  • 13dd7b8039 bin2h was removed kichik 2005-04-21 14:25:28 +00:00
  • 04a5b7dd94 applied patch #1184571 - Some fixes to the examples (case sensitive filenames) kichik 2005-04-21 14:22:23 +00:00
  • 5113e9afa5 added prefix option kichik 2005-04-19 21:03:49 +00:00
  • 53a292c419 no more compiled binaries in CVS kichik 2005-04-19 20:02:12 +00:00
  • b9e8ba7ba9 Math compiles kichik 2005-04-19 20:00:43 +00:00
  • 5d67abb539 fixed mingw compile errors kichik 2005-04-19 19:58:50 +00:00
  • fdca7f375d fixed vc6 compile errors kichik 2005-04-19 19:58:24 +00:00
  • 96f98582ce set default empty value for MINGWPREFIX kichik 2005-04-19 19:58:14 +00:00
  • 76391b7043 bug fixes by brainsucker kichik 2005-04-19 19:40:44 +00:00
  • 76d64a2992 fixed compile error without NSIS_CONFIG_COMPONENTPAGE kichik 2005-04-19 18:10:45 +00:00
  • 1f6952a21a no more compiled binaries in CVS kichik 2005-04-16 18:58:22 +00:00
  • b604cdfe3f new build system using SCons kichik 2005-04-16 18:48:50 +00:00
  • 21d72bba17 use LibraryLocal.exe from Bin directory kichik 2005-04-16 18:26:30 +00:00
  • cce48a168b fixed bug #1181951 - InstallLib error for new shared libraries kichik 2005-04-16 18:24:02 +00:00
  • 64b25cbbf1 no inline in c kichik 2005-04-16 17:09:56 +00:00
  • d5d39aaced use #ifdef instead of #pragma once kichik 2005-04-16 17:09:19 +00:00
  • 2f0e20a582 replaced WinMain with main kichik 2005-04-16 17:08:46 +00:00
  • 5beda7dd82 include ctype.h for tolower kichik 2005-04-16 17:07:16 +00:00
  • 0a717481f2 manually use LoadLibrary and GetProcAddress instead of /DELAYLOAD kichik 2005-04-16 16:37:07 +00:00
  • f0fbbb390a better sentence kichik 2005-04-16 10:53:59 +00:00
  • c48ec94bf6 use wsprintf instead of itoa for smaller code size kichik 2005-04-15 22:11:59 +00:00
  • b62da6fe46 applied patch #1180886 - fix halibut segfaults on powerpc (and maybe other platforms) kichik 2005-04-12 17:27:42 +00:00
  • 9fdd4fbfc0 fixed bug #1073792 - RMDir /REBOOTOK sets reboot flag when folder doesn't exist kichik 2005-04-08 17:41:22 +00:00
  • 29f0e71be0 fixed bug #1123353 - WindowIcon off crashes makensis kichik 2005-04-08 16:57:08 +00:00
  • 47090922dc fixed bug #1119442 - CreateDirectory sets error flag with paths containing "\\" kichik 2005-04-08 15:29:52 +00:00
  • 0856e2a3c4 applied patch #1179116 - debian amd64/gcc-4.0 build fixes kichik 2005-04-08 14:45:14 +00:00
  • 4fa0dc6087 fixed bug #1168711 - when leaving the directory page, only set log_dolog if the check box was created kichik 2005-04-08 14:36:19 +00:00
  • 106939c165 made ExpandEnvStrings set the error flag as the documentation says it should kichik 2005-04-08 14:27:55 +00:00
  • 033500e72a added information about non-existing environment variables used in ExpandEnvStrings kichik 2005-04-08 14:26:17 +00:00
  • 7c0a2a1851 fixed bug #1178756 - EnumRegValue now sets the error flag if the enumeration index is out of range kichik 2005-04-08 14:04:05 +00:00
  • a28ec7b3c1 some more useful macros kichik 2005-04-08 10:30:43 +00:00
  • b43ab07a9b new Malaysian translation kichik 2005-04-08 09:21:06 +00:00
  • 7b5819c99c no longer needed kichik 2005-04-02 12:32:46 +00:00
  • fde1c303a2 added information about SetCompressor /SOLID kichik 2005-04-02 12:14:23 +00:00
  • 73bd89e9c3 use solid compression kichik 2005-04-02 12:04:36 +00:00
  • 9613c8988f - stubs are no longer included in makensis but read from the Stubs directory - new /SOLID switch for SetCompressor allows setting solid compression without recompiling makensis kichik 2005-04-02 12:04:07 +00:00
  • c345108cc0 added NSISCALL to functions used in the stub (EXEHEAD) kichik 2005-04-02 11:23:12 +00:00
  • 7798a6ab61 reverted latest change as File already removes the read-only flag kichik 2005-03-31 20:13:47 +00:00
  • 7a3a452d9a fixed bug #1168652 - French: Install Location 2 shortcuts on P kichik 2005-03-29 21:32:15 +00:00
  • 02c67b8a83 typos kichik 2005-03-29 20:57:16 +00:00
  • 99fd0223ab clarified usage of SetCompressor kichik 2005-03-29 19:14:59 +00:00