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 @@ -45,7 +45,7 @@ lib$(tclwithver).a: $(tclwithver).def
45
45
dlltool --dllname $(tclwithver ) .dll --def $(tclwithver ) .def --output-lib lib$(tclwithver ) .a
46
46
47
47
$(tclwithver ) .def : $(TCLDLL )
48
- pexports $^ > $@
48
+ gendef - $^ > $@
49
49
50
50
endif # win32
51
51
You can’t perform that action at this time.
0 commit comments