mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
205a5d395b
Windows(tm) controls - like widget set for Motif(tm). PR: 8950 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
13 lines
419 B
Plaintext
13 lines
419 B
Plaintext
--- testsrc/makefile Fri Mar 14 22:50:16 1997
|
|
+++ /home/andy/tmp/wrk/testsrc/makefile Wed Dec 2 23:05:06 1998
|
|
@@ -43,6 +43,9 @@
|
|
testrow.c testtb.c testte.c testtabs.c
|
|
TESTPROGS = ${TESTCSRC:.c=}
|
|
|
|
+CFLAGS = -I/usr/X11R6/include/xg -I/usr/X11R6/include
|
|
+LDFLAGS = -L/usr/X11R6/lib -lXm -lXt -lXmu -lX11 -lxg
|
|
+
|
|
# ------------------------------------------------------------------------
|
|
# miscellaneous macros
|
|
#
|