From ad67841b87fa4f75a96f5838c5034b3e79260245 Mon Sep 17 00:00:00 2001 From: pabs3 Date: Sun, 5 Jul 2009 15:15:44 +0000 Subject: [PATCH] Remove outdated information about System::Call being missing when built with GCC. Patch by Thomas Gaugler git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5994 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.but | 4 ---- Docs/src/usefulinfos.but | 2 -- 2 files changed, 6 deletions(-) diff --git a/Docs/src/build.but b/Docs/src/build.but index 40cdb921..c6a6c39e 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -86,10 +86,6 @@ If no cross-compiler is available, use the following: This should only build makensis and install it to the directory where a precompiled package, such as the \R{build_nightly}{nightly build} or a \W{http://sourceforge.net/project/showfiles.php?group_id=22049}{zipped release version} (nsis-x.xx.zip), is extracted. Note that the in order for this to work, the precompiled package must be compiled using the exact same sources as makensis. In particular, \c{Source\\exehead\\config.h}, the options passed to scons and \c{Source\\exehead\\fileform.h} must be identical. Nightly builds and zipped release versions are built with the default options. -Currently, the Call, Get and Debug functions of the System plug-in \W{http://forums.winamp.com/showthread.php?s=&threadid=227304}{can't be built} using GCC, but only with MSVC. When building with GCC, either download a MSVC-compiled version or write your own plugin that calls the functions you need. You can skip building the System plugin using the following flags: - -\c scons SKIPPLUGINS=System - To build a native version of NSIS Menu, install \W{http://www.wxwidgets.org/}{wxWidgets 2.8} and build as usual. \c{wx-config} must be in the path. \H{build_nightly} Nightly Builds diff --git a/Docs/src/usefulinfos.but b/Docs/src/usefulinfos.but index 9c8e4ad4..af018fe2 100644 --- a/Docs/src/usefulinfos.but +++ b/Docs/src/usefulinfos.but @@ -70,8 +70,6 @@ If both NoModify and NoRepair are set to 1, the button displays "Remove" instead \H{useful_system_plugin} Calling an external DLL using the System.dll plug-in -\\Please note that the Call, Get and Debug functions cannot be compiled with GCC, so download the Windows version of NSIS and extract the System.dll plugin or write your own plugin that calls the functions you need.\\ - Some install processes are required to call functions contained inside third party DLLs. A prime example of this is when installing a Palm(TM) conduit. \\Some background about System.dll\\ \\