blob: 5c5d7498a63ec5ef52b941be30f63097930b335b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- config/cf/Imake.rules.orig Thu Jul 27 15:15:59 2000
+++ config/cf/Imake.rules Thu Jul 27 16:21:00 2000
@@ -2266,7 +2266,7 @@
#endif
#ifndef LinkBuildLibrary
-#ifdef UseInstalled
+#if defined(UseInstalled) || (defined(LibInstall) && !defined(LibInstallBuild) && !LibInstall) || (defined(LibInstallBuild) && !LibInstallBuild)
#define LinkBuildLibrary(lib) $(_NULLCMD_)
#else
#define LinkBuildLibrary(lib) MakeDir($(BUILDLIBDIR)) @@\
@@ -3205,7 +3205,7 @@
#endif
#ifndef InstallLibraryModule
-#if !DoLoadableServer
+#if !DoLoadableServer || (defined(ModuleInstall) && !ModuleInstall)
#define InstallLibraryModule(module,dest,subdir) /**/
#else
#if MakeDllModules
|