Jelajahi Sumber

Remove no longer needed references and update build scripts.

Martijn Laan 1 tahun lalu
induk
melakukan
a459294613

+ 0 - 12
ISHelp/Staging-dark/hh_isppredirect.xhtm

@@ -1,12 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Note: This file is used by Compil32's TCompileForm.HISPPDocClick -->
-<!-- Note: This file has an "xhtm" extension so that the Search tab will ignore it -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv="Refresh" content="0; url=ms-its:ispp-dark.chm::/topic_isppoverview.htm" />
-<title>ISPP Redirect Page</title>
-</head>
-<body>
-</body>
-</html>

+ 0 - 6
ISHelp/Staging-dark/hh_project.hhp

@@ -15,11 +15,5 @@ Title=Inno Setup Help
 $global_ismain=,"hh_generated_contents.hhc","hh_generated_index.hhk",,,,,,,0x22520,,0x300e,,,,,,,,0
 $global_ismain=,"hh_generated_contents.hhc","hh_generated_index.hhk",,,,,,,0x22520,,0x300e,,,,,,,,0
 
 
 
 
-[FILES]
-hh_isppredirect.xhtm
-
-[MERGE FILES]
-ispp-dark.chm
-
 [INFOTYPES]
 [INFOTYPES]
 
 

+ 0 - 12
ISHelp/Staging/hh_isppredirect.xhtm

@@ -1,12 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Note: This file is used by Compil32's TCompileForm.HISPPDocClick -->
-<!-- Note: This file has an "xhtm" extension so that the Search tab will ignore it -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv="Refresh" content="0; url=ms-its:ispp.chm::/topic_isppoverview.htm" />
-<title>ISPP Redirect Page</title>
-</head>
-<body>
-</body>
-</html>

+ 0 - 6
ISHelp/Staging/hh_project.hhp

@@ -15,11 +15,5 @@ Title=Inno Setup Help
 $global_ismain=,"hh_generated_contents.hhc","hh_generated_index.hhk",,,,,,,0x22520,,0x300e,,,,,,,,0
 $global_ismain=,"hh_generated_contents.hhc","hh_generated_index.hhk",,,,,,,0x22520,,0x300e,,,,,,,,0
 
 
 
 
-[FILES]
-hh_isppredirect.xhtm
-
-[MERGE FILES]
-ispp.chm
-
 [INFOTYPES]
 [INFOTYPES]
 
 

+ 0 - 10
build-ce.bat

@@ -11,7 +11,6 @@ rem  Calls setup-sign.bat if it exists, else creates setup.exe without signing
 rem
 rem
 rem  This batch files does the following things:
 rem  This batch files does the following things:
 rem  -Ask the user to compile Inno Setup and ISHelpGen after clearing output first
 rem  -Ask the user to compile Inno Setup and ISHelpGen after clearing output first
-rem  -Compile ISPP*.chm
 rem  -Compile ISetup*.chm
 rem  -Compile ISetup*.chm
 rem  -Create Inno Setup installer
 rem  -Create Inno Setup installer
 rem
 rem
@@ -53,15 +52,6 @@ call :waitforfile ishelp\ishelpgen\ishelpgen.exe
 echo Found all, waiting 2 seconds more...
 echo Found all, waiting 2 seconds more...
 timeout /t 2 /nobreak >nul
 timeout /t 2 /nobreak >nul
 
 
-cd ispphelp
-if errorlevel 1 goto failed
-call .\compile.bat
-if errorlevel 1 goto failed
-cd ..
-if errorlevel 1 goto failed
-echo Compiling ISPP*.chm done
-pause
-
 cd ishelp
 cd ishelp
 if errorlevel 1 goto failed
 if errorlevel 1 goto failed
 call .\compile.bat
 call .\compile.bat

+ 0 - 10
build.bat

@@ -11,7 +11,6 @@ rem  Calls setup-sign.bat if it exists, else creates setup.exe without signing
 rem
 rem
 rem  This batch files does the following things:
 rem  This batch files does the following things:
 rem  -Compile ISHelpGen
 rem  -Compile ISHelpGen
-rem  -Compile ISPP*.chm
 rem  -Compile ISetup*.chm
 rem  -Compile ISetup*.chm
 rem  -Compile Inno Setup
 rem  -Compile Inno Setup
 rem  -Create Inno Setup installer
 rem  -Create Inno Setup installer
@@ -39,15 +38,6 @@ if errorlevel 1 goto failed
 echo Compiling ISHelpGen done
 echo Compiling ISHelpGen done
 pause
 pause
 
 
-cd ispphelp
-if errorlevel 1 goto failed
-call .\compile.bat
-if errorlevel 1 goto failed
-cd ..
-if errorlevel 1 goto failed
-echo Compiling ISPP*.chm done
-pause
-
 cd ishelp
 cd ishelp
 if errorlevel 1 goto failed
 if errorlevel 1 goto failed
 call .\compile.bat
 call .\compile.bat