File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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 @@ -54,7 +54,7 @@ libpython${pytverstr}.a: python${pytverstr}.def
54
54
dlltool --dllname python${pytverstr} .dll --def python${pytverstr} .def --output-lib libpython${pytverstr} .a
55
55
56
56
python${pytverstr}.def :
57
- pexports $(PYTHONDLL ) > $@
57
+ gendef - $(PYTHONDLL ) > $@
58
58
59
59
endif # win32
60
60
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ lib$(tclwithver).a: $(tclwithver).def
44
44
dlltool --dllname $(tclwithver ) .dll --def $(tclwithver ) .def --output-lib lib$(tclwithver ) .a
45
45
46
46
$(tclwithver ) .def : $(TCLDLL )
47
- pexports $^ > $@
47
+ gendef - $^ > $@
48
48
49
49
endif # win32
50
50
You can’t perform that action at this time.
0 commit comments