summaryrefslogtreecommitdiff
path: root/editors/treetext/files/MakeInclude
diff options
context:
space:
mode:
Diffstat (limited to 'editors/treetext/files/MakeInclude')
-rw-r--r--editors/treetext/files/MakeInclude9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/treetext/files/MakeInclude b/editors/treetext/files/MakeInclude
new file mode 100644
index 00000000000..42c3e7b1e78
--- /dev/null
+++ b/editors/treetext/files/MakeInclude
@@ -0,0 +1,9 @@
+CXX = g++
+CXXFLAGS = -Wall -DUSE_UNICODE
+AR = ar cru
+RANLIB = ranlib
+STRIP = strip
+INCLUDE = ${CPPFLAGS} -I${X11BASE}/include
+LIBDIR = ${LDFLAGS}
+LINK = -lFOX
+INSTDIR = ${PREFIX}/bin