blob: 245985a2f6d7f53fdf3077dbda329cceb6785eab [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 ""
Benny Prijono6703f042007-10-04 09:50:36 +000043F90=df.exe
Benny Prijono0a749f12005-10-31 21:02:30 +000044# 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 +000045# 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 +000046# SUBTRACT CPP /YX
47# ADD BASE RSC /l 0x409 /d "NDEBUG"
48# ADD RSC /l 0x409 /d "NDEBUG"
49BSC32=bscmake.exe
50# ADD BASE BSC32 /nologo
51# ADD BSC32 /nologo
52LIB32=link.exe -lib
53# ADD BASE LIB32 /nologo
Benny Prijonof010e692005-11-11 19:01:31 +000054# ADD LIB32 /nologo /out:"../lib/pjsip-core-i386-win32-vc6-release.lib"
Benny Prijono0a749f12005-10-31 21:02:30 +000055
56!ELSEIF "$(CFG)" == "pjsip_core - Win32 Debug"
57
58# PROP BASE Use_MFC 0
59# PROP BASE Use_Debug_Libraries 1
Benny Prijonof010e692005-11-11 19:01:31 +000060# PROP BASE Output_Dir ".\output\pjsip-core-i386-win32-vc6-debug"
61# PROP BASE Intermediate_Dir ".\output\pjsip-core-i386-win32-vc6-debug"
Benny Prijono0a749f12005-10-31 21:02:30 +000062# PROP BASE Target_Dir ""
63# PROP Use_MFC 0
64# PROP Use_Debug_Libraries 1
Benny Prijonof010e692005-11-11 19:01:31 +000065# PROP Output_Dir ".\output\pjsip-core-i386-win32-vc6-debug"
66# PROP Intermediate_Dir ".\output\pjsip-core-i386-win32-vc6-debug"
Benny Prijono0a749f12005-10-31 21:02:30 +000067# PROP Target_Dir ""
Benny Prijono6703f042007-10-04 09:50:36 +000068F90=df.exe
Benny Prijono0a749f12005-10-31 21:02:30 +000069# 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 +000070# 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 +000071# SUBTRACT CPP /YX
72# ADD BASE RSC /l 0x409 /d "_DEBUG"
73# ADD RSC /l 0x409 /d "_DEBUG"
74BSC32=bscmake.exe
75# ADD BASE BSC32 /nologo
76# ADD BSC32 /nologo
77LIB32=link.exe -lib
78# ADD BASE LIB32 /nologo
Benny Prijonof010e692005-11-11 19:01:31 +000079# ADD LIB32 /nologo /out:"../lib/pjsip-core-i386-win32-vc6-debug.lib"
Benny Prijono0a749f12005-10-31 21:02:30 +000080
81!ENDIF
82
83# Begin Target
84
85# Name "pjsip_core - Win32 Release"
86# Name "pjsip_core - Win32 Debug"
87# Begin Group "Source Files"
88
89# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
Benny Prijono40f2f642006-01-30 18:40:05 +000090# Begin Group "Base (.c)"
91
92# PROP Default_Filter ""
93# Begin Source File
94
95SOURCE=..\src\pjsip\sip_errno.c
96# End Source File
97# End Group
98# Begin Group "Messaging and Parsing (.c)"
99
100# PROP Default_Filter ""
101# Begin Source File
102
103SOURCE=..\src\pjsip\sip_msg.c
104# End Source File
105# Begin Source File
106
107SOURCE=..\src\pjsip\sip_parser.c
108# End Source File
109# Begin Source File
110
111SOURCE=..\src\pjsip\sip_tel_uri.c
112# End Source File
113# Begin Source File
114
115SOURCE=..\src\pjsip\sip_uri.c
116# End Source File
117# End Group
118# Begin Group "Core (.c)"
119
120# PROP Default_Filter ""
121# Begin Source File
122
123SOURCE=..\src\pjsip\sip_endpoint.c
124# End Source File
125# Begin Source File
126
127SOURCE=..\src\pjsip\sip_util.c
128# End Source File
129# Begin Source File
130
131SOURCE=..\src\pjsip\sip_util_proxy.c
132# End Source File
133# End Group
134# Begin Group "Transport Layer (.c)"
135
136# PROP Default_Filter ""
137# Begin Source File
138
139SOURCE=..\src\pjsip\sip_resolve.c
140# End Source File
141# Begin Source File
142
143SOURCE=..\src\pjsip\sip_transport.c
144# End Source File
145# Begin Source File
146
147SOURCE=..\src\pjsip\sip_transport_loop.c
148# End Source File
149# Begin Source File
150
Benny Prijono478d4312006-06-23 15:04:54 +0000151SOURCE=..\src\pjsip\sip_transport_tcp.c
Benny Prijono478d4312006-06-23 15:04:54 +0000152# End Source File
153# Begin Source File
154
Benny Prijono6e0e54b2006-12-08 21:58:31 +0000155SOURCE=..\src\pjsip\sip_transport_tls_ossl.c
156# End Source File
157# Begin Source File
158
Benny Prijono40f2f642006-01-30 18:40:05 +0000159SOURCE=..\src\pjsip\sip_transport_udp.c
160# End Source File
161# End Group
162# Begin Group "Authentication (.c)"
163
164# PROP Default_Filter ""
Benny Prijono0a749f12005-10-31 21:02:30 +0000165# Begin Source File
166
Benny Prijono7977f9f2007-10-10 11:37:56 +0000167SOURCE=..\src\pjsip\sip_auth_aka.c
168# End Source File
169# Begin Source File
170
Benny Prijono728a9052006-01-18 23:34:15 +0000171SOURCE=..\src\pjsip\sip_auth_client.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000172# End Source File
173# Begin Source File
174
175SOURCE=..\src\pjsip\sip_auth_msg.c
176# End Source File
177# Begin Source File
178
179SOURCE=..\src\pjsip\sip_auth_parser.c
180# End Source File
181# Begin Source File
182
Benny Prijono728a9052006-01-18 23:34:15 +0000183SOURCE=..\src\pjsip\sip_auth_server.c
184# End Source File
Benny Prijono40f2f642006-01-30 18:40:05 +0000185# End Group
186# Begin Group "Transaction Layer (.c)"
Benny Prijono728a9052006-01-18 23:34:15 +0000187
Benny Prijono40f2f642006-01-30 18:40:05 +0000188# PROP Default_Filter ""
Benny Prijono82458b12005-11-23 20:56:30 +0000189# Begin Source File
190
Benny Prijono0a749f12005-10-31 21:02:30 +0000191SOURCE=..\src\pjsip\sip_transaction.c
192# End Source File
193# Begin Source File
194
Benny Prijono0ca04b62005-12-30 23:50:15 +0000195SOURCE=..\src\pjsip\sip_util_statefull.c
Benny Prijono0ca04b62005-12-30 23:50:15 +0000196# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000197# End Group
Benny Prijono40f2f642006-01-30 18:40:05 +0000198# Begin Group "UA Layer (.c)"
199
200# PROP Default_Filter ""
201# Begin Source File
202
203SOURCE=..\src\pjsip\sip_dialog.c
204# End Source File
205# Begin Source File
206
207SOURCE=..\src\pjsip\sip_ua_layer.c
208# End Source File
209# End Group
210# End Group
Benny Prijono0a749f12005-10-31 21:02:30 +0000211# Begin Group "Header Files"
212
213# PROP Default_Filter "h;hpp;hxx;hm;inl"
Benny Prijono40f2f642006-01-30 18:40:05 +0000214# Begin Group "Base Types (.h)"
Benny Prijono0a749f12005-10-31 21:02:30 +0000215
Benny Prijono40f2f642006-01-30 18:40:05 +0000216# PROP Default_Filter ""
Benny Prijono0a749f12005-10-31 21:02:30 +0000217# Begin Source File
218
Benny Prijonof010e692005-11-11 19:01:31 +0000219SOURCE=..\include\pjsip\sip_config.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000220# End Source File
221# Begin Source File
222
Benny Prijonof010e692005-11-11 19:01:31 +0000223SOURCE=..\include\pjsip\sip_errno.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000224# End Source File
225# Begin Source File
226
Benny Prijono40f2f642006-01-30 18:40:05 +0000227SOURCE=..\include\pjsip\sip_private.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000228# End Source File
229# Begin Source File
230
Benny Prijono40f2f642006-01-30 18:40:05 +0000231SOURCE=..\include\pjsip\sip_types.h
232# End Source File
233# End Group
234# Begin Group "Messaging and Parsing (.h)"
235
236# PROP Default_Filter ""
237# Begin Source File
238
239SOURCE=..\include\pjsip\print_util.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000240# End Source File
241# Begin Source File
242
Benny Prijonof010e692005-11-11 19:01:31 +0000243SOURCE=..\include\pjsip\sip_msg.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000244# End Source File
245# Begin Source File
246
Benny Prijonof010e692005-11-11 19:01:31 +0000247SOURCE=..\include\pjsip\sip_parser.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000248# End Source File
249# Begin Source File
250
Benny Prijono82458b12005-11-23 20:56:30 +0000251SOURCE=..\include\pjsip\sip_tel_uri.h
252# End Source File
253# Begin Source File
254
Benny Prijono40f2f642006-01-30 18:40:05 +0000255SOURCE=..\include\pjsip\sip_uri.h
256# End Source File
257# End Group
258# Begin Group "Core (.h)"
259
260# PROP Default_Filter ""
261# Begin Source File
262
263SOURCE=..\include\pjsip\sip_endpoint.h
264# End Source File
265# Begin Source File
266
267SOURCE=..\include\pjsip\sip_event.h
268# End Source File
269# Begin Source File
270
271SOURCE=..\include\pjsip\sip_module.h
272# End Source File
273# Begin Source File
274
275SOURCE=..\include\pjsip\sip_util.h
276# End Source File
277# End Group
278# Begin Group "Transport Layer (.h)"
279
280# PROP Default_Filter ""
281# Begin Source File
282
283SOURCE=..\include\pjsip\sip_resolve.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000284# End Source File
285# Begin Source File
286
Benny Prijonof010e692005-11-11 19:01:31 +0000287SOURCE=..\include\pjsip\sip_transport.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000288# End Source File
289# Begin Source File
290
Benny Prijonofa73e3e2006-01-05 23:35:46 +0000291SOURCE=..\include\pjsip\sip_transport_loop.h
292# End Source File
293# Begin Source File
294
Benny Prijono478d4312006-06-23 15:04:54 +0000295SOURCE=..\include\pjsip\sip_transport_tcp.h
296# End Source File
297# Begin Source File
298
Benny Prijono6e0e54b2006-12-08 21:58:31 +0000299SOURCE=..\include\pjsip\sip_transport_tls.h
300# End Source File
301# Begin Source File
302
Benny Prijono14f51a52005-11-19 20:28:08 +0000303SOURCE=..\include\pjsip\sip_transport_udp.h
304# End Source File
Benny Prijono40f2f642006-01-30 18:40:05 +0000305# End Group
306# Begin Group "Authentication (.h)"
307
308# PROP Default_Filter ""
Benny Prijono14f51a52005-11-19 20:28:08 +0000309# Begin Source File
310
Benny Prijono40f2f642006-01-30 18:40:05 +0000311SOURCE=..\include\pjsip\sip_auth.h
Benny Prijonof010e692005-11-11 19:01:31 +0000312# End Source File
313# Begin Source File
314
Benny Prijono7977f9f2007-10-10 11:37:56 +0000315SOURCE=..\include\pjsip\sip_auth_aka.h
316# End Source File
317# Begin Source File
318
Benny Prijono40f2f642006-01-30 18:40:05 +0000319SOURCE=..\include\pjsip\sip_auth_msg.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000320# End Source File
Benny Prijonoa3273a32005-11-20 19:58:10 +0000321# Begin Source File
322
Benny Prijono40f2f642006-01-30 18:40:05 +0000323SOURCE=..\include\pjsip\sip_auth_parser.h
324# End Source File
325# End Group
326# Begin Group "Transaction Layer (.h)"
327
328# PROP Default_Filter ""
329# Begin Source File
330
331SOURCE=..\include\pjsip\sip_transaction.h
332# End Source File
333# End Group
334# Begin Group "UA Layer (.h)"
335
336# PROP Default_Filter ""
337# Begin Source File
338
339SOURCE=..\include\pjsip\sip_dialog.h
340# End Source File
341# Begin Source File
342
343SOURCE=..\include\pjsip\sip_ua_layer.h
344# End Source File
345# End Group
346# Begin Source File
347
Benny Prijono312aff92006-06-17 04:08:30 +0000348SOURCE=..\docs\doxygen.h
349# End Source File
350# Begin Source File
351
Benny Prijono40f2f642006-01-30 18:40:05 +0000352SOURCE=..\include\pjsip.h
Benny Prijonoa3273a32005-11-20 19:58:10 +0000353# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000354# End Group
355# Begin Group "Inline Files"
356
357# PROP Default_Filter ""
Benny Prijono0a749f12005-10-31 21:02:30 +0000358# End Group
359# Begin Source File
360
361SOURCE=..\..\INSTALL.txt
362# End Source File
363# Begin Source File
364
365SOURCE=..\..\RELNOTES.txt
366# End Source File
367# End Target
368# End Project