Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remove extra -W's |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
f13975c6e65ae387868c04c605d268da |
| User & Date: | stu 2012-09-26 22:00:25 |
Context
|
2012-09-26
| ||
| 22:12 | XKeycodeToKeysym -> XkbKeycodeToKeysym check-in: cb125f8182 user: stu tags: trunk | |
| 22:00 | Remove extra -W's check-in: f13975c6e6 user: stu tags: trunk | |
|
2012-09-24
| ||
| 15:15 | Initial commit: TkXext-3.6.13, TEA-ified. check-in: d98287572b user: stu tags: trunk | |
Changes
Changes to configure.
| ︙ | ︙ | |||
5582 5583 5584 5585 5586 5587 5588 |
i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
fi
PKG_LIBS="$PKG_LIBS $i"
done
| | | 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 |
i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
fi
PKG_LIBS="$PKG_LIBS $i"
done
PKG_CFLAGS="$PKG_CFLAGS -DPIC"
vars=""
for i in $vars; do
# check for existence - allows for generic/win/unix VPATH
if test ! -f "${srcdir}/$i" -a ! -f "${srcdir}/generic/$i" \
|
| ︙ | ︙ |
Changes to configure.in.
| ︙ | ︙ | |||
71 72 73 74 75 76 77 | # and PKG_TCL_SOURCES. #----------------------------------------------------------------------- TEA_ADD_SOURCES([]) TEA_ADD_HEADERS([]) TEA_ADD_INCLUDES([]) TEA_ADD_LIBS([]) | | | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | # and PKG_TCL_SOURCES. #----------------------------------------------------------------------- TEA_ADD_SOURCES([]) TEA_ADD_HEADERS([]) TEA_ADD_INCLUDES([]) TEA_ADD_LIBS([]) TEA_ADD_CFLAGS([-DPIC]) TEA_ADD_STUB_SOURCES([]) TEA_ADD_TCL_SOURCES([]) #-------------------------------------------------------------------- # __CHANGE__ # # You can add more files to clean if your extension creates any extra |
| ︙ | ︙ |