summaryrefslogtreecommitdiff
path: root/src/cdpdf.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdpdf.mak')
-rw-r--r--src/cdpdf.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cdpdf.mak b/src/cdpdf.mak
new file mode 100644
index 0000000..f4e5b40
--- /dev/null
+++ b/src/cdpdf.mak
@@ -0,0 +1,12 @@
+PROJNAME = cd
+LIBNAME = cdpdf
+OPT = YES
+
+DEFINES = CD_NO_OLD_INTERFACE
+SRC = drv/cdpdf.c
+
+INCLUDES = . sim pdflib/pdflib
+LIBS = pdflib
+
+USE_CD = YES
+CD = ..