mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Remove obsolete debug code
This commit is contained in:
parent
94dc97d7d7
commit
53464415df
@ -232,13 +232,6 @@
|
|||||||
#define ConfigurationTarget "release"
|
#define ConfigurationTarget "release"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if FB_BUILD_TYPE == "T"
|
|
||||||
;If we are still under development we can ignore some missing files.
|
|
||||||
#define SkipFileIfDevStatus " skipifsourcedoesntexist "
|
|
||||||
#else
|
|
||||||
#define SkipFileIfDevStatus " "
|
|
||||||
#endif
|
|
||||||
|
|
||||||
;This location is relative to SourceDir (declared below)
|
;This location is relative to SourceDir (declared below)
|
||||||
#define FilesDir="output_" + PlatformTarget + "_" + ConfigurationTarget
|
#define FilesDir="output_" + PlatformTarget + "_" + ConfigurationTarget
|
||||||
#if PlatformTarget == "x64"
|
#if PlatformTarget == "x64"
|
||||||
@ -512,18 +505,18 @@ Source: {#FilesDir}\fbsvcmgr.exe; DestDir: {app}; Components: DevAdminComponent;
|
|||||||
Source: {#FilesDir}\fbtracemgr.exe; DestDir: {app}; Components: DevAdminComponent; Flags: ignoreversion
|
Source: {#FilesDir}\fbtracemgr.exe; DestDir: {app}; Components: DevAdminComponent; Flags: ignoreversion
|
||||||
Source: {#FilesDir}\fbclient.dll; DestDir: {app}; Components: ClientComponent; Flags: overwritereadonly sharedfile promptifolder
|
Source: {#FilesDir}\fbclient.dll; DestDir: {app}; Components: ClientComponent; Flags: overwritereadonly sharedfile promptifolder
|
||||||
#if PlatformTarget == "x64"
|
#if PlatformTarget == "x64"
|
||||||
Source: {#WOW64Dir}\fbclient.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: overwritereadonly sharedfile promptifolder {#SkipFileIfDevStatus}
|
Source: {#WOW64Dir}\fbclient.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: overwritereadonly sharedfile promptifolder
|
||||||
Source: {#WOW64Dir}\instclient.exe; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion {#SkipFileIfDevStatus}
|
Source: {#WOW64Dir}\instclient.exe; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
#endif
|
#endif
|
||||||
Source: {#FilesDir}\icuuc??.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
Source: {#FilesDir}\icuuc??.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
Source: {#FilesDir}\icuin??.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
Source: {#FilesDir}\icuin??.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
Source: {#FilesDir}\icudt??.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
Source: {#FilesDir}\icudt??.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
Source: {#FilesDir}\icudt*.dat; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
Source: {#FilesDir}\icudt*.dat; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
#if PlatformTarget == "x64"
|
#if PlatformTarget == "x64"
|
||||||
Source: {#WOW64Dir}\icuuc??.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion {#SkipFileIfDevStatus}
|
Source: {#WOW64Dir}\icuuc??.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
Source: {#WOW64Dir}\icuin??.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion {#SkipFileIfDevStatus}
|
Source: {#WOW64Dir}\icuin??.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
Source: {#WOW64Dir}\icudt??.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion {#SkipFileIfDevStatus}
|
Source: {#WOW64Dir}\icudt??.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
Source: {#WOW64Dir}\icudt*.dat; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion {#SkipFileIfDevStatus}
|
Source: {#WOW64Dir}\icudt*.dat; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if PlatformTarget =="Win32"
|
#if PlatformTarget =="Win32"
|
||||||
@ -532,7 +525,7 @@ Source: {#FilesDir}\fbrmclib.dll; DestDir: {app}; Components: ServerComponent; F
|
|||||||
|
|
||||||
Source: {#FilesDir}\zlib1.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
Source: {#FilesDir}\zlib1.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
#if PlatformTarget == "x64"
|
#if PlatformTarget == "x64"
|
||||||
Source: {#WOW64Dir}\zlib1.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion {#SkipFileIfDevStatus}
|
Source: {#WOW64Dir}\zlib1.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile ignoreversion
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
;Rules for installation of MS runtimes are simplified with MSVC10
|
;Rules for installation of MS runtimes are simplified with MSVC10
|
||||||
@ -543,8 +536,8 @@ Source: {#FilesDir}\{#msvcr_filename}{#msvc_runtime_file_version}.dll; DestDir:
|
|||||||
Source: {#FilesDir}\msvcp{#msvc_runtime_file_version}.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile;
|
Source: {#FilesDir}\msvcp{#msvc_runtime_file_version}.dll; DestDir: {app}; Components: ClientComponent; Flags: sharedfile;
|
||||||
#if PlatformTarget == "x64"
|
#if PlatformTarget == "x64"
|
||||||
;If we are installing on x64 we need some 32-bit libraries for compatibility with 32-bit applications
|
;If we are installing on x64 we need some 32-bit libraries for compatibility with 32-bit applications
|
||||||
Source: {#WOW64Dir}\{#msvcr_filename}{#msvc_runtime_file_version}.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile {#SkipFileIfDevStatus};
|
Source: {#WOW64Dir}\{#msvcr_filename}{#msvc_runtime_file_version}.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile;
|
||||||
Source: {#WOW64Dir}\msvcp{#msvc_runtime_file_version}.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile {#SkipFileIfDevStatus};
|
Source: {#WOW64Dir}\msvcp{#msvc_runtime_file_version}.dll; DestDir: {app}\WOW64; Components: ClientComponent; Flags: sharedfile;
|
||||||
#endif
|
#endif
|
||||||
#endif /* #if Int(msvc_runtime_major_version,14) >= 10 */
|
#endif /* #if Int(msvc_runtime_major_version,14) >= 10 */
|
||||||
|
|
||||||
@ -552,10 +545,10 @@ Source: {#WOW64Dir}\msvcp{#msvc_runtime_file_version}.dll; DestDir: {app}\WOW64;
|
|||||||
#if PlatformTarget == "x64"
|
#if PlatformTarget == "x64"
|
||||||
;MinVersion 0,5.0 means no version of Win9x and at least Win2k if NT O/S
|
;MinVersion 0,5.0 means no version of Win9x and at least Win2k if NT O/S
|
||||||
;In addition, O/S must have Windows Installer 3.0.
|
;In addition, O/S must have Windows Installer 3.0.
|
||||||
Source: {#FilesDir}\system32\vccrt{#msvc_runtime_library_version}_x64.msi; DestDir: {tmp}; Check: HasWI30; MinVersion: {#MinVer}; Components: ClientComponent; Flags: {#SkipFileIfDevStatus}
|
Source: {#FilesDir}\system32\vccrt{#msvc_runtime_library_version}_x64.msi; DestDir: {tmp}; Check: HasWI30; MinVersion: {#MinVer}; Components: ClientComponent;
|
||||||
Source: {#WOW64Dir}\system32\vccrt{#msvc_runtime_library_version}_Win32.msi; DestDir: {tmp}; Check: HasWI30; MinVersion: {#MinVer}; Components: ClientComponent; Flags: {#SkipFileIfDevStatus}
|
Source: {#WOW64Dir}\system32\vccrt{#msvc_runtime_library_version}_Win32.msi; DestDir: {tmp}; Check: HasWI30; MinVersion: {#MinVer}; Components: ClientComponent;
|
||||||
#else
|
#else
|
||||||
Source: {#FilesDir}\system32\vccrt{#msvc_runtime_library_version}_Win32.msi; DestDir: {tmp}; Check: HasWI30; MinVersion: {#MinVer}; Components: ClientComponent; Flags: {#SkipFileIfDevStatus}
|
Source: {#FilesDir}\system32\vccrt{#msvc_runtime_library_version}_Win32.msi; DestDir: {tmp}; Check: HasWI30; MinVersion: {#MinVer}; Components: ClientComponent;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -571,7 +564,7 @@ Source: {#FilesDir}\intl\fbintl.dll; DestDir: {app}\intl; Components: ServerComp
|
|||||||
Source: {#FilesDir}\intl\fbintl.conf; DestDir: {app}\intl; Components: ServerComponent; Flags: onlyifdoesntexist
|
Source: {#FilesDir}\intl\fbintl.conf; DestDir: {app}\intl; Components: ServerComponent; Flags: onlyifdoesntexist
|
||||||
Source: {#FilesDir}\lib\*.lib; DestDir: {app}\lib; Components: DevAdminComponent; Flags: ignoreversion;
|
Source: {#FilesDir}\lib\*.lib; DestDir: {app}\lib; Components: DevAdminComponent; Flags: ignoreversion;
|
||||||
#if PlatformTarget == "x64"
|
#if PlatformTarget == "x64"
|
||||||
Source: {#WOW64Dir}\lib\*.lib; DestDir: {app}\WOW64\lib; Components: DevAdminComponent; Flags: ignoreversion {#SkipFileIfDevStatus}
|
Source: {#WOW64Dir}\lib\*.lib; DestDir: {app}\WOW64\lib; Components: DevAdminComponent; Flags: ignoreversion
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
;deprecated in FB4.0
|
;deprecated in FB4.0
|
||||||
@ -586,7 +579,7 @@ Source: {#FilesDir}\plugins\chacha.dll; DestDir: {app}\plugins; Components: Clie
|
|||||||
Source: {#FilesDir}\plugins\*.conf; DestDir: {app}\plugins; Components: ServerComponent; Flags: ignoreversion;
|
Source: {#FilesDir}\plugins\*.conf; DestDir: {app}\plugins; Components: ServerComponent; Flags: ignoreversion;
|
||||||
Source: {#FilesDir}\plugins\udr\*.*; DestDir: {app}\plugins\udr; Components: ServerComponent; Flags: ignoreversion;
|
Source: {#FilesDir}\plugins\udr\*.*; DestDir: {app}\plugins\udr; Components: ServerComponent; Flags: ignoreversion;
|
||||||
#if PlatformTarget == "x64"
|
#if PlatformTarget == "x64"
|
||||||
Source: {#WOW64Dir}\plugins\chacha*.dll; DestDir: {app}\WOW64\plugins; Components: ClientComponent; Flags: ignoreversion {#SkipFileIfDevStatus};
|
Source: {#WOW64Dir}\plugins\chacha*.dll; DestDir: {app}\WOW64\plugins; Components: ClientComponent; Flags: ignoreversion;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Source: {#FilesDir}\misc\*.*; DestDir: {app}\misc; Components: ServerComponent; Flags: ignoreversion createallsubdirs recursesubdirs ;
|
Source: {#FilesDir}\misc\*.*; DestDir: {app}\misc; Components: ServerComponent; Flags: ignoreversion createallsubdirs recursesubdirs ;
|
||||||
@ -597,7 +590,7 @@ Source: {#FilesDir}\tzdata\*.*; DestDir: {app}\tzdata; Components: ClientCompone
|
|||||||
#endif /* files */
|
#endif /* files */
|
||||||
|
|
||||||
#ifdef examples
|
#ifdef examples
|
||||||
Source: {#FilesDir}\examples\*.*; DestDir: {app}\examples; Components: DevAdminComponent; Flags: ignoreversion createallsubdirs recursesubdirs {#SkipFileIfDevStatus};
|
Source: {#FilesDir}\examples\*.*; DestDir: {app}\examples; Components: DevAdminComponent; Flags: ignoreversion createallsubdirs recursesubdirs;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ship_pdb
|
#ifdef ship_pdb
|
||||||
@ -608,7 +601,7 @@ Source: {#FilesDir}\gfix.pdb; DestDir: {app}; Components: DevAdminComponent;
|
|||||||
Source: {#FilesDir}\isql.pdb; DestDir: {app}; Components: ClientComponent;
|
Source: {#FilesDir}\isql.pdb; DestDir: {app}; Components: ClientComponent;
|
||||||
Source: {#FilesDir}\plugins\*.pdb; DestDir: {app}\plugins; Components: ServerComponent;
|
Source: {#FilesDir}\plugins\*.pdb; DestDir: {app}\plugins; Components: ServerComponent;
|
||||||
#if PlatformTarget == "x64"
|
#if PlatformTarget == "x64"
|
||||||
Source: {#WOW64Dir}\fbclient.pdb; DestDir: {app}\WOW64; Components: ClientComponent; Flags: {#SkipFileIfDevStatus};
|
Source: {#WOW64Dir}\fbclient.pdb; DestDir: {app}\WOW64; Components: ClientComponent;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -638,7 +631,7 @@ program Setup;
|
|||||||
// Some global variables are also in FirebirdInstallEnvironmentChecks.inc
|
// Some global variables are also in FirebirdInstallEnvironmentChecks.inc
|
||||||
// This is not ideal, but then this scripting environment is not ideal, either.
|
// This is not ideal, but then this scripting environment is not ideal, either.
|
||||||
// The basic point of the include files is to isolate chunks of code that are
|
// The basic point of the include files is to isolate chunks of code that are
|
||||||
// a) Form a module or have common functionality
|
// a) From a module or have common functionality
|
||||||
// b) Debugged.
|
// b) Debugged.
|
||||||
// This hopefully keeps the main script simpler to follow.
|
// This hopefully keeps the main script simpler to follow.
|
||||||
|
|
||||||
@ -739,7 +732,7 @@ begin
|
|||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//By default we want to install and confugure,
|
//By default we want to install and configure,
|
||||||
//unless subsequent analysis suggests otherwise.
|
//unless subsequent analysis suggests otherwise.
|
||||||
InstallAndConfigure := Install + Configure;
|
InstallAndConfigure := Install + Configure;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user