Updates for 2.3.3 debs.

Typo fix for start of local event id's.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2002-08-23 03:33:12 +00:00
parent 72383a729f
commit fdb599058d
4 changed files with 14 additions and 4 deletions

4
debian/rules vendored
View File

@@ -271,6 +271,7 @@ build-gtk-shared-stamp:
--with-libjpeg=sys \
--with-libpng=sys \
--with-libtiff=sys \
--enable-dynamic-loader \
&& $(MAKE)
touch $@
@@ -287,6 +288,7 @@ build-gtk-static-stamp:
--with-libjpeg=sys \
--with-libpng=sys \
--with-libtiff=sys \
--enable-dynamic-loader \
&& $(MAKE)
touch $@
@@ -304,6 +306,7 @@ build-gtk-debug-stamp:
--with-libjpeg=sys \
--with-libpng=sys \
--with-libtiff=sys \
--enable-dynamic-loader \
&& $(MAKE)
touch $@
@@ -321,6 +324,7 @@ build-gtk-univ-stamp:
--with-libjpeg=sys \
--with-libpng=sys \
--with-libtiff=sys \
--enable-dynamic-loader \
&& $(MAKE)
touch $@