After being away for about five months, I'm back working on this... For
authorTor Lillqvist <tml@iki.fi>
Thu, 30 Aug 2001 05:09:11 +0000 (05:09 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 30 Aug 2001 05:09:11 +0000 (05:09 +0000)
commit74b4d8c22e6b63661430395f40b978684009c29b
tree779d758cbd7f2c7b21185c425402536bc111c051
parent66529cef67ae7bf10ddf81ca7a243c4576a7fa9e
After being away for about five months, I'm back working on this... For

2001-08-30  Tor Lillqvist  <tml@iki.fi>

After being away for about five months, I'm back working on
this...  For now, still using same build setup for Win32. Probably
will change to not including version numbers in the import library
names, though. (But the DLL names would still include them,
possibly even also the micro version number.) That would be more
Unix-like. Also, will have to check out newest mingw tool versions
to see if the build-dll script now can be retired.

* makefile.mingw
* makefile.msc: New files, no need to generate from .in as
they don't contain references to automake variables.

* makefile.mingw.in
* makefile.msc.in: Removed.

* glib.rc.in: Remove
* glib/glib.rc.in: Moved here.

* Makefile.am
* glib/Makefile.am: Corresponding changes.

* glib/glib.def: Fix typo, add new entries.

* glib/gspawn-win32-helper.c: More debugging. Doesn't work
currently (or then it never has on Win2k, which I now use?)

* glib/gstrfuncs.c
* glib/gstrfuncs.h: Mark g_ascii_table for export/import on Win32.

* */makefile.mingw.in: Reflect new location of glib library.
26 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
glib/Makefile.am
glib/glib.def
glib/glib.rc.in [moved from glib.rc.in with 100% similarity]
glib/gspawn-win32-helper.c
glib/gspawn-win32.c
glib/gstrfuncs.c
glib/gstrfuncs.h
glib/makefile.mingw.in
glib/makefile.msc.in
gmodule/makefile.mingw.in
gobject/makefile.mingw.in
gthread/makefile.mingw.in
makefile.mingw [new file with mode: 0644]
makefile.mingw.in [deleted file]
makefile.msc [moved from makefile.msc.in with 65% similarity]
tests/makefile.mingw.in
tests/spawn-test.c