~ubuntu-branches/debian/sid/glib2.0/sid

« back to all changes in this revision

Viewing changes to build/win32/vs11/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-05-08 06:25:57 UTC
  • mfrom: (1.27.14) (3.1.181 experimental)
  • Revision ID: package-import@ubuntu.com-20130508062557-i7gbku66mls70gi2
Tags: 2.36.1-2
Merge experimental branch, upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = \
 
2
        README.txt \
 
3
        glib.sln \
 
4
        glib.props \
 
5
        glib.vcxproj \
 
6
        glib.vcxproj.filters \
 
7
        glib-genmarshal.vcxproj \
 
8
        glib-genmarshal.vcxproj.filters \
 
9
        gspawn-win32-helper-console.vcxproj \
 
10
        gspawn-win32-helper-console.vcxproj.filters \
 
11
        gspawn-win32-helper.vcxproj \
 
12
        gspawn-win32-helper.vcxproj.filters \
 
13
        gmodule.vcxproj \
 
14
        gmodule.vcxproj.filters \
 
15
        gobject.vcxproj \
 
16
        gobject.vcxproj.filters \
 
17
        gthread.vcxproj \
 
18
        gthread.vcxproj.filters \
 
19
        gio.vcxproj \
 
20
        gio.vcxproj.filters \
 
21
        testglib.vcxproj \
 
22
        testglib.vcxproj.filters \
 
23
        glib-compile-schemas.vcxproj \
 
24
        glib-compile-schemas.vcxproj.filters \
 
25
        gsettings.vcxproj \
 
26
        gsettings.vcxproj.filters \
 
27
        glib-compile-resources.vcxproj \
 
28
        glib-compile-resources.vcxproj.filters \
 
29
        gresource.vcxproj \
 
30
        gresource.vcxproj.filters \
 
31
        install.vcxproj
 
32
 
 
33
DISTCLEANFILES = $(EXTRA_DIST)
 
34
 
 
35
MSVC_SLN = glib
 
36
 
 
37
include $(top_srcdir)/build/Makefile-newvs.am