~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed

« back to all changes in this revision

Viewing changes to gobject/makefile.msc

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-24 20:58:34 UTC
  • mfrom: (1.66.13)
  • Revision ID: package-import@ubuntu.com-20140324205834-8hsgok8k36ftocqa
Tags: 2.40.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        gmarshal.strings \
21
21
        gobject-query.exe \
22
22
        libgobject-2.0-0.dll    \
23
 
        gobject-2.39s.lib \
 
23
        gobject-2.40s.lib \
24
24
        testgobject.exe
25
25
 
26
26
gobject_OBJECTS =               \
63
63
        $(CC) $(CFLAGS) -Fm -LD -Fe$@ $(gobject_OBJECTS) gobject.res \
64
64
        ..\glib\glib-2.0.lib $(LDFLAGS) /implib:gobject-2.0.lib /def:gobject.def || del $@
65
65
 
66
 
gobject-2.39s.lib : $(gobject_OBJECTS) 
 
66
gobject-2.40s.lib : $(gobject_OBJECTS) 
67
67
        lib /out:$@ $(gobject_OBJECTS)
68
68
 
69
69
# link glib's static version to avoid installing 
70
70
glib-genmarshal.exe : glib-genmarshal.c gmarshal.strings
71
71
        $(CC) -Fe$@ $(CFLAGS) -UGOBJECT_COMPILATION glib-genmarshal.c \
72
 
        ..\glib\glib-2.39s.lib user32.lib advapi32.lib ole32.lib shell32.lib $(INTL_LIBS) 
 
72
        ..\glib\glib-2.40s.lib user32.lib advapi32.lib ole32.lib shell32.lib $(INTL_LIBS) 
73
73
 
74
74
gobject-query.exe : gobject-query.c libgobject-2.0-0.dll
75
75
        $(CC) -Fe$@ $(CFLAGS) -UGOBJECT_COMPILATION gobject-query.c \