blob: d48376799d38fa1525eda57772ae4df52cdc498c [file] [log] [blame]
Benny Prijono0a749f12005-10-31 21:02:30 +00001# Microsoft Developer Studio Project File - Name="pjlib" - 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=pjlib - 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 "pjlib.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 "pjlib.mak" CFG="pjlib - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "pjlib - Win32 Release" (based on "Win32 (x86) Static Library")
21!MESSAGE "pjlib - 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)" == "pjlib - Win32 Release"
32
33# PROP BASE Use_MFC 0
34# PROP BASE Use_Debug_Libraries 0
35# PROP BASE Output_Dir ".\output\pjlib-i386-win32-vc6-release"
36# PROP BASE Intermediate_Dir "output\pjlib-i386-win32-vc6-release"
37# PROP BASE Target_Dir ""
38# PROP Use_MFC 0
39# PROP Use_Debug_Libraries 0
40# PROP Output_Dir "\.output\pjlib-i386-win32-vc6-release"
41# PROP Intermediate_Dir ".\output\pjlib-i386-win32-vc6-release"
42# PROP Target_Dir ""
43# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
Benny Prijono4f2be312005-11-21 17:01:06 +000044# ADD CPP /nologo /MD /W4 /Zi /O2 /Ob2 /I "../include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "PJ_WIN32" /D "PJ_M_I386" /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
53# ADD LIB32 /nologo /out:"../lib/pjlib-i386-win32-vc6-release.lib"
54
55!ELSEIF "$(CFG)" == "pjlib - Win32 Debug"
56
57# PROP BASE Use_MFC 0
58# PROP BASE Use_Debug_Libraries 1
59# PROP BASE Output_Dir ".\output\pjlib-i386-win32-vc6-debug"
60# PROP BASE Intermediate_Dir ".\output\pjlib-i386-win32-vc6-debug"
61# PROP BASE Target_Dir ""
62# PROP Use_MFC 0
63# PROP Use_Debug_Libraries 1
64# PROP Output_Dir ".\output\pjlib-i386-win32-vc6-debug"
65# PROP Intermediate_Dir ".\output\pjlib-i386-win32-vc6-debug"
66# 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
68# ADD CPP /nologo /MTd /W4 /Gm /GX /ZI /Od /I "../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "PJ_WIN32" /D "PJ_M_I386" /FR /FD /GZ /c
69# 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
77# ADD LIB32 /nologo /out:"../lib/pjlib-i386-win32-vc6-debug.lib"
78
79!ENDIF
80
81# Begin Target
82
83# Name "pjlib - Win32 Release"
84# Name "pjlib - Win32 Debug"
85# Begin Group "Source Files"
86
87# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
88# Begin Group "Other Targets"
89
90# PROP Default_Filter ""
91# Begin Source File
92
93SOURCE=..\src\pj\addr_resolv_linux_kernel.c
94# PROP Exclude_From_Build 1
95# End Source File
96# Begin Source File
97
98SOURCE=..\src\pj\guid_simple.c
99# PROP Exclude_From_Build 1
100# End Source File
101# Begin Source File
102
103SOURCE=..\src\pj\ioqueue_dummy.c
104# PROP Exclude_From_Build 1
105# End Source File
106# Begin Source File
107
108SOURCE=..\src\pj\ioqueue_epoll.c
109# PROP Exclude_From_Build 1
110# End Source File
111# Begin Source File
112
113SOURCE=..\src\pj\log_writer_printk.c
114# PROP Exclude_From_Build 1
115# End Source File
116# Begin Source File
117
118SOURCE=..\src\pj\os_core_linux_kernel.c
119# PROP Exclude_From_Build 1
120# End Source File
121# Begin Source File
122
123SOURCE=..\src\pj\os_core_unix.c
124# PROP Exclude_From_Build 1
125# End Source File
126# Begin Source File
127
128SOURCE=..\src\pj\os_error_linux_kernel.c
129# PROP Exclude_From_Build 1
130# End Source File
131# Begin Source File
132
133SOURCE=..\src\pj\os_error_unix.c
134# PROP Exclude_From_Build 1
135# End Source File
136# Begin Source File
137
138SOURCE=..\src\pj\os_time_linux_kernel.c
139# PROP Exclude_From_Build 1
140# End Source File
141# Begin Source File
142
143SOURCE=..\src\pj\os_timestamp_linux.c
144# PROP Exclude_From_Build 1
145# End Source File
146# Begin Source File
147
148SOURCE=..\src\pj\os_timestamp_linux_kernel.c
149# PROP Exclude_From_Build 1
150# End Source File
151# Begin Source File
152
153SOURCE=..\src\pj\pool_policy_kmalloc.c
154# PROP Exclude_From_Build 1
155# End Source File
156# Begin Source File
157
158SOURCE=..\src\pj\sock_linux_kernel.c
159# PROP Exclude_From_Build 1
160# End Source File
161# Begin Source File
162
163SOURCE=..\src\pj\symbols.c
164# PROP Exclude_From_Build 1
165# End Source File
166# End Group
167# Begin Source File
168
169SOURCE=..\src\pj\addr_resolv_sock.c
170# End Source File
171# Begin Source File
172
173SOURCE=..\src\pj\array.c
174# End Source File
175# Begin Source File
176
177SOURCE=..\src\pj\config.c
178# End Source File
179# Begin Source File
180
Benny Prijonoe9ed3892005-11-20 19:55:42 +0000181SOURCE=..\src\pj\ctype.c
182# End Source File
183# Begin Source File
184
Benny Prijono0a749f12005-10-31 21:02:30 +0000185SOURCE=..\src\pj\equeue_winnt.c
186# End Source File
187# Begin Source File
188
189SOURCE=..\src\pj\errno.c
190# End Source File
191# Begin Source File
192
193SOURCE=..\src\pj\except.c
194# End Source File
195# Begin Source File
196
197SOURCE=..\src\pj\fifobuf.c
198# End Source File
199# Begin Source File
200
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000201SOURCE=..\src\pj\file_access_win32.c
202# End Source File
203# Begin Source File
204
205SOURCE=..\src\pj\file_io_ansi.c
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000206# End Source File
207# Begin Source File
208
209SOURCE=..\src\pj\file_io_win32.c
Benny Prijono0c6935e2005-11-07 20:40:49 +0000210# PROP Exclude_From_Build 1
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000211# End Source File
212# Begin Source File
213
Benny Prijono0a749f12005-10-31 21:02:30 +0000214SOURCE=..\src\pj\guid.c
215# End Source File
216# Begin Source File
217
218SOURCE=..\src\pj\guid_win32.c
219# End Source File
220# Begin Source File
221
222SOURCE=..\src\pj\hash.c
223# End Source File
224# Begin Source File
225
Benny Prijono4d974f32005-11-06 13:32:11 +0000226SOURCE=..\src\pj\ioqueue_common_abs.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000227# PROP Exclude_From_Build 1
Benny Prijono4d974f32005-11-06 13:32:11 +0000228# End Source File
229# Begin Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000230
Benny Prijono4d974f32005-11-06 13:32:11 +0000231SOURCE=..\src\pj\ioqueue_common_abs.h
232# End Source File
233# Begin Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000234
Benny Prijono4d974f32005-11-06 13:32:11 +0000235SOURCE=..\src\pj\ioqueue_select.c
Benny Prijono5accbd02006-03-30 16:32:18 +0000236
237!IF "$(CFG)" == "pjlib - Win32 Release"
238
239!ELSEIF "$(CFG)" == "pjlib - Win32 Debug"
240
241!ENDIF
242
Benny Prijono0a749f12005-10-31 21:02:30 +0000243# End Source File
244# Begin Source File
245
246SOURCE=..\src\pj\ioqueue_winnt.c
Benny Prijonoac52df42006-03-25 10:06:00 +0000247# PROP Exclude_From_Build 1
Benny Prijono0a749f12005-10-31 21:02:30 +0000248# End Source File
249# Begin Source File
250
251SOURCE=..\src\pj\list.c
252# End Source File
253# Begin Source File
254
255SOURCE=..\src\pj\lock.c
256# End Source File
257# Begin Source File
258
259SOURCE=..\src\pj\log.c
260# End Source File
261# Begin Source File
262
263SOURCE=..\src\pj\log_writer_stdout.c
264# End Source File
265# Begin Source File
266
Benny Prijono0a749f12005-10-31 21:02:30 +0000267SOURCE=..\src\pj\os_core_win32.c
268# End Source File
269# Begin Source File
270
271SOURCE=..\src\pj\os_error_win32.c
272# End Source File
273# Begin Source File
274
Benny Prijonoedb566c2006-03-09 10:21:30 +0000275SOURCE=..\src\pj\os_time_win32.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000276# End Source File
277# Begin Source File
278
279SOURCE=..\src\pj\os_timestamp_common.c
280# End Source File
281# Begin Source File
282
283SOURCE=..\src\pj\os_timestamp_win32.c
284# End Source File
285# Begin Source File
286
287SOURCE=..\src\pj\pool.c
288# End Source File
289# Begin Source File
290
291SOURCE=..\src\pj\pool_caching.c
292# End Source File
293# Begin Source File
294
Benny Prijono5accbd02006-03-30 16:32:18 +0000295SOURCE=..\src\pj\pool_dbg.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000296# End Source File
297# Begin Source File
298
299SOURCE=..\src\pj\pool_policy_malloc.c
300# End Source File
301# Begin Source File
302
303SOURCE=..\src\pj\rand.c
304# End Source File
305# Begin Source File
306
307SOURCE=..\src\pj\rbtree.c
308# End Source File
309# Begin Source File
310
Benny Prijono0a749f12005-10-31 21:02:30 +0000311SOURCE=..\src\pj\sock_bsd.c
312# End Source File
313# Begin Source File
314
315SOURCE=..\src\pj\sock_select.c
316# End Source File
317# Begin Source File
318
319SOURCE=..\src\pj\string.c
320# End Source File
321# Begin Source File
322
Benny Prijono0a749f12005-10-31 21:02:30 +0000323SOURCE=..\src\pj\timer.c
324# End Source File
325# Begin Source File
326
327SOURCE=..\src\pj\types.c
328# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000329# Begin Source File
330
331SOURCE=..\src\pj\unicode_win32.c
332# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000333# End Group
334# Begin Group "Header Files"
335
336# PROP Default_Filter "h;hpp;hxx;hm;inl"
337# Begin Group "compat"
338
339# PROP Default_Filter ""
340# Begin Source File
341
342SOURCE=..\include\pj\compat\assert.h
343# End Source File
344# Begin Source File
345
346SOURCE=..\include\pj\compat\cc_gcc.h
347# End Source File
348# Begin Source File
349
350SOURCE=..\include\pj\compat\cc_msvc.h
351# End Source File
352# Begin Source File
353
354SOURCE=..\include\pj\compat\ctype.h
355# End Source File
356# Begin Source File
357
358SOURCE=..\include\pj\compat\errno.h
359# End Source File
360# Begin Source File
361
362SOURCE=..\include\pj\compat\high_precision.h
363# End Source File
364# Begin Source File
365
366SOURCE=..\include\pj\compat\m_alpha.h
367# End Source File
368# Begin Source File
369
370SOURCE=..\include\pj\compat\m_i386.h
371# End Source File
372# Begin Source File
373
374SOURCE=..\include\pj\compat\m_m68k.h
375# End Source File
376# Begin Source File
377
Benny Prijono33723ce2005-11-22 01:05:59 +0000378SOURCE=..\include\pj\compat\m_sparc.h
379# End Source File
380# Begin Source File
381
Benny Prijono0a749f12005-10-31 21:02:30 +0000382SOURCE=..\include\pj\compat\malloc.h
383# End Source File
384# Begin Source File
385
386SOURCE=..\include\pj\compat\os_linux.h
387# End Source File
388# Begin Source File
389
390SOURCE=..\include\pj\compat\os_linux_kernel.h
391# End Source File
392# Begin Source File
393
394SOURCE=..\include\pj\compat\os_palmos.h
395# End Source File
396# Begin Source File
397
Benny Prijonoa9946d52005-11-06 09:37:47 +0000398SOURCE=..\include\pj\compat\os_sunos.h
399# End Source File
400# Begin Source File
401
Benny Prijono0a749f12005-10-31 21:02:30 +0000402SOURCE=..\include\pj\compat\os_win32.h
403# End Source File
404# Begin Source File
405
406SOURCE=..\include\pj\compat\rand.h
407# End Source File
408# Begin Source File
409
410SOURCE=..\include\pj\compat\setjmp.h
411# End Source File
412# Begin Source File
413
414SOURCE=..\include\pj\compat\size_t.h
415# End Source File
416# Begin Source File
417
418SOURCE=..\include\pj\compat\socket.h
419# End Source File
420# Begin Source File
421
422SOURCE=..\include\pj\compat\sprintf.h
423# End Source File
424# Begin Source File
425
426SOURCE=..\include\pj\compat\stdarg.h
427# End Source File
428# Begin Source File
429
430SOURCE=..\include\pj\compat\stdfileio.h
431# End Source File
432# Begin Source File
433
434SOURCE=..\include\pj\compat\string.h
435# End Source File
436# Begin Source File
437
438SOURCE=..\include\pj\compat\time.h
439# End Source File
440# Begin Source File
441
442SOURCE=..\include\pj\compat\vsprintf.h
443# End Source File
444# End Group
445# Begin Source File
446
447SOURCE=..\include\pj\addr_resolv.h
448# End Source File
449# Begin Source File
450
451SOURCE=..\include\pj\array.h
452# End Source File
453# Begin Source File
454
455SOURCE=..\include\pj\assert.h
456# End Source File
457# Begin Source File
458
459SOURCE=..\include\pj\config.h
460# End Source File
461# Begin Source File
462
463SOURCE=..\include\pj\config_site.h
464# End Source File
465# Begin Source File
466
467SOURCE=..\include\pj\ctype.h
468# End Source File
469# Begin Source File
470
471SOURCE=..\include\pj\doxygen.h
472# End Source File
473# Begin Source File
474
475SOURCE=..\include\pj\equeue.h
476# End Source File
477# Begin Source File
478
479SOURCE=..\include\pj\errno.h
480# End Source File
481# Begin Source File
482
483SOURCE=..\include\pj\except.h
484# End Source File
485# Begin Source File
486
487SOURCE=..\include\pj\fifobuf.h
488# End Source File
489# Begin Source File
490
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000491SOURCE=..\include\pj\file_access.h
492# End Source File
493# Begin Source File
494
495SOURCE=..\include\pj\file_io.h
496# End Source File
497# Begin Source File
498
Benny Prijono0a749f12005-10-31 21:02:30 +0000499SOURCE=..\include\pj\guid.h
500# End Source File
501# Begin Source File
502
503SOURCE=..\include\pj\hash.h
504# End Source File
505# Begin Source File
506
507SOURCE=..\include\pj\ioqueue.h
508# End Source File
509# Begin Source File
510
511SOURCE=..\include\pj\list.h
512# End Source File
513# Begin Source File
514
515SOURCE=..\include\pj\lock.h
516# End Source File
517# Begin Source File
518
519SOURCE=..\include\pj\log.h
520# End Source File
521# Begin Source File
522
Benny Prijono0a749f12005-10-31 21:02:30 +0000523SOURCE=..\include\pj\os.h
524# End Source File
525# Begin Source File
526
527SOURCE=..\include\pjlib.h
528# End Source File
529# Begin Source File
530
531SOURCE=..\include\pj\pool.h
532# End Source File
533# Begin Source File
534
Benny Prijono5accbd02006-03-30 16:32:18 +0000535SOURCE=..\include\pj\pool_alt.h
536# End Source File
537# Begin Source File
538
Benny Prijono0a749f12005-10-31 21:02:30 +0000539SOURCE=..\include\pj\rand.h
540# End Source File
541# Begin Source File
542
543SOURCE=..\include\pj\rbtree.h
544# End Source File
545# Begin Source File
546
Benny Prijono0a749f12005-10-31 21:02:30 +0000547SOURCE=..\include\pj\sock.h
548# End Source File
549# Begin Source File
550
551SOURCE=..\include\pj\sock_select.h
552# End Source File
553# Begin Source File
554
555SOURCE=..\include\pj\string.h
556# End Source File
557# Begin Source File
558
Benny Prijono0a749f12005-10-31 21:02:30 +0000559SOURCE=..\include\pj\timer.h
560# End Source File
561# Begin Source File
562
563SOURCE=..\include\pj\types.h
564# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000565# Begin Source File
566
567SOURCE=..\include\pj\unicode.h
568# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000569# End Group
570# Begin Group "Inline Files"
571
572# PROP Default_Filter ""
573# Begin Source File
574
575SOURCE=..\include\pj\list_i.h
576# End Source File
577# Begin Source File
578
579SOURCE=..\include\pj\pool_i.h
580# End Source File
581# Begin Source File
582
583SOURCE=..\include\pj\string_i.h
584# End Source File
585# End Group
586# End Target
587# End Project