blob: c9bea930ea79c9155dde06c9177436b769f02022 [file] [log] [blame]
Benny Prijono0a749f12005-10-31 21:02:30 +00001# Microsoft Developer Studio Project File - Name="pjmedia" - 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=pjmedia - 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 "pjmedia.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 "pjmedia.mak" CFG="pjmedia - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "pjmedia - Win32 Release" (based on "Win32 (x86) Static Library")
21!MESSAGE "pjmedia - Win32 Debug" (based on "Win32 (x86) Static Library")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""$/pjproject/pjsip/build", RIAAAAAA"
27# PROP Scc_LocalPath "..\..\pjsip\build"
28CPP=cl.exe
29RSC=rc.exe
30
31!IF "$(CFG)" == "pjmedia - Win32 Release"
32
33# PROP BASE Use_MFC 0
34# PROP BASE Use_Debug_Libraries 0
Benny Prijonof80b1bf2006-02-19 02:24:27 +000035# PROP BASE Output_Dir ".\output\pjmedia-i386-win32-vc6-release"
36# PROP BASE Intermediate_Dir ".\output\pjmedia-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 Prijonof80b1bf2006-02-19 02:24:27 +000040# PROP Output_Dir ".\output\pjmedia-i386-win32-vc6-release"
41# PROP Intermediate_Dir ".\output\pjmedia-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 Prijonob50137b2006-01-18 23:12:57 +000044# ADD CPP /nologo /MD /W4 /GX /O2 /I "../include" /I "../../pjlib/include" /I "../../pjlib-util/include" /I "../src/pjmedia/portaudio" /D "NDEBUG" /D "PA_NO_ASIO" /D "WIN32" /D "_MBCS" /D "_LIB" /D PJ_WIN32=1 /D PJ_M_I386=1 /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 Prijonof80b1bf2006-02-19 02:24:27 +000053# ADD LIB32 /nologo /out:"../lib/pjmedia-i386-win32-vc6-release.lib"
Benny Prijono0a749f12005-10-31 21:02:30 +000054
55!ELSEIF "$(CFG)" == "pjmedia - Win32 Debug"
56
57# PROP BASE Use_MFC 0
58# PROP BASE Use_Debug_Libraries 1
Benny Prijonof80b1bf2006-02-19 02:24:27 +000059# PROP BASE Output_Dir ".\output\pjmedia-i386-win32-vc6-debug"
60# PROP BASE Intermediate_Dir ".\output\pjmedia-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 Prijonof80b1bf2006-02-19 02:24:27 +000064# PROP Output_Dir ".\output\pjmedia-i386-win32-vc6-debug"
65# PROP Intermediate_Dir ".\output\pjmedia-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 Prijonob50137b2006-01-18 23:12:57 +000068# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../include" /I "../../pjlib/include" /I "../../pjlib-util/include" /I "../src/pjmedia/portaudio" /D "_DEBUG" /D "PA_NO_ASIO" /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 Prijonof80b1bf2006-02-19 02:24:27 +000077# ADD LIB32 /nologo /out:"../lib/pjmedia-i386-win32-vc6-debug.lib"
Benny Prijono0a749f12005-10-31 21:02:30 +000078
79!ENDIF
80
81# Begin Target
82
83# Name "pjmedia - Win32 Release"
84# Name "pjmedia - Win32 Debug"
85# Begin Group "Source Files"
86
87# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
88# Begin Source File
89
Benny Prijono14962882006-02-20 01:28:25 +000090SOURCE=..\src\pjmedia\audio_conf.c
91# End Source File
92# Begin Source File
93
Benny Prijono0a749f12005-10-31 21:02:30 +000094SOURCE=..\src\pjmedia\codec.c
95# End Source File
96# Begin Source File
97
98SOURCE=..\src\pjmedia\dsound.c
99# PROP Exclude_From_Build 1
100# End Source File
101# Begin Source File
102
Benny Prijono1519e572006-02-08 22:43:39 +0000103SOURCE=..\src\pjmedia\endpoint.c
104# End Source File
105# Begin Source File
106
Benny Prijono4ea0bf12006-02-02 19:16:07 +0000107SOURCE=..\src\pjmedia\errno.c
108# End Source File
109# Begin Source File
110
Benny Prijono0a749f12005-10-31 21:02:30 +0000111SOURCE=..\src\pjmedia\g711.c
112# End Source File
113# Begin Source File
114
115SOURCE=..\src\pjmedia\jbuf.c
116# End Source File
117# Begin Source File
118
Benny Prijono0a749f12005-10-31 21:02:30 +0000119SOURCE=..\src\pjmedia\nullsound.c
120# PROP Exclude_From_Build 1
121# End Source File
122# Begin Source File
123
124SOURCE=..\src\pjmedia\pasound.c
125# End Source File
126# Begin Source File
127
128SOURCE=..\src\pjmedia\rtcp.c
129# End Source File
130# Begin Source File
131
132SOURCE=..\src\pjmedia\rtp.c
133# End Source File
134# Begin Source File
135
136SOURCE=..\src\pjmedia\sdp.c
137# End Source File
138# Begin Source File
139
Benny Prijono4ea0bf12006-02-02 19:16:07 +0000140SOURCE=..\src\pjmedia\sdp_cmp.c
141# End Source File
142# Begin Source File
143
144SOURCE=..\src\pjmedia\sdp_neg.c
145# End Source File
146# Begin Source File
147
Benny Prijono0a749f12005-10-31 21:02:30 +0000148SOURCE=..\src\pjmedia\session.c
149# End Source File
150# Begin Source File
151
152SOURCE=..\src\pjmedia\stream.c
153# End Source File
Benny Prijonodc326582006-02-19 18:38:37 +0000154# Begin Source File
155
156SOURCE=..\src\pjmedia\vad.c
157# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000158# End Group
159# Begin Group "Header Files"
160
161# PROP Default_Filter "h;hpp;hxx;hm;inl"
162# Begin Source File
163
Benny Prijono14962882006-02-20 01:28:25 +0000164SOURCE=..\include\pjmedia\audio_conf.h
165# End Source File
166# Begin Source File
167
Benny Prijonob50137b2006-01-18 23:12:57 +0000168SOURCE=..\include\pjmedia\codec.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000169# End Source File
170# Begin Source File
171
Benny Prijonob50137b2006-01-18 23:12:57 +0000172SOURCE=..\include\pjmedia\config.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000173# End Source File
174# Begin Source File
175
Benny Prijono274975a2006-02-15 12:24:23 +0000176SOURCE=..\include\pjmedia\doxygen.h
177# End Source File
178# Begin Source File
179
Benny Prijono1519e572006-02-08 22:43:39 +0000180SOURCE=..\include\pjmedia\endpoint.h
181# End Source File
182# Begin Source File
183
Benny Prijono4ea0bf12006-02-02 19:16:07 +0000184SOURCE=..\include\pjmedia\errno.h
185# End Source File
186# Begin Source File
187
Benny Prijonob50137b2006-01-18 23:12:57 +0000188SOURCE=..\include\pjmedia\jbuf.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000189# End Source File
190# Begin Source File
191
Benny Prijonob50137b2006-01-18 23:12:57 +0000192SOURCE=..\include\pjmedia.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000193# End Source File
194# Begin Source File
195
Benny Prijonob50137b2006-01-18 23:12:57 +0000196SOURCE=..\include\pjmedia\rtcp.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000197# End Source File
198# Begin Source File
199
Benny Prijonob50137b2006-01-18 23:12:57 +0000200SOURCE=..\include\pjmedia\rtp.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000201# End Source File
202# Begin Source File
203
Benny Prijonob50137b2006-01-18 23:12:57 +0000204SOURCE=..\include\pjmedia\sdp.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000205# End Source File
206# Begin Source File
207
Benny Prijono4ea0bf12006-02-02 19:16:07 +0000208SOURCE=..\include\pjmedia\sdp_neg.h
209# End Source File
210# Begin Source File
211
Benny Prijonob50137b2006-01-18 23:12:57 +0000212SOURCE=..\include\pjmedia\session.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000213# End Source File
214# Begin Source File
215
Benny Prijonob50137b2006-01-18 23:12:57 +0000216SOURCE=..\include\pjmedia\sound.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000217# End Source File
218# Begin Source File
219
Benny Prijonob50137b2006-01-18 23:12:57 +0000220SOURCE=..\include\pjmedia\stream.h
Benny Prijono0a749f12005-10-31 21:02:30 +0000221# End Source File
Benny Prijono4ea0bf12006-02-02 19:16:07 +0000222# Begin Source File
223
224SOURCE=..\include\pjmedia\types.h
225# End Source File
Benny Prijonodc326582006-02-19 18:38:37 +0000226# Begin Source File
227
228SOURCE=..\include\pjmedia\vad.h
229# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000230# End Group
231# Begin Group "PortAudio"
232
233# PROP Default_Filter ""
234# Begin Source File
235
236SOURCE=..\src\pjmedia\portaudio\dsound_wrapper.c
237# ADD CPP /W3
238# End Source File
239# Begin Source File
240
241SOURCE=..\src\pjmedia\portaudio\dsound_wrapper.h
242# End Source File
243# Begin Source File
244
245SOURCE=..\src\pjmedia\portaudio\pa_allocation.c
246# ADD CPP /W3
247# End Source File
248# Begin Source File
249
250SOURCE=..\src\pjmedia\portaudio\pa_allocation.h
251# End Source File
252# Begin Source File
253
254SOURCE=..\src\pjmedia\portaudio\pa_converters.c
255# ADD CPP /W3
256# End Source File
257# Begin Source File
258
259SOURCE=..\src\pjmedia\portaudio\pa_converters.h
260# End Source File
261# Begin Source File
262
263SOURCE=..\src\pjmedia\portaudio\pa_cpuload.c
264# ADD CPP /W3
265# End Source File
266# Begin Source File
267
268SOURCE=..\src\pjmedia\portaudio\pa_cpuload.h
269# End Source File
270# Begin Source File
271
272SOURCE=..\src\pjmedia\portaudio\pa_dither.c
273# ADD CPP /W3
274# End Source File
275# Begin Source File
276
277SOURCE=..\src\pjmedia\portaudio\pa_dither.h
278# End Source File
279# Begin Source File
280
281SOURCE=..\src\pjmedia\portaudio\pa_endianness.h
282# End Source File
283# Begin Source File
284
285SOURCE=..\src\pjmedia\portaudio\pa_front.c
286# ADD CPP /W3
287# End Source File
288# Begin Source File
289
290SOURCE=..\src\pjmedia\portaudio\pa_hostapi.h
291# End Source File
292# Begin Source File
293
294SOURCE=..\src\pjmedia\portaudio\pa_process.c
295# ADD CPP /W3
296# End Source File
297# Begin Source File
298
299SOURCE=..\src\pjmedia\portaudio\pa_process.h
300# End Source File
301# Begin Source File
302
303SOURCE=..\src\pjmedia\portaudio\pa_skeleton.c
304# ADD CPP /W3
305# End Source File
306# Begin Source File
307
308SOURCE=..\src\pjmedia\portaudio\pa_stream.c
309# ADD CPP /W3
310# End Source File
311# Begin Source File
312
313SOURCE=..\src\pjmedia\portaudio\pa_stream.h
314# End Source File
315# Begin Source File
316
317SOURCE=..\src\pjmedia\portaudio\pa_trace.c
318# ADD CPP /W3
319# End Source File
320# Begin Source File
321
322SOURCE=..\src\pjmedia\portaudio\pa_trace.h
323# End Source File
324# Begin Source File
325
326SOURCE=..\src\pjmedia\portaudio\pa_types.h
327# End Source File
328# Begin Source File
329
330SOURCE=..\src\pjmedia\portaudio\pa_util.h
331# End Source File
332# Begin Source File
333
334SOURCE=..\src\pjmedia\portaudio\pa_win_ds.c
335# ADD CPP /W3
336# End Source File
337# Begin Source File
338
339SOURCE=..\src\pjmedia\portaudio\pa_win_hostapis.c
340# ADD CPP /W3
341# End Source File
342# Begin Source File
343
344SOURCE=..\src\pjmedia\portaudio\pa_win_util.c
345# ADD CPP /W3
346# End Source File
347# Begin Source File
348
349SOURCE=..\src\pjmedia\portaudio\pa_win_wmme.c
350# ADD CPP /W3
351# End Source File
352# Begin Source File
353
354SOURCE=..\src\pjmedia\portaudio\pa_win_wmme.h
355# End Source File
356# Begin Source File
357
358SOURCE=..\src\pjmedia\portaudio\pa_x86_plain_converters.c
359# ADD CPP /W3
360# End Source File
361# Begin Source File
362
363SOURCE=..\src\pjmedia\portaudio\pa_x86_plain_converters.h
364# End Source File
365# Begin Source File
366
367SOURCE=..\src\pjmedia\portaudio\portaudio.h
368# End Source File
369# End Group
370# End Target
371# End Project