Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7483d68

Browse files
committed
Rene Liebscher: comment fixes.
1 parent 66e966f commit 7483d68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/distutils/cygwinccompiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# see also http://starship.python.net/crew/kernr/mingw32/Notes.html
2020
#
21-
# * We use put export_symbols in a def-file, and don't use
21+
# * We put export_symbols in a def-file, and don't use
2222
# --export-all-symbols because it doesn't worked reliable in some
2323
# tested configurations. And because other windows compilers also
2424
# need their symbols specified this no serious problem.
@@ -32,7 +32,7 @@
3232
# (ld doesn't support -shared, so we use dllwrap)
3333
# * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
3434
# - its dllwrap doesn't work, there is a bug in binutils 2.10.90
35-
# see also .....
35+
# see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
3636
# - using gcc -mdll instead dllwrap doesn't work without -static because
3737
# it tries to link against dlls instead their import libraries. (If
3838
# it finds the dll first.)

0 commit comments

Comments
 (0)