Distribute README.win32.

1999-12-11  Tor Lillqvist  <tml@iki.fi>

* Makefile.am: Distribute README.win32.

* gdk/Makefile.am
* gdk/win32/Makefile.am: Distribute gdk/win32.
This commit is contained in:
Tor Lillqvist
1999-12-11 23:18:12 +00:00
committed by Tor Lillqvist
parent 9c00803e19
commit 913cb7cd85
11 changed files with 149 additions and 1 deletions

View File

@ -1,5 +1,10 @@
1999-12-11 Tor Lillqvist <tml@iki.fi> 1999-12-11 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute README.win32.
* gdk/Makefile.am
* gdk/win32/Makefile.am: Distribute gdk/win32.
* gdk/gdkprivate.h: Must mark also gdk_error_warnings and * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
gdk_error_code as GDKVAR, as they are referred outside GDK. gdk_error_code as GDKVAR, as they are referred outside GDK.

View File

@ -1,5 +1,10 @@
1999-12-11 Tor Lillqvist <tml@iki.fi> 1999-12-11 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute README.win32.
* gdk/Makefile.am
* gdk/win32/Makefile.am: Distribute gdk/win32.
* gdk/gdkprivate.h: Must mark also gdk_error_warnings and * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
gdk_error_code as GDKVAR, as they are referred outside GDK. gdk_error_code as GDKVAR, as they are referred outside GDK.

View File

@ -1,5 +1,10 @@
1999-12-11 Tor Lillqvist <tml@iki.fi> 1999-12-11 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute README.win32.
* gdk/Makefile.am
* gdk/win32/Makefile.am: Distribute gdk/win32.
* gdk/gdkprivate.h: Must mark also gdk_error_warnings and * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
gdk_error_code as GDKVAR, as they are referred outside GDK. gdk_error_code as GDKVAR, as they are referred outside GDK.

View File

@ -1,5 +1,10 @@
1999-12-11 Tor Lillqvist <tml@iki.fi> 1999-12-11 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute README.win32.
* gdk/Makefile.am
* gdk/win32/Makefile.am: Distribute gdk/win32.
* gdk/gdkprivate.h: Must mark also gdk_error_warnings and * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
gdk_error_code as GDKVAR, as they are referred outside GDK. gdk_error_code as GDKVAR, as they are referred outside GDK.

View File

@ -1,5 +1,10 @@
1999-12-11 Tor Lillqvist <tml@iki.fi> 1999-12-11 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute README.win32.
* gdk/Makefile.am
* gdk/win32/Makefile.am: Distribute gdk/win32.
* gdk/gdkprivate.h: Must mark also gdk_error_warnings and * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
gdk_error_code as GDKVAR, as they are referred outside GDK. gdk_error_code as GDKVAR, as they are referred outside GDK.

View File

@ -1,5 +1,10 @@
1999-12-11 Tor Lillqvist <tml@iki.fi> 1999-12-11 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute README.win32.
* gdk/Makefile.am
* gdk/win32/Makefile.am: Distribute gdk/win32.
* gdk/gdkprivate.h: Must mark also gdk_error_warnings and * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
gdk_error_code as GDKVAR, as they are referred outside GDK. gdk_error_code as GDKVAR, as they are referred outside GDK.

View File

@ -1,5 +1,10 @@
1999-12-11 Tor Lillqvist <tml@iki.fi> 1999-12-11 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute README.win32.
* gdk/Makefile.am
* gdk/win32/Makefile.am: Distribute gdk/win32.
* gdk/gdkprivate.h: Must mark also gdk_error_warnings and * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
gdk_error_code as GDKVAR, as they are referred outside GDK. gdk_error_code as GDKVAR, as they are referred outside GDK.

View File

@ -17,6 +17,7 @@ EXTRA_DIST = \
NEWS.pre-1-0 \ NEWS.pre-1-0 \
ChangeLog.pre-1-0 \ ChangeLog.pre-1-0 \
README.cvs-commits \ README.cvs-commits \
README.win32 \
intl/libgettext.h \ intl/libgettext.h \
intl/po2tbl.sed.in \ intl/po2tbl.sed.in \
examples/aspectframe/Makefile \ examples/aspectframe/Makefile \

View File

@ -13,6 +13,9 @@ gtk\makefile.msc (or makefile.cygwin).
See the README.win32 file in the GLib distribution for instructions See the README.win32 file in the GLib distribution for instructions
how to build with gcc. how to build with gcc.
The same instructions are also useful if you want to build
applications that use GTk+ on Win32.
The tablet support uses the Wintab API. The Wintab development kit can The tablet support uses the Wintab API. The Wintab development kit can
be downloaded from http://www.pointing.com. If you don't care for be downloaded from http://www.pointing.com. If you don't care for
that, undefine HAVE_WINTAB in config.h.win32 and remove references to that, undefine HAVE_WINTAB in config.h.win32 and remove references to

View File

@ -1,6 +1,9 @@
## Makefile.am for gtk+/gdk ## Makefile.am for gtk+/gdk
SUBDIRS=x11 SUBDIRS=x11 win32
EXTRA_DIST = \
gdkconfig.h.win32
INCLUDES = @STRIP_BEGIN@ \ INCLUDES = @STRIP_BEGIN@ \
-DG_LOG_DOMAIN=\"Gdk\" \ -DG_LOG_DOMAIN=\"Gdk\" \

106
gdk/win32/Makefile.am Normal file
View File

@ -0,0 +1,106 @@
EXTRA_DIST = \
gdkcc-win32.c \
gdkcolor-win32.c \
gdkcursor-win32.c \
gdkdnd-win32.c \
gdkdrawable-win32.c \
gdkevents-win32.c \
gdkfont-win32.c \
gdkgc-win32.c \
gdkglobals-win32.c \
gdkim-win32.c \
gdkimage-win32.c \
gdkinput-win32.c \
gdkinputprivate.h \
gdkmain-win32.c \
gdkpixmap-win32.c \
gdkprivate-win32.h \
gdkproperty-win32.c \
gdkregion-win32.c \
gdkselection-win32.c \
gdkvisual-win32.c \
gdkwin32.h \
gdkwin32id.c \
gdkwindow-win32.c \
makefile.cygwin \
makefile.msc \
surrogate-dimm.h \
rc/gdk.rc \
rc/gdk.ico \
rc/cursor00.cur \
rc/cursor02.cur \
rc/cursor04.cur \
rc/cursor06.cur \
rc/cursor08.cur \
rc/cursor0a.cur \
rc/cursor0c.cur \
rc/cursor0e.cur \
rc/cursor10.cur \
rc/cursor12.cur \
rc/cursor14.cur \
rc/cursor16.cur \
rc/cursor18.cur \
rc/cursor1a.cur \
rc/cursor1c.cur \
rc/cursor1e.cur \
rc/cursor20.cur \
rc/cursor22.cur \
rc/cursor24.cur \
rc/cursor26.cur \
rc/cursor28.cur \
rc/cursor2a.cur \
rc/cursor2c.cur \
rc/cursor2e.cur \
rc/cursor30.cur \
rc/cursor32.cur \
rc/cursor34.cur \
rc/cursor36.cur \
rc/cursor38.cur \
rc/cursor3a.cur \
rc/cursor3c.cur \
rc/cursor3e.cur \
rc/cursor40.cur \
rc/cursor42.cur \
rc/cursor44.cur \
rc/cursor46.cur \
rc/cursor48.cur \
rc/cursor4a.cur \
rc/cursor4c.cur \
rc/cursor4e.cur \
rc/cursor50.cur \
rc/cursor52.cur \
rc/cursor54.cur \
rc/cursor56.cur \
rc/cursor58.cur \
rc/cursor5a.cur \
rc/cursor5c.cur \
rc/cursor5e.cur \
rc/cursor60.cur \
rc/cursor62.cur \
rc/cursor64.cur \
rc/cursor66.cur \
rc/cursor68.cur \
rc/cursor6a.cur \
rc/cursor6c.cur \
rc/cursor6e.cur \
rc/cursor70.cur \
rc/cursor72.cur \
rc/cursor74.cur \
rc/cursor76.cur \
rc/cursor78.cur \
rc/cursor7a.cur \
rc/cursor7c.cur \
rc/cursor7e.cur \
rc/cursor80.cur \
rc/cursor82.cur \
rc/cursor84.cur \
rc/cursor86.cur \
rc/cursor88.cur \
rc/cursor8a.cur \
rc/cursor8c.cur \
rc/cursor8e.cur \
rc/cursor90.cur \
rc/cursor92.cur \
rc/cursor94.cur \
rc/cursor96.cur \
rc/cursor98.cur \