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 @@ -48,7 +48,7 @@ lib$(perlwithver).a: $(perlwithver).def
48
48
dlltool --dllname $(perlwithver ) .dll --def $(perlwithver ) .def --output-lib lib$(perlwithver ) .a
49
49
50
50
$(perlwithver ) .def : $(PERLDLL )
51
- pexports $^ > $@
51
+ gendef - $^ > $@
52
52
53
53
endif # win32
54
54
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ libpython${pytverstr}.a: python${pytverstr}.def
69
69
dlltool --dllname python${pytverstr} .dll --def python${pytverstr} .def --output-lib libpython${pytverstr} .a
70
70
71
71
python${pytverstr}.def :
72
- pexports $(PYTHONDLL ) > $@
72
+ gendef - $(PYTHONDLL ) > $@
73
73
74
74
endif # win32
75
75
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ lib$(tclwithver).a: $(tclwithver).def
46
46
dlltool --dllname $(tclwithver ) .dll --def $(tclwithver ) .def --output-lib lib$(tclwithver ) .a
47
47
48
48
$(tclwithver ) .def : $(TCLDLL )
49
- pexports $^ > $@
49
+ gendef - $^ > $@
50
50
51
51
endif # win32
52
52
You can’t perform that action at this time.
0 commit comments