*/.cvsignore: Add various Win32 related file types.
authorTor Lillqvist <tml@iki.fi>
Sat, 24 Nov 2001 18:53:03 +0000 (18:53 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 24 Nov 2001 18:53:03 +0000 (18:53 +0000)
2001-11-24  Tor Lillqvist  <tml@iki.fi>

*/.cvsignore: Add various Win32 related file types.

gmodule:

2001-11-24  Tor Lillqvist  <tml@iki.fi>

* Makefile.am: Remove rule for testgmodule.exp, too.

2001-11-22  Tor Lillqvist  <tml@iki.fi>

* gmodule-win32.c: Current w32api headers do include tlhelp32.h,
so no need to have an extract from it here.

glib/.cvsignore
gmodule/.cvsignore
gmodule/ChangeLog
gmodule/Makefile.am
gmodule/gmodule-win32.c
gobject/.cvsignore
gthread/.cvsignore
tests/.cvsignore

index b26fb902a6438e6c3f82534281f56f2216268aa9..e75868beb2b62d0dcae59a8eaf581e9908bc8c63 100644 (file)
@@ -1,10 +1,19 @@
 Makefile
 Makefile.in
 libglib-1.3.la
+makefile.mingw
+makefile.msc
+glib.rc
+gspawn-win32-helper
+*-build.stamp
 *.lo
 *.obj
 *.lib
 *.dll
+*.exp
+*.ilk
+*.pdb
+*.res
 *.exe
 .deps
 .libs
index fd6051b81cf00de5ebcd901b3811c004ec7c6370..7aa8254751748d392f32eec0d84119dde40d3f3d 100644 (file)
@@ -2,10 +2,14 @@
 *.obj
 *.lib
 *.dll
+*.exp
+*.ilk
+*.pdb
 Makefile
 Makefile.in
 makefile.msc
 makefile.mingw
+*-build.stamp
 .deps
 _libs
 .libs
index 2ca2ba6e8b52bbe115be1eb9d453905cdd64d172..298a07b0190f725ea763d604633d12aaec4d1c18 100644 (file)
@@ -1,3 +1,12 @@
+2001-11-24  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile.am: Remove rule for testgmodule.exp, too.
+
+2001-11-22  Tor Lillqvist  <tml@iki.fi>
+
+       * gmodule-win32.c: Current w32api headers do include tlhelp32.h,
+       so no need to have an extract from it here.
+
 Mon Nov 19 16:12:12 2001  Owen Taylor  <otaylor@redhat.com>
 
        * Makefile.am makefile.msc.in makefile.mingw.in: Remove
index e5ef64a63e33e8a01f692da84bde80cfc2c55337..fe1f7a7429a9cde570ffbfffb872bf1bd749e4e5 100644 (file)
@@ -82,9 +82,6 @@ endif
 gmodule-1.3.lib: libgmodule-1.3.la gmodule.def
        lib -name:libgmodule-1.3-@LT_CURRENT_MINUS_AGE@.dll -def:gmodule.def -out:$@
 
-testgmodule.exp: testgmodule.o
-       dlltool --output-exp testgmodule.exp testgmodule.o
-
 gmodule.rc: $(top_builddir)/config.status $(top_srcdir)/gmodule/gmodule.rc.in
        cd $(top_builddir) && CONFIG_FILES=gmodule/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
index a738b013450b1a67120e018d985fb3e1c225d9a1..5fdf928861b569beaa010762e1599ebd5e4f57e0 100644 (file)
 #include <stdio.h>
 #include <windows.h>
 
-#ifdef __MSVC__
 #include <tlhelp32.h>
-#else
 
 #ifdef G_WITH_CYGWIN
 #include <sys/cygwin.h>
 #endif
 
-/* The w32api headers supplied with the mingw gcc don't have
- * tlhelp32.h. We really only need the MODULEENTRY32 struct and the
- * TH32CS_SNAPMODULE value, so provide them here.
- */
-
-#define MAX_MODULE_NAME32 255
-
-typedef struct
-{
-  DWORD dwSize;
-  DWORD th32ModuleID;
-  DWORD th32ProcessID;
-  DWORD GlblcntUsage;
-  DWORD ProccntUsage;
-  BYTE  *modBaseAddr; 
-  DWORD modBaseSize; 
-  HMODULE hModule;     
-  char szModule[MAX_MODULE_NAME32 + 1];
-  char szExePath[MAX_PATH];
-} MODULEENTRY32;
-#define TH32CS_SNAPMODULE 8
-
-#endif
-
 static void
 set_error (void)
 {
index 4f6ebe0476a475933b2b7478feabee827d1886c8..954f99c76b2398b998581a07bf88b4373239ba99 100644 (file)
@@ -2,11 +2,16 @@
 *.obj
 *.lib
 *.dll
+*.exp
+*.ilk
+*.pdb
 *.exe
+*.res
 Makefile
 Makefile.in
 makefile.msc
 makefile.mingw
+*-build.stamp
 .deps
 _libs
 .libs
index 5baf327e9333a939d17f1efed603f2627e7f8c7b..ab4cef2ff738c6ce47798cfdfb0dcf347733d2dd 100644 (file)
@@ -1,5 +1,6 @@
 Makefile.in
 makefile.mingw
+*-build.stamp
 makefile.msc
 Makefile
 .deps
@@ -8,6 +9,10 @@ Makefile
 *.obj
 *.lib
 *.dll
+*.exp
+*.res
+*.ilk
+*.pdb
 .libs
 *.la
 so_locations
index 5c95c7940d1902c27e5c24b1cf003e2d99b2dd5e..fd21fcc9585bba5b9f43cd75ef2525c3e3a8b5f3 100644 (file)
@@ -2,6 +2,9 @@
 *.obj
 *.lib
 *.dll
+*.exp
+*.base
+*.res
 *.exe
 .deps
 .libs