blob: bc4527f36e825bd82d55ca4d73b9b7224258a6e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|