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

« back to all changes in this revision

Viewing changes to gobject/makefile.msc

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-09-25 10:40:24 UTC
  • mfrom: (1.63.27) (172.1.17 experimental)
  • Revision ID: package-import@ubuntu.com-20130925104024-e64unm8urjjmpr9a
Tags: 2.38.0-1ubuntu1
* Resynchronise on Debian, remaining change
  - Build-Depend on python:any for cross building

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.37s.lib \
 
23
        gobject-2.38s.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.37s.lib : $(gobject_OBJECTS) 
 
66
gobject-2.38s.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.37s.lib user32.lib advapi32.lib ole32.lib shell32.lib $(INTL_LIBS) 
 
72
        ..\glib\glib-2.38s.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 \