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

« back to all changes in this revision

Viewing changes to glib/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:
21
21
        gnulib\gnulib.lib       \
22
22
        pcre\pcre.lib           \
23
23
        libglib-2.0-0.dll \
24
 
        glib-2.37s.lib \
 
24
        glib-2.38s.lib \
25
25
        gspawn-win32-helper.exe \
26
26
        gspawn-win32-helper-console.exe \
27
27
 
121
121
 
122
122
# create a static libary
123
123
# static library can well have the real version number in the name
124
 
glib-2.37s.lib : $(glib_OBJECTS) gnulib\gnulib.lib pcre\pcre.lib
125
 
        lib /out:glib-2.37s.lib $(glib_OBJECTS) gnulib\gnulib.lib pcre\pcre.lib
 
124
glib-2.38s.lib : $(glib_OBJECTS) gnulib\gnulib.lib pcre\pcre.lib
 
125
        lib /out:glib-2.38s.lib $(glib_OBJECTS) gnulib\gnulib.lib pcre\pcre.lib
126
126
 
127
127
libglib-2.0-0.dll : $(glib_OBJECTS) gnulib\gnulib.lib pcre\pcre.lib glib.def glib.res
128
128
        $(CC) $(CFLAGS) -LD -Fe$@ $(glib_OBJECTS) glib.res $(INTL_LIBS) \