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

« back to all changes in this revision

Viewing changes to build/win32/vs9/gmodule.vcproj

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-03-18 11:03:04 UTC
  • mfrom: (207.1.12 experimental)
  • Revision ID: package-import@ubuntu.com-20150318110304-m4facyrk119j2d9a
Tags: 2.43.92-1
* New upstream release 2.43.92
  + GUnixMountMonitor now properly supports multiple main contexts
  + many documentation improvements and cleanups.
  + new support for HTTP proxies in GIO
  + new GTask:completed property
  + use "private" futexes in order to further improve the performance of the
    contended case of GMutex and g_bit_lock()
* debian/libglib2.0-0.symbols: Add new symbols for this release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                                SubSystem="2"
46
46
                                RandomizedBaseAddress="1"
47
47
                                DataExecutionPrevention="0"
48
 
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
 
48
                                ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
49
49
                                TargetMachine="1"
50
50
                        />
51
51
                </Configuration>
75
75
                                EnableCOMDATFolding="2"
76
76
                                RandomizedBaseAddress="1"
77
77
                                DataExecutionPrevention="0"
78
 
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
 
78
                                ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
79
79
                                TargetMachine="1"
80
80
                        />
81
81
                </Configuration>
105
105
                                SubSystem="2"
106
106
                                RandomizedBaseAddress="1"
107
107
                                DataExecutionPrevention="0"
108
 
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
 
108
                                ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
109
109
                                TargetMachine="17"
110
110
                        />
111
111
                </Configuration>
135
135
                                EnableCOMDATFolding="2"
136
136
                                RandomizedBaseAddress="1"
137
137
                                DataExecutionPrevention="0"
138
 
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib"
 
138
                                ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
139
139
                                TargetMachine="17"
140
140
                        />
141
141
                </Configuration>