mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
2008-05-17 Tor Lillqvist <tml@novell.com> * build: Don't include the "build" module with svn:externals any longer. Instead add the still relevant directories and files from it for real here in GLib. svn path=/branches/glib-2-16/; revision=6896
17 lines
275 B
Plaintext
17 lines
275 B
Plaintext
TOP = ..\..\..\..
|
|
|
|
!INCLUDE $(TOP)\glib\build\win32\make.msc
|
|
|
|
dirent_OBJECTS = dirent.obj wdirent.obj
|
|
|
|
INCLUDES = -I.
|
|
|
|
all : dirent.lib
|
|
|
|
dirent.lib : $(dirent_OBJECTS)
|
|
lib /out:dirent.lib /nodefaultlib $(dirent_OBJECTS)
|
|
|
|
clean::
|
|
del /f $(dirent_OBJECTS)
|
|
del /f dirent.lib
|