File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ lib$(perlwithver).a: $(perlwithver).def
57
57
dlltool --dllname $(perlwithver ) .dll --def $(perlwithver ) .def --output-lib lib$(perlwithver ) .a
58
58
59
59
$(perlwithver ) .def : $(PERLDLL )
60
- pexports $^ > $@
60
+ gendef - $^ > $@
61
61
62
62
endif # win32
63
63
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ libpython${pytverstr}.a: python${pytverstr}.def
74
74
dlltool --dllname python${pytverstr} .dll --def python${pytverstr} .def --output-lib libpython${pytverstr} .a
75
75
76
76
python${pytverstr}.def :
77
- pexports $(PYTHONDLL ) > $@
77
+ gendef - $(PYTHONDLL ) > $@
78
78
79
79
endif # win32
80
80
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ lib$(tclwithver).a: $(tclwithver).def
61
61
dlltool --dllname $(tclwithver ) .dll --def $(tclwithver ) .def --output-lib lib$(tclwithver ) .a
62
62
63
63
$(tclwithver ) .def : $(TCLDLL )
64
- pexports $^ > $@
64
+ gendef - $^ > $@
65
65
66
66
endif # win32
67
67
You can’t perform that action at this time.
0 commit comments