diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/windows.m4')
-rw-r--r-- | Master/texmf-dist/doc/latex/circuit-macros/examples/windows.m4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/windows.m4 b/Master/texmf-dist/doc/latex/circuit-macros/examples/windows.m4 index 1b2a904af06..bc4527f36e8 100644 --- a/Master/texmf-dist/doc/latex/circuit-macros/examples/windows.m4 +++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/windows.m4 @@ -1,7 +1,10 @@ divert(-1) -# This file is used if the CUSTOM= function is turned on in Makefile +# windows.m4 +# This file is used if the CUSTOM=windows.m4 function is turned on in Makefile +define(`windows_') -# Change the absolute Windows path to your installation directory: +# 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__') ') |