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

« back to all changes in this revision

Viewing changes to build/win32/vs11/gobject.vcxproj

  • 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:
88
88
      <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
89
89
      <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
90
90
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
91
      <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
91
92
      <SubSystem>Windows</SubSystem>
92
93
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
93
94
      <DataExecutionPrevention>
94
95
      </DataExecutionPrevention>
95
 
      <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
 
96
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
96
97
      <TargetMachine>MachineX86</TargetMachine>
97
98
    </Link>
98
99
  </ItemDefinitionGroup>
110
111
      <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
111
112
      <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
112
113
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
114
      <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
113
115
      <SubSystem>Windows</SubSystem>
114
116
      <OptimizeReferences>true</OptimizeReferences>
115
117
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
118
120
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
119
121
      <DataExecutionPrevention>
120
122
      </DataExecutionPrevention>
121
 
      <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
 
123
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
122
124
      <TargetMachine>MachineX86</TargetMachine>
123
125
    </Link>
124
126
  </ItemDefinitionGroup>
138
140
      <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
139
141
      <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
140
142
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
143
      <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
141
144
      <SubSystem>Windows</SubSystem>
142
145
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
143
146
      <DataExecutionPrevention>
144
147
      </DataExecutionPrevention>
145
 
      <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
 
148
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
146
149
      <TargetMachine>MachineX64</TargetMachine>
147
150
    </Link>
148
151
  </ItemDefinitionGroup>
160
163
      <AdditionalDependencies>libffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
161
164
      <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
162
165
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
166
      <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
163
167
      <SubSystem>Windows</SubSystem>
164
168
      <OptimizeReferences>true</OptimizeReferences>
165
169
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
168
172
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
169
173
      <DataExecutionPrevention>
170
174
      </DataExecutionPrevention>
171
 
      <ImportLibrary>$(TargetDir)$(ProjectName)-2.0.lib</ImportLibrary>
 
175
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
172
176
      <TargetMachine>MachineX64</TargetMachine>
173
177
    </Link>
174
178
  </ItemDefinitionGroup>