summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/windows.m4
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/windows.m4')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/windows.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/windows.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/windows.m4
new file mode 100644
index 00000000000..bc4527f36e8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/dpv/windows.m4
@@ -0,0 +1,12 @@
+divert(-1)
+# windows.m4
+# This file is used if the CUSTOM=windows.m4 function is turned on in Makefile
+define(`windows_')
+
+# To makd NeedDpicTools work,
+# change the absolute Windows path to your installation directory:
+
+define(`NeedDpicTools',`if "dpictools" != "1" then {
+ copy "D:\Dwight\lib\dpictools.pic" } define(`dfitcurve__') ')
+
+divert(0)dnl