blob: 8345242f865218c7e90655f1c1ea0c292b81a50e [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
150# PROP Exclude_From_Build 1
151# End Source File
152# Begin Source File
153
Benny Prijono40f2f642006-01-30 18:40:05 +0000154SOURCE=..\src\pjsip\sip_transport_udp.c
155# End Source File
156# End Group
157# Begin Group "Authentication (.c)"
158
159# PROP Default_Filter ""
Benny Prijono0a749f12005-10-31 21:02:30 +0000160# Begin Source File
161
Benny Prijono728a9052006-01-18 23:34:15 +0000162SOURCE=..\src\pjsip\sip_auth_client.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000163# End Source File
164# Begin Source File
165
166SOURCE=..\src\pjsip\sip_auth_msg.c
167# End Source File
168# Begin Source File
169
170SOURCE=..\src\pjsip\sip_auth_parser.c
171# End Source File
172# Begin Source File
173
Benny Prijono728a9052006-01-18 23:34:15 +0000174SOURCE=..\src\pjsip\sip_auth_server.c
175# End Source File
Benny Prijono40f2f642006-01-30 18:40:05 +0000176# End Group
177# Begin Group "Transaction Layer (.c)"
Benny Prijono728a9052006-01-18 23:34:15 +0000178
Benny Prijono40f2f642006-01-30 18:40:05 +0000179# PROP Default_Filter ""
Benny Prijono82458b12005-11-23 20:56:30 +0000180# Begin Source File
181
Benny Prijono0a749f12005-10-31 21:02:30 +0000182SOURCE=..\src\pjsip\sip_transaction.c
183# End Source File
184# Begin Source File
185
Benny Prijono0ca04b62005-12-30 23:50:15 +0000186SOURCE=..\src\pjsip\sip_util_statefull.c
Benny Prijono0ca04b62005-12-30 23:50:15 +0000187# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000188# End Group
Benny Prijono40f2f642006-01-30 18:40:05 +0000189# Begin Group "UA Layer (.c)"
190
191# PROP Default_Filter ""
192# Begin Source File
193
194SOURCE=..\src\pjsip\sip_dialog.c
195# End Source File
196# Begin Source File
197
198SOURCE=..\src\pjsip\sip_ua_layer.c
199# End Source File
200# End Group
201# End Group
Benny Prijono0a749f12005-10-31 21:02:30 +0000202# Begin Group "Header Files"
203
204# PROP Default_Filter "h;hpp;hxx;hm;inl"
Benny Prijono40f2f642006-01-30 18:40:05 +0000205# Begin Group "Base Types (.h)"
Benny Prijono0a749f12005-10-31 21:02:30 +0000206
Benny Prijono40f2f642006-01-30 18:40:05 +0000207# PROP Default_Filter ""
Benny Prijono0a749f12005-10-31 21:02:30 +0000208# Begin Source File
209
Benny Prijonof010e692005-11-11 19:01:31 +0000210SOURCE=..\include\pjsip\sip_config.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000211# End Source File
212# Begin Source File
213
Benny Prijonof010e692005-11-11 19:01:31 +0000214SOURCE=..\include\pjsip\sip_errno.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000215# End Source File
216# Begin Source File
217
Benny Prijono40f2f642006-01-30 18:40:05 +0000218SOURCE=..\include\pjsip\sip_private.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000219# End Source File
220# Begin Source File
221
Benny Prijono40f2f642006-01-30 18:40:05 +0000222SOURCE=..\include\pjsip\sip_types.h
223# End Source File
224# End Group
225# Begin Group "Messaging and Parsing (.h)"
226
227# PROP Default_Filter ""
228# Begin Source File
229
230SOURCE=..\include\pjsip\print_util.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000231# End Source File
232# Begin Source File
233
Benny Prijonof010e692005-11-11 19:01:31 +0000234SOURCE=..\include\pjsip\sip_msg.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000235# End Source File
236# Begin Source File
237
Benny Prijonof010e692005-11-11 19:01:31 +0000238SOURCE=..\include\pjsip\sip_parser.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000239# End Source File
240# Begin Source File
241
Benny Prijono82458b12005-11-23 20:56:30 +0000242SOURCE=..\include\pjsip\sip_tel_uri.h
243# End Source File
244# Begin Source File
245
Benny Prijono40f2f642006-01-30 18:40:05 +0000246SOURCE=..\include\pjsip\sip_uri.h
247# End Source File
248# End Group
249# Begin Group "Core (.h)"
250
251# PROP Default_Filter ""
252# Begin Source File
253
254SOURCE=..\include\pjsip\sip_endpoint.h
255# End Source File
256# Begin Source File
257
258SOURCE=..\include\pjsip\sip_event.h
259# End Source File
260# Begin Source File
261
262SOURCE=..\include\pjsip\sip_module.h
263# End Source File
264# Begin Source File
265
266SOURCE=..\include\pjsip\sip_util.h
267# End Source File
268# End Group
269# Begin Group "Transport Layer (.h)"
270
271# PROP Default_Filter ""
272# Begin Source File
273
274SOURCE=..\include\pjsip\sip_resolve.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000275# End Source File
276# Begin Source File
277
Benny Prijonof010e692005-11-11 19:01:31 +0000278SOURCE=..\include\pjsip\sip_transport.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000279# End Source File
280# Begin Source File
281
Benny Prijonofa73e3e2006-01-05 23:35:46 +0000282SOURCE=..\include\pjsip\sip_transport_loop.h
283# End Source File
284# Begin Source File
285
Benny Prijono478d4312006-06-23 15:04:54 +0000286SOURCE=..\include\pjsip\sip_transport_tcp.h
287# End Source File
288# Begin Source File
289
Benny Prijono14f51a52005-11-19 20:28:08 +0000290SOURCE=..\include\pjsip\sip_transport_udp.h
291# End Source File
Benny Prijono40f2f642006-01-30 18:40:05 +0000292# End Group
293# Begin Group "Authentication (.h)"
294
295# PROP Default_Filter ""
Benny Prijono14f51a52005-11-19 20:28:08 +0000296# Begin Source File
297
Benny Prijono40f2f642006-01-30 18:40:05 +0000298SOURCE=..\include\pjsip\sip_auth.h
Benny Prijonof010e692005-11-11 19:01:31 +0000299# End Source File
300# Begin Source File
301
Benny Prijono40f2f642006-01-30 18:40:05 +0000302SOURCE=..\include\pjsip\sip_auth_msg.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000303# End Source File
Benny Prijonoa3273a32005-11-20 19:58:10 +0000304# Begin Source File
305
Benny Prijono40f2f642006-01-30 18:40:05 +0000306SOURCE=..\include\pjsip\sip_auth_parser.h
307# End Source File
308# End Group
309# Begin Group "Transaction Layer (.h)"
310
311# PROP Default_Filter ""
312# Begin Source File
313
314SOURCE=..\include\pjsip\sip_transaction.h
315# End Source File
316# End Group
317# Begin Group "UA Layer (.h)"
318
319# PROP Default_Filter ""
320# Begin Source File
321
322SOURCE=..\include\pjsip\sip_dialog.h
323# End Source File
324# Begin Source File
325
326SOURCE=..\include\pjsip\sip_ua_layer.h
327# End Source File
328# End Group
329# Begin Source File
330
Benny Prijono312aff92006-06-17 04:08:30 +0000331SOURCE=..\docs\doxygen.h
332# End Source File
333# Begin Source File
334
Benny Prijono40f2f642006-01-30 18:40:05 +0000335SOURCE=..\include\pjsip.h
Benny Prijonoa3273a32005-11-20 19:58:10 +0000336# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000337# End Group
338# Begin Group "Inline Files"
339
340# PROP Default_Filter ""
Benny Prijono0a749f12005-10-31 21:02:30 +0000341# End Group
342# Begin Source File
343
344SOURCE=..\..\INSTALL.txt
345# End Source File
346# Begin Source File
347
348SOURCE=..\..\RELNOTES.txt
349# End Source File
350# End Target
351# End Project