From a8a7e88b7b99dba3787c2ad61b6ac7df81620dca Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 28 May 2005 17:59:27 +0000 Subject: [PATCH] replaced by scons git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4056 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/build.bat | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 Docs/src/build.bat diff --git a/Docs/src/build.bat b/Docs/src/build.bat deleted file mode 100644 index e34a54d2..00000000 --- a/Docs/src/build.bat +++ /dev/null @@ -1,39 +0,0 @@ -@echo on -bin\halibut.exe config.but intro.but tutorial.but usage.but script.but var.but labels.but jumps.but pages.but sections.but usection.but functions.but callback.but attributes.but compilerflags.but basic.but registry.but generalpurpose.but flowcontrol.but file.but uninstall.but misc.but string.but stack.but int.but reboot.but log.but sec.but ui.but langs.but plugin.but silent.but compiler.but defines.but modernui.but library.but usefulfunc.but usefulinfos.but history.but credits.but license.but -@echo off - -copy Contents.html index.html > nul -copy index.html IndexPage.html > nul - -if "x%OS%x" == "xWindows_NTx" goto nt - - copy *.html .. > nul - goto done - -:nt - for %%A in (*.html) do (fc "%%A" "..\%%~nxA" || copy "%%A" ..) > nul - -:done - -del *.html > nul - - -@echo on -bin\halibut.exe chm_config.but intro.but tutorial.but usage.but script.but var.but labels.but jumps.but pages.but sections.but usection.but functions.but callback.but attributes.but compilerflags.but basic.but registry.but generalpurpose.but flowcontrol.but file.but uninstall.but misc.but string.but stack.but int.but reboot.but log.but sec.but ui.but langs.but plugin.but silent.but compiler.but defines.but modernui.but library.but usefulfunc.but usefulinfos.but history.but credits.but license.but -@echo off - -copy ..\*.css . -hhc nsis.hhp -del /F *.html *.hhc *.hhk *.css - -if not "x%OS%x" == "xWindows_NTx" goto CHMCopy - -fc /B nsis.chm ..\..\nsis.chm > nul - -if %errorlevel% == 0 goto SkipCHMCopy - -:CHMCopy - copy nsis.chm ..\..\ -:SkipCHMCopy - -del nsis.chm