6074834e14
How could something so wrong get committed in the first place ???
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
$OpenBSD: patch-lib_glsmap_Imakefile,v 1.2 2002/12/30 10:02:55 espie Exp $
|
|
--- lib/glsmap/Imakefile.orig Sat Aug 8 02:20:50 1998
|
|
+++ lib/glsmap/Imakefile Mon Dec 30 10:45:27 2002
|
|
@@ -2,10 +2,12 @@
|
|
/* Copyright (c) Mark J. Kilgard, 1998. */
|
|
|
|
#define DoNormalLib YES
|
|
+#define DoSharedLib YES
|
|
+#define DoExtraLib YES
|
|
+#define LibName glsmap
|
|
+#define SoRev SOGLSMAPREV
|
|
|
|
-#include <Library.tmpl>
|
|
-
|
|
-#include "../../Glut.cf"
|
|
+SOGLSMAPREV = 3.7
|
|
|
|
SRCS = smap_buildsmap.c smap_context.c smap_create.c smap_destroy.c \
|
|
smap_drawmesh.c smap_flag.c smap_get.c smap_getfunc.c smap_gettexdim.c \
|
|
@@ -19,6 +21,10 @@ OBJS = smap_buildsmap.o smap_context.o s
|
|
smap_origin.o smap_render.o smap_rvec2st.o smap_set.o smap_setfunc.o \
|
|
smap_setvec.o smap_texdim.o smap_texobj.o
|
|
|
|
+#include <Library.tmpl>
|
|
+
|
|
+#include "../../Glut.cf"
|
|
+
|
|
#ifdef LibraryObjectRule
|
|
LibraryObjectRule()
|
|
#else
|
|
@@ -26,7 +32,5 @@ LibraryObjectRule()
|
|
will probably do essentially what LibraryObjectRule does. */
|
|
NormalLibraryObjectRule()
|
|
#endif
|
|
-
|
|
-NormalLibraryTarget(glsmap,$(OBJS))
|
|
|
|
DependTarget()
|