blob: 33e15279504e790c4221cbf736c2e0fd2707828b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-lib-Mrm-Imakefile,v 1.1.1.1 2000/10/29 16:17:13 mjl Exp $
--- lib/Mrm/Imakefile.orig Sun Oct 29 14:21:24 2000
+++ lib/Mrm/Imakefile Sun Oct 29 14:21:51 2000
@@ -36,8 +36,10 @@
#define DoNormalLib NormalLibMrm
#define DoSharedLib SharedLibMrm
+#if 0
#define DoDebugLib DebugLibMrm
#define DoProfileLib ProfileLibMrm
+#endif
#define LibName Mrm
#define SoRev SOMRMREV
#define HasSharedData NO
|