~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to coreapi/liblinphone.dev

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Elie Mamane, Kilian Krause, Lionel Elie Mamane
  • Date: 2009-05-27 11:39:51 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090527113951-jd525e5rlwluh617
[ Kilian Krause ]
* Remove -N from wget args in get-orig-source target as -O is already
  used.

[ Lionel Elie Mamane ]
* linphone: Fix file conflict with linphone-common (<= 3.1.2-1)
  (Closes: #528076)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Project]
2
2
FileName=liblinphone.dev
3
3
Name=liblinphone
4
 
UnitCount=18
 
4
UnitCount=21
5
5
Type=2
6
6
Ver=3
7
7
IsCpp=1
185
185
 
186
186
[Unit18]
187
187
FileName=general_state.c
188
 
CompileCpp=1
 
188
CompileCpp=0
189
189
Folder=liblinphone
190
190
Compile=1
191
191
Link=1
192
192
Priority=1000
193
193
OverrideBuildCmd=0
194
 
BuildCmd=
 
194
BuildCmd=$(CC) -c general_state.c -o "Default Profile/general_state.o" $(CFLAGS)
195
195
 
196
196
[VersionInfo]
197
197
Major=0
215
215
 
216
216
[Profile1]
217
217
ProfileName=Default Profile
218
 
Type=2
 
218
Type=3
219
219
ObjFiles=
220
220
Includes=../oRTP/include;../mediastreamer2/include;../../linphone-deps/include
221
221
Libs=../oRTP/build/win32native;../mediastreamer2/build/win32native;../../linphone-deps/lib
222
222
PrivateResource=
223
223
ResourceIncludes=
224
224
MakeIncludes=
225
 
Compiler=-Wall -Werror_@@_-D_WIN32_WINNT=0x501_@@_-D_WORKAROUND_MINGW32_BUGS_@@_-DINET6_@@_-DORTP_INET6_@@_-DORTP_STATIC_@@_-DVIDEO_ENABLED_@@_-ggdb_@@_-DOSIP_MT_@@_
 
225
Compiler=-Wall -Werror_@@_-D_WIN32_WINNT=0x501_@@_-DINET6_@@_-DORTP_INET6_@@_-DVIDEO_ENABLED_@@_-g_@@_-DOSIP_MT_@@_-DIN_LINPHONE_@@_
226
226
CppCompiler=
227
 
Linker=
 
227
Linker=-lmediastreamer2_@@_-lortp_@@_-leXosip2_@@_-losipparser2_@@_-lws2_32_@@_
228
228
PreprocDefines=
229
229
CompilerSettings=0000000000010000000000
230
230
Icon=
231
231
ExeOutput=
232
232
ObjectOutput=Default Profile
233
 
OverrideOutput=0
234
 
OverrideOutputName=liblinphone.lib
 
233
OverrideOutput=1
 
234
OverrideOutputName=linphone.dll
235
235
HostApplication=
236
236
CommandLine=
237
237
UseCustomMakefile=0
241
241
CompilerSet=0
242
242
compilerType=0
243
243
 
 
244
[Unit19]
 
245
FileName=sipsetup.h
 
246
CompileCpp=1
 
247
Folder=liblinphone
 
248
Compile=1
 
249
Link=1
 
250
Priority=1000
 
251
OverrideBuildCmd=0
 
252
BuildCmd=
 
253
 
 
254
[Unit20]
 
255
FileName=fonis.c
 
256
CompileCpp=0
 
257
Folder=liblinphone
 
258
Compile=0
 
259
Link=0
 
260
Priority=1000
 
261
OverrideBuildCmd=0
 
262
BuildCmd=$(CC) -c fonis.c -o "Default Profile/fonis.o" $(CFLAGS)
 
263
 
 
264
[Unit21]
 
265
FileName=sipsetup.c
 
266
CompileCpp=0
 
267
Folder=liblinphone
 
268
Compile=1
 
269
Link=1
 
270
Priority=1000
 
271
OverrideBuildCmd=0
 
272
BuildCmd=$(CC) -c sipsetup.c -o "Default Profile/sipsetup.o" $(CFLAGS)
 
273