blob: 38f1ab035f3a1d7f8212427705c20736dce34552 [file] [log] [blame]
Benny Prijono0a749f12005-10-31 21:02:30 +00001# Microsoft Developer Studio Project File - Name="pjsip_core" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Static Library" 0x0104
6
7CFG=pjsip_core - Win32 Debug
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE
11!MESSAGE NMAKE /f "pjsip_core.mak".
12!MESSAGE
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE
16!MESSAGE NMAKE /f "pjsip_core.mak" CFG="pjsip_core - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "pjsip_core - Win32 Release" (based on "Win32 (x86) Static Library")
21!MESSAGE "pjsip_core - Win32 Debug" (based on "Win32 (x86) Static Library")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
Benny Prijono41003422006-05-19 21:06:04 +000026# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
Benny Prijono0a749f12005-10-31 21:02:30 +000028CPP=cl.exe
29RSC=rc.exe
30
31!IF "$(CFG)" == "pjsip_core - Win32 Release"
32
33# PROP BASE Use_MFC 0
34# PROP BASE Use_Debug_Libraries 0
Benny Prijonof010e692005-11-11 19:01:31 +000035# PROP BASE Output_Dir ".\output\pjsip-core-i386-win32-vc6-release"
36# PROP BASE Intermediate_Dir ".\output\pjsip-core-i386-win32-vc6-release"
Benny Prijono0a749f12005-10-31 21:02:30 +000037# PROP BASE Target_Dir ""
38# PROP Use_MFC 0
39# PROP Use_Debug_Libraries 0
Benny Prijonof010e692005-11-11 19:01:31 +000040# PROP Output_Dir ".\output\pjsip-core-i386-win32-vc6-release"
41# PROP Intermediate_Dir ".\output\pjsip-core-i386-win32-vc6-release"
Benny Prijono0a749f12005-10-31 21:02:30 +000042# PROP Target_Dir ""
43# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
Benny Prijono82458b12005-11-23 20:56:30 +000044# ADD CPP /nologo /MD /W4 /Zi /O2 /I "../include" /I "../../pjlib/include" /I "../../pjlib-util/include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D PJ_WIN32=1 /D PJ_M_I386=1 /FR /FD /c
Benny Prijono0a749f12005-10-31 21:02:30 +000045# SUBTRACT CPP /YX
46# ADD BASE RSC /l 0x409 /d "NDEBUG"
47# ADD RSC /l 0x409 /d "NDEBUG"
48BSC32=bscmake.exe
49# ADD BASE BSC32 /nologo
50# ADD BSC32 /nologo
51LIB32=link.exe -lib
52# ADD BASE LIB32 /nologo
Benny Prijonof010e692005-11-11 19:01:31 +000053# ADD LIB32 /nologo /out:"../lib/pjsip-core-i386-win32-vc6-release.lib"
Benny Prijono0a749f12005-10-31 21:02:30 +000054
55!ELSEIF "$(CFG)" == "pjsip_core - Win32 Debug"
56
57# PROP BASE Use_MFC 0
58# PROP BASE Use_Debug_Libraries 1
Benny Prijonof010e692005-11-11 19:01:31 +000059# PROP BASE Output_Dir ".\output\pjsip-core-i386-win32-vc6-debug"
60# PROP BASE Intermediate_Dir ".\output\pjsip-core-i386-win32-vc6-debug"
Benny Prijono0a749f12005-10-31 21:02:30 +000061# PROP BASE Target_Dir ""
62# PROP Use_MFC 0
63# PROP Use_Debug_Libraries 1
Benny Prijonof010e692005-11-11 19:01:31 +000064# PROP Output_Dir ".\output\pjsip-core-i386-win32-vc6-debug"
65# PROP Intermediate_Dir ".\output\pjsip-core-i386-win32-vc6-debug"
Benny Prijono0a749f12005-10-31 21:02:30 +000066# PROP Target_Dir ""
67# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
Benny Prijonof010e692005-11-11 19:01:31 +000068# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../include" /I "../../pjlib/include" /I "../../pjlib-util/include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D PJ_WIN32=1 /D PJ_M_I386=1 /FR /FD /GZ /c
Benny Prijono0a749f12005-10-31 21:02:30 +000069# SUBTRACT CPP /YX
70# ADD BASE RSC /l 0x409 /d "_DEBUG"
71# ADD RSC /l 0x409 /d "_DEBUG"
72BSC32=bscmake.exe
73# ADD BASE BSC32 /nologo
74# ADD BSC32 /nologo
75LIB32=link.exe -lib
76# ADD BASE LIB32 /nologo
Benny Prijonof010e692005-11-11 19:01:31 +000077# ADD LIB32 /nologo /out:"../lib/pjsip-core-i386-win32-vc6-debug.lib"
Benny Prijono0a749f12005-10-31 21:02:30 +000078
79!ENDIF
80
81# Begin Target
82
83# Name "pjsip_core - Win32 Release"
84# Name "pjsip_core - Win32 Debug"
85# Begin Group "Source Files"
86
87# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
Benny Prijono40f2f642006-01-30 18:40:05 +000088# Begin Group "Base (.c)"
89
90# PROP Default_Filter ""
91# Begin Source File
92
93SOURCE=..\src\pjsip\sip_errno.c
94# End Source File
95# End Group
96# Begin Group "Messaging and Parsing (.c)"
97
98# PROP Default_Filter ""
99# Begin Source File
100
101SOURCE=..\src\pjsip\sip_msg.c
102# End Source File
103# Begin Source File
104
105SOURCE=..\src\pjsip\sip_parser.c
106# End Source File
107# Begin Source File
108
109SOURCE=..\src\pjsip\sip_tel_uri.c
110# End Source File
111# Begin Source File
112
113SOURCE=..\src\pjsip\sip_uri.c
114# End Source File
115# End Group
116# Begin Group "Core (.c)"
117
118# PROP Default_Filter ""
119# Begin Source File
120
121SOURCE=..\src\pjsip\sip_endpoint.c
122# End Source File
123# Begin Source File
124
125SOURCE=..\src\pjsip\sip_util.c
126# End Source File
127# Begin Source File
128
129SOURCE=..\src\pjsip\sip_util_proxy.c
130# End Source File
131# End Group
132# Begin Group "Transport Layer (.c)"
133
134# PROP Default_Filter ""
135# Begin Source File
136
137SOURCE=..\src\pjsip\sip_resolve.c
138# End Source File
139# Begin Source File
140
141SOURCE=..\src\pjsip\sip_transport.c
142# End Source File
143# Begin Source File
144
145SOURCE=..\src\pjsip\sip_transport_loop.c
146# End Source File
147# Begin Source File
148
Benny Prijono478d4312006-06-23 15:04:54 +0000149SOURCE=..\src\pjsip\sip_transport_tcp.c
Benny Prijono478d4312006-06-23 15:04:54 +0000150# End Source File
151# Begin Source File
152
Benny Prijono6e0e54b2006-12-08 21:58:31 +0000153SOURCE=..\src\pjsip\sip_transport_tls_ossl.c
154# End Source File
155# Begin Source File
156
Benny Prijono40f2f642006-01-30 18:40:05 +0000157SOURCE=..\src\pjsip\sip_transport_udp.c
158# End Source File
159# End Group
160# Begin Group "Authentication (.c)"
161
162# PROP Default_Filter ""
Benny Prijono0a749f12005-10-31 21:02:30 +0000163# Begin Source File
164
Benny Prijono728a9052006-01-18 23:34:15 +0000165SOURCE=..\src\pjsip\sip_auth_client.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000166# End Source File
167# Begin Source File
168
169SOURCE=..\src\pjsip\sip_auth_msg.c
170# End Source File
171# Begin Source File
172
173SOURCE=..\src\pjsip\sip_auth_parser.c
174# End Source File
175# Begin Source File
176
Benny Prijono728a9052006-01-18 23:34:15 +0000177SOURCE=..\src\pjsip\sip_auth_server.c
178# End Source File
Benny Prijono40f2f642006-01-30 18:40:05 +0000179# End Group
180# Begin Group "Transaction Layer (.c)"
Benny Prijono728a9052006-01-18 23:34:15 +0000181
Benny Prijono40f2f642006-01-30 18:40:05 +0000182# PROP Default_Filter ""
Benny Prijono82458b12005-11-23 20:56:30 +0000183# Begin Source File
184
Benny Prijono0a749f12005-10-31 21:02:30 +0000185SOURCE=..\src\pjsip\sip_transaction.c
186# End Source File
187# Begin Source File
188
Benny Prijono0ca04b62005-12-30 23:50:15 +0000189SOURCE=..\src\pjsip\sip_util_statefull.c
Benny Prijono0ca04b62005-12-30 23:50:15 +0000190# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000191# End Group
Benny Prijono40f2f642006-01-30 18:40:05 +0000192# Begin Group "UA Layer (.c)"
193
194# PROP Default_Filter ""
195# Begin Source File
196
197SOURCE=..\src\pjsip\sip_dialog.c
198# End Source File
199# Begin Source File
200
201SOURCE=..\src\pjsip\sip_ua_layer.c
202# End Source File
203# End Group
204# End Group
Benny Prijono0a749f12005-10-31 21:02:30 +0000205# Begin Group "Header Files"
206
207# PROP Default_Filter "h;hpp;hxx;hm;inl"
Benny Prijono40f2f642006-01-30 18:40:05 +0000208# Begin Group "Base Types (.h)"
Benny Prijono0a749f12005-10-31 21:02:30 +0000209
Benny Prijono40f2f642006-01-30 18:40:05 +0000210# PROP Default_Filter ""
Benny Prijono0a749f12005-10-31 21:02:30 +0000211# Begin Source File
212
Benny Prijonof010e692005-11-11 19:01:31 +0000213SOURCE=..\include\pjsip\sip_config.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000214# End Source File
215# Begin Source File
216
Benny Prijonof010e692005-11-11 19:01:31 +0000217SOURCE=..\include\pjsip\sip_errno.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000218# End Source File
219# Begin Source File
220
Benny Prijono40f2f642006-01-30 18:40:05 +0000221SOURCE=..\include\pjsip\sip_private.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000222# End Source File
223# Begin Source File
224
Benny Prijono40f2f642006-01-30 18:40:05 +0000225SOURCE=..\include\pjsip\sip_types.h
226# End Source File
227# End Group
228# Begin Group "Messaging and Parsing (.h)"
229
230# PROP Default_Filter ""
231# Begin Source File
232
233SOURCE=..\include\pjsip\print_util.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000234# End Source File
235# Begin Source File
236
Benny Prijonof010e692005-11-11 19:01:31 +0000237SOURCE=..\include\pjsip\sip_msg.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000238# End Source File
239# Begin Source File
240
Benny Prijonof010e692005-11-11 19:01:31 +0000241SOURCE=..\include\pjsip\sip_parser.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000242# End Source File
243# Begin Source File
244
Benny Prijono82458b12005-11-23 20:56:30 +0000245SOURCE=..\include\pjsip\sip_tel_uri.h
246# End Source File
247# Begin Source File
248
Benny Prijono40f2f642006-01-30 18:40:05 +0000249SOURCE=..\include\pjsip\sip_uri.h
250# End Source File
251# End Group
252# Begin Group "Core (.h)"
253
254# PROP Default_Filter ""
255# Begin Source File
256
257SOURCE=..\include\pjsip\sip_endpoint.h
258# End Source File
259# Begin Source File
260
261SOURCE=..\include\pjsip\sip_event.h
262# End Source File
263# Begin Source File
264
265SOURCE=..\include\pjsip\sip_module.h
266# End Source File
267# Begin Source File
268
269SOURCE=..\include\pjsip\sip_util.h
270# End Source File
271# End Group
272# Begin Group "Transport Layer (.h)"
273
274# PROP Default_Filter ""
275# Begin Source File
276
277SOURCE=..\include\pjsip\sip_resolve.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000278# End Source File
279# Begin Source File
280
Benny Prijonof010e692005-11-11 19:01:31 +0000281SOURCE=..\include\pjsip\sip_transport.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000282# End Source File
283# Begin Source File
284
Benny Prijonofa73e3e2006-01-05 23:35:46 +0000285SOURCE=..\include\pjsip\sip_transport_loop.h
286# End Source File
287# Begin Source File
288
Benny Prijono478d4312006-06-23 15:04:54 +0000289SOURCE=..\include\pjsip\sip_transport_tcp.h
290# End Source File
291# Begin Source File
292
Benny Prijono6e0e54b2006-12-08 21:58:31 +0000293SOURCE=..\include\pjsip\sip_transport_tls.h
294# End Source File
295# Begin Source File
296
Benny Prijono14f51a52005-11-19 20:28:08 +0000297SOURCE=..\include\pjsip\sip_transport_udp.h
298# End Source File
Benny Prijono40f2f642006-01-30 18:40:05 +0000299# End Group
300# Begin Group "Authentication (.h)"
301
302# PROP Default_Filter ""
Benny Prijono14f51a52005-11-19 20:28:08 +0000303# Begin Source File
304
Benny Prijono40f2f642006-01-30 18:40:05 +0000305SOURCE=..\include\pjsip\sip_auth.h
Benny Prijonof010e692005-11-11 19:01:31 +0000306# End Source File
307# Begin Source File
308
Benny Prijono40f2f642006-01-30 18:40:05 +0000309SOURCE=..\include\pjsip\sip_auth_msg.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000310# End Source File
Benny Prijonoa3273a32005-11-20 19:58:10 +0000311# Begin Source File
312
Benny Prijono40f2f642006-01-30 18:40:05 +0000313SOURCE=..\include\pjsip\sip_auth_parser.h
314# End Source File
315# End Group
316# Begin Group "Transaction Layer (.h)"
317
318# PROP Default_Filter ""
319# Begin Source File
320
321SOURCE=..\include\pjsip\sip_transaction.h
322# End Source File
323# End Group
324# Begin Group "UA Layer (.h)"
325
326# PROP Default_Filter ""
327# Begin Source File
328
329SOURCE=..\include\pjsip\sip_dialog.h
330# End Source File
331# Begin Source File
332
333SOURCE=..\include\pjsip\sip_ua_layer.h
334# End Source File
335# End Group
336# Begin Source File
337
Benny Prijono312aff92006-06-17 04:08:30 +0000338SOURCE=..\docs\doxygen.h
339# End Source File
340# Begin Source File
341
Benny Prijono40f2f642006-01-30 18:40:05 +0000342SOURCE=..\include\pjsip.h
Benny Prijonoa3273a32005-11-20 19:58:10 +0000343# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000344# End Group
345# Begin Group "Inline Files"
346
347# PROP Default_Filter ""
Benny Prijono0a749f12005-10-31 21:02:30 +0000348# End Group
349# Begin Source File
350
351SOURCE=..\..\INSTALL.txt
352# End Source File
353# Begin Source File
354
355SOURCE=..\..\RELNOTES.txt
356# End Source File
357# End Target
358# End Project