blob: e13826e2172c8f512d8528f9ee6878e9e3af714b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
diff -rc src/Velvet.orig/Makefile src/Velvet/Makefile
*** src/Velvet.orig/Makefile Wed Dec 23 23:01:05 1998
--- src/Velvet/Makefile Wed Dec 23 23:01:34 1998
***************
*** 18,24 ****
CFLAGS = $(CCOPTS) -I$(X11INC) -I$(TOPDIR)/include
LDFLAGS = $(LDOPTS) -L$(X11LIB)
LIBS = $(LIBWIDGETS) $(LIBGEN) $(LIBGEOMPACK) $(LIBFELT) $(LIBELT) $(LIBMTX)\
! -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
OBJS = analysis.o animate.o apply.o bivar.o callbacks.o canvas.o\
colors.o constraint.o contour.o draw3d.o drawingshell.o\
element.o elementlist.o elementop.o eps.o error.o field.o file.o\
--- 18,24 ----
CFLAGS = $(CCOPTS) -I$(X11INC) -I$(TOPDIR)/include
LDFLAGS = $(LDOPTS) -L$(X11LIB)
LIBS = $(LIBWIDGETS) $(LIBGEN) $(LIBGEOMPACK) $(LIBFELT) $(LIBELT) $(LIBMTX)\
! -lXaw3d -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
OBJS = analysis.o animate.o apply.o bivar.o callbacks.o canvas.o\
colors.o constraint.o contour.o draw3d.o drawingshell.o\
element.o elementlist.o elementop.o eps.o error.o field.o file.o\
diff -rc src/Velvet.orig/Velvet.ad src/Velvet/Velvet.ad
*** src/Velvet.orig/Velvet.ad Wed Dec 23 23:01:06 1998
--- src/Velvet/Velvet.ad Wed Dec 23 23:01:34 1998
***************
*** 1046,1052 ****
! 3d specific defaults
! !*shapeStyle: Rectangle
! !*control*spacer.height: 43
! !*control*MenuButton*height: 26
! !*control*Command*height: 26
--- 1046,1052 ----
! 3d specific defaults
! *shapeStyle: Rectangle
! *control*spacer.height: 43
! *control*MenuButton*height: 26
! *control*Command*height: 26
|