blob: d63165eb3743c6ab46dbf2a67e107de9aa2658c7 [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"
Benny Prijono706242e2006-12-02 19:22:16 +000036# PROP BASE Intermediate_Dir ".\output\pjlib-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 Prijono706242e2006-12-02 19:22:16 +000040# PROP Output_Dir ".\output\pjlib-i386-win32-vc6-release"
Benny Prijono0a749f12005-10-31 21:02:30 +000041# PROP Intermediate_Dir ".\output\pjlib-i386-win32-vc6-release"
42# PROP Target_Dir ""
Benny Prijono8ab968f2007-07-20 08:08:30 +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 Prijono4f2be312005-11-21 17:01:06 +000045# 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 +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
54# ADD LIB32 /nologo /out:"../lib/pjlib-i386-win32-vc6-release.lib"
55
56!ELSEIF "$(CFG)" == "pjlib - Win32 Debug"
57
58# PROP BASE Use_MFC 0
59# PROP BASE Use_Debug_Libraries 1
60# PROP BASE Output_Dir ".\output\pjlib-i386-win32-vc6-debug"
61# PROP BASE Intermediate_Dir ".\output\pjlib-i386-win32-vc6-debug"
62# PROP BASE Target_Dir ""
63# PROP Use_MFC 0
64# PROP Use_Debug_Libraries 1
65# PROP Output_Dir ".\output\pjlib-i386-win32-vc6-debug"
66# PROP Intermediate_Dir ".\output\pjlib-i386-win32-vc6-debug"
67# PROP Target_Dir ""
Benny Prijono8ab968f2007-07-20 08:08:30 +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
70# 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
71# 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
79# ADD LIB32 /nologo /out:"../lib/pjlib-i386-win32-vc6-debug.lib"
80
81!ENDIF
82
83# Begin Target
84
85# Name "pjlib - Win32 Release"
86# Name "pjlib - Win32 Debug"
87# Begin Group "Source Files"
88
89# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
90# Begin Group "Other Targets"
91
92# PROP Default_Filter ""
93# Begin Source File
94
95SOURCE=..\src\pj\addr_resolv_linux_kernel.c
96# PROP Exclude_From_Build 1
97# End Source File
98# Begin Source File
99
100SOURCE=..\src\pj\guid_simple.c
101# PROP Exclude_From_Build 1
102# End Source File
103# Begin Source File
104
105SOURCE=..\src\pj\ioqueue_dummy.c
106# PROP Exclude_From_Build 1
107# End Source File
108# Begin Source File
109
110SOURCE=..\src\pj\ioqueue_epoll.c
111# PROP Exclude_From_Build 1
112# End Source File
113# Begin Source File
114
Benny Prijonob681a2f2007-03-25 18:44:51 +0000115SOURCE=..\src\pj\ip_helper_generic.c
116# PROP Exclude_From_Build 1
117# End Source File
118# Begin Source File
119
Benny Prijono0a749f12005-10-31 21:02:30 +0000120SOURCE=..\src\pj\log_writer_printk.c
121# PROP Exclude_From_Build 1
122# End Source File
123# Begin Source File
124
125SOURCE=..\src\pj\os_core_linux_kernel.c
126# PROP Exclude_From_Build 1
127# End Source File
128# Begin Source File
129
130SOURCE=..\src\pj\os_core_unix.c
131# PROP Exclude_From_Build 1
132# End Source File
133# Begin Source File
134
135SOURCE=..\src\pj\os_error_linux_kernel.c
136# PROP Exclude_From_Build 1
137# End Source File
138# Begin Source File
139
140SOURCE=..\src\pj\os_error_unix.c
141# PROP Exclude_From_Build 1
142# End Source File
143# Begin Source File
144
145SOURCE=..\src\pj\os_time_linux_kernel.c
146# PROP Exclude_From_Build 1
147# End Source File
148# Begin Source File
149
150SOURCE=..\src\pj\os_timestamp_linux.c
151# PROP Exclude_From_Build 1
152# End Source File
153# Begin Source File
154
155SOURCE=..\src\pj\os_timestamp_linux_kernel.c
156# PROP Exclude_From_Build 1
157# End Source File
158# Begin Source File
159
160SOURCE=..\src\pj\pool_policy_kmalloc.c
161# PROP Exclude_From_Build 1
162# End Source File
163# Begin Source File
164
165SOURCE=..\src\pj\sock_linux_kernel.c
166# PROP Exclude_From_Build 1
167# End Source File
168# Begin Source File
169
170SOURCE=..\src\pj\symbols.c
171# PROP Exclude_From_Build 1
172# End Source File
173# End Group
174# Begin Source File
175
Benny Prijono4bac2c12008-05-11 18:12:16 +0000176SOURCE=..\src\pj\activesock.c
177# End Source File
178# Begin Source File
179
Benny Prijono0a749f12005-10-31 21:02:30 +0000180SOURCE=..\src\pj\addr_resolv_sock.c
181# End Source File
182# Begin Source File
183
184SOURCE=..\src\pj\array.c
185# End Source File
186# Begin Source File
187
188SOURCE=..\src\pj\config.c
189# End Source File
190# Begin Source File
191
Benny Prijonoe9ed3892005-11-20 19:55:42 +0000192SOURCE=..\src\pj\ctype.c
193# End Source File
194# Begin Source File
195
Benny Prijono0a749f12005-10-31 21:02:30 +0000196SOURCE=..\src\pj\errno.c
197# End Source File
198# Begin Source File
199
200SOURCE=..\src\pj\except.c
201# End Source File
202# Begin Source File
203
204SOURCE=..\src\pj\fifobuf.c
205# End Source File
206# Begin Source File
207
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000208SOURCE=..\src\pj\file_access_win32.c
209# End Source File
210# Begin Source File
211
212SOURCE=..\src\pj\file_io_ansi.c
Benny Prijonoca8a54c2007-02-16 10:50:34 +0000213# PROP Exclude_From_Build 1
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000214# End Source File
215# Begin Source File
216
217SOURCE=..\src\pj\file_io_win32.c
218# End Source File
219# Begin Source File
220
Benny Prijono0a749f12005-10-31 21:02:30 +0000221SOURCE=..\src\pj\guid.c
222# End Source File
223# Begin Source File
224
225SOURCE=..\src\pj\guid_win32.c
226# End Source File
227# Begin Source File
228
229SOURCE=..\src\pj\hash.c
230# End Source File
231# Begin Source File
232
Benny Prijono4d974f32005-11-06 13:32:11 +0000233SOURCE=..\src\pj\ioqueue_common_abs.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000234# PROP Exclude_From_Build 1
Benny Prijono4d974f32005-11-06 13:32:11 +0000235# End Source File
236# Begin Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000237
Benny Prijono4d974f32005-11-06 13:32:11 +0000238SOURCE=..\src\pj\ioqueue_common_abs.h
239# End Source File
240# Begin Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000241
Benny Prijono4d974f32005-11-06 13:32:11 +0000242SOURCE=..\src\pj\ioqueue_select.c
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
Benny Prijonob681a2f2007-03-25 18:44:51 +0000251SOURCE=..\src\pj\ip_helper_win32.c
252# End Source File
253# Begin Source File
254
Benny Prijono0a749f12005-10-31 21:02:30 +0000255SOURCE=..\src\pj\list.c
256# End Source File
257# Begin Source File
258
259SOURCE=..\src\pj\lock.c
260# End Source File
261# Begin Source File
262
263SOURCE=..\src\pj\log.c
264# End Source File
265# Begin Source File
266
267SOURCE=..\src\pj\log_writer_stdout.c
268# End Source File
269# Begin Source File
270
Benny Prijono0a749f12005-10-31 21:02:30 +0000271SOURCE=..\src\pj\os_core_win32.c
272# End Source File
273# Begin Source File
274
275SOURCE=..\src\pj\os_error_win32.c
276# End Source File
277# Begin Source File
278
Benny Prijonoedb566c2006-03-09 10:21:30 +0000279SOURCE=..\src\pj\os_time_win32.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000280# End Source File
281# Begin Source File
282
283SOURCE=..\src\pj\os_timestamp_common.c
284# End Source File
285# Begin Source File
286
287SOURCE=..\src\pj\os_timestamp_win32.c
288# End Source File
289# Begin Source File
290
291SOURCE=..\src\pj\pool.c
292# End Source File
293# Begin Source File
294
Benny Prijono7d93d4e2006-09-17 19:54:23 +0000295SOURCE=..\src\pj\pool_buf.c
296# End Source File
297# Begin Source File
298
Benny Prijono0a749f12005-10-31 21:02:30 +0000299SOURCE=..\src\pj\pool_caching.c
300# End Source File
301# Begin Source File
302
Benny Prijono5accbd02006-03-30 16:32:18 +0000303SOURCE=..\src\pj\pool_dbg.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000304# End Source File
305# Begin Source File
306
307SOURCE=..\src\pj\pool_policy_malloc.c
308# End Source File
309# Begin Source File
310
311SOURCE=..\src\pj\rand.c
312# End Source File
313# Begin Source File
314
315SOURCE=..\src\pj\rbtree.c
316# End Source File
317# Begin Source File
318
Benny Prijono0a749f12005-10-31 21:02:30 +0000319SOURCE=..\src\pj\sock_bsd.c
320# End Source File
321# Begin Source File
322
Benny Prijono8ab968f2007-07-20 08:08:30 +0000323SOURCE=..\src\pj\sock_common.c
324# End Source File
325# Begin Source File
326
Benny Prijono4d79b0f2009-10-25 09:02:07 +0000327SOURCE=..\src\pj\sock_qos_bsd.c
328# End Source File
329# Begin Source File
330
331SOURCE=..\src\pj\sock_qos_common.c
332# End Source File
333# Begin Source File
334
Benny Prijono0a749f12005-10-31 21:02:30 +0000335SOURCE=..\src\pj\sock_select.c
336# End Source File
337# Begin Source File
338
Nanang Izzuddinea6d3c42009-10-26 15:47:52 +0000339SOURCE=..\src\pj\ssl_sock_common.c
340# End Source File
341# Begin Source File
342
Nanang Izzuddin2fb937e2010-02-24 05:43:34 +0000343SOURCE=..\src\pj\ssl_sock_dump.c
344# End Source File
345# Begin Source File
346
Nanang Izzuddinea6d3c42009-10-26 15:47:52 +0000347SOURCE=..\src\pj\ssl_sock_ossl.c
348# End Source File
349# Begin Source File
350
Benny Prijono0a749f12005-10-31 21:02:30 +0000351SOURCE=..\src\pj\string.c
352# End Source File
353# Begin Source File
354
Benny Prijono0a749f12005-10-31 21:02:30 +0000355SOURCE=..\src\pj\timer.c
356# End Source File
357# Begin Source File
358
359SOURCE=..\src\pj\types.c
360# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000361# Begin Source File
362
363SOURCE=..\src\pj\unicode_win32.c
364# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000365# End Group
366# Begin Group "Header Files"
367
368# PROP Default_Filter "h;hpp;hxx;hm;inl"
369# Begin Group "compat"
370
371# PROP Default_Filter ""
372# Begin Source File
373
374SOURCE=..\include\pj\compat\assert.h
375# End Source File
376# Begin Source File
377
378SOURCE=..\include\pj\compat\cc_gcc.h
379# End Source File
380# Begin Source File
381
382SOURCE=..\include\pj\compat\cc_msvc.h
383# End Source File
384# Begin Source File
385
386SOURCE=..\include\pj\compat\ctype.h
387# End Source File
388# Begin Source File
389
390SOURCE=..\include\pj\compat\errno.h
391# End Source File
392# Begin Source File
393
394SOURCE=..\include\pj\compat\high_precision.h
395# End Source File
396# Begin Source File
397
398SOURCE=..\include\pj\compat\m_alpha.h
399# End Source File
400# Begin Source File
401
402SOURCE=..\include\pj\compat\m_i386.h
403# End Source File
404# Begin Source File
405
406SOURCE=..\include\pj\compat\m_m68k.h
407# End Source File
408# Begin Source File
409
Benny Prijono33723ce2005-11-22 01:05:59 +0000410SOURCE=..\include\pj\compat\m_sparc.h
411# End Source File
412# Begin Source File
413
Benny Prijono0a749f12005-10-31 21:02:30 +0000414SOURCE=..\include\pj\compat\malloc.h
415# End Source File
416# Begin Source File
417
418SOURCE=..\include\pj\compat\os_linux.h
419# End Source File
420# Begin Source File
421
422SOURCE=..\include\pj\compat\os_linux_kernel.h
423# End Source File
424# Begin Source File
425
426SOURCE=..\include\pj\compat\os_palmos.h
427# End Source File
428# Begin Source File
429
Benny Prijonoa9946d52005-11-06 09:37:47 +0000430SOURCE=..\include\pj\compat\os_sunos.h
431# End Source File
432# Begin Source File
433
Benny Prijono0a749f12005-10-31 21:02:30 +0000434SOURCE=..\include\pj\compat\os_win32.h
435# End Source File
436# Begin Source File
437
438SOURCE=..\include\pj\compat\rand.h
439# End Source File
440# Begin Source File
441
442SOURCE=..\include\pj\compat\setjmp.h
443# End Source File
444# Begin Source File
445
446SOURCE=..\include\pj\compat\size_t.h
447# End Source File
448# Begin Source File
449
450SOURCE=..\include\pj\compat\socket.h
451# End Source File
452# Begin Source File
453
Benny Prijono0a749f12005-10-31 21:02:30 +0000454SOURCE=..\include\pj\compat\stdarg.h
455# End Source File
456# Begin Source File
457
458SOURCE=..\include\pj\compat\stdfileio.h
459# End Source File
460# Begin Source File
461
462SOURCE=..\include\pj\compat\string.h
463# End Source File
464# Begin Source File
465
466SOURCE=..\include\pj\compat\time.h
467# End Source File
468# Begin Source File
469
470SOURCE=..\include\pj\compat\vsprintf.h
471# End Source File
472# End Group
473# Begin Source File
474
Benny Prijono4bac2c12008-05-11 18:12:16 +0000475SOURCE=..\include\pj\activesock.h
476# End Source File
477# Begin Source File
478
Benny Prijono0a749f12005-10-31 21:02:30 +0000479SOURCE=..\include\pj\addr_resolv.h
480# End Source File
481# Begin Source File
482
483SOURCE=..\include\pj\array.h
484# End Source File
485# Begin Source File
486
487SOURCE=..\include\pj\assert.h
488# End Source File
489# Begin Source File
490
491SOURCE=..\include\pj\config.h
492# End Source File
493# Begin Source File
494
495SOURCE=..\include\pj\config_site.h
496# End Source File
497# Begin Source File
498
Benny Prijonoedba0792006-08-06 18:23:56 +0000499SOURCE=..\include\pj\config_site_sample.h
500# End Source File
501# Begin Source File
502
Benny Prijono0a749f12005-10-31 21:02:30 +0000503SOURCE=..\include\pj\ctype.h
504# End Source File
505# Begin Source File
506
507SOURCE=..\include\pj\doxygen.h
508# End Source File
509# Begin Source File
510
Benny Prijono0a749f12005-10-31 21:02:30 +0000511SOURCE=..\include\pj\errno.h
512# End Source File
513# Begin Source File
514
515SOURCE=..\include\pj\except.h
516# End Source File
517# Begin Source File
518
519SOURCE=..\include\pj\fifobuf.h
520# End Source File
521# Begin Source File
522
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000523SOURCE=..\include\pj\file_access.h
524# End Source File
525# Begin Source File
526
527SOURCE=..\include\pj\file_io.h
528# End Source File
529# Begin Source File
530
Benny Prijono0a749f12005-10-31 21:02:30 +0000531SOURCE=..\include\pj\guid.h
532# End Source File
533# Begin Source File
534
535SOURCE=..\include\pj\hash.h
536# End Source File
537# Begin Source File
538
539SOURCE=..\include\pj\ioqueue.h
540# End Source File
541# Begin Source File
542
Benny Prijonob681a2f2007-03-25 18:44:51 +0000543SOURCE=..\include\pj\ip_helper.h
544# End Source File
545# Begin Source File
546
Benny Prijono0a749f12005-10-31 21:02:30 +0000547SOURCE=..\include\pj\list.h
548# End Source File
549# Begin Source File
550
551SOURCE=..\include\pj\lock.h
552# End Source File
553# Begin Source File
554
555SOURCE=..\include\pj\log.h
556# End Source File
557# Begin Source File
558
Benny Prijono0afea9b2008-07-22 14:58:41 +0000559SOURCE=..\include\pj\math.h
560# End Source File
561# Begin Source File
562
Benny Prijono0a749f12005-10-31 21:02:30 +0000563SOURCE=..\include\pj\os.h
564# End Source File
565# Begin Source File
566
567SOURCE=..\include\pjlib.h
568# End Source File
569# Begin Source File
570
571SOURCE=..\include\pj\pool.h
572# End Source File
573# Begin Source File
574
Benny Prijono5accbd02006-03-30 16:32:18 +0000575SOURCE=..\include\pj\pool_alt.h
576# End Source File
577# Begin Source File
578
Benny Prijono7d93d4e2006-09-17 19:54:23 +0000579SOURCE=..\include\pj\pool_buf.h
580# End Source File
581# Begin Source File
582
Benny Prijono0a749f12005-10-31 21:02:30 +0000583SOURCE=..\include\pj\rand.h
584# End Source File
585# Begin Source File
586
587SOURCE=..\include\pj\rbtree.h
588# End Source File
589# Begin Source File
590
Benny Prijono0a749f12005-10-31 21:02:30 +0000591SOURCE=..\include\pj\sock.h
592# End Source File
593# Begin Source File
594
Benny Prijono4d79b0f2009-10-25 09:02:07 +0000595SOURCE=..\include\pj\sock_qos.h
596# End Source File
597# Begin Source File
598
Benny Prijono0a749f12005-10-31 21:02:30 +0000599SOURCE=..\include\pj\sock_select.h
600# End Source File
601# Begin Source File
602
Nanang Izzuddinea6d3c42009-10-26 15:47:52 +0000603SOURCE=..\include\pj\ssl_sock.h
604# End Source File
605# Begin Source File
606
Benny Prijono0a749f12005-10-31 21:02:30 +0000607SOURCE=..\include\pj\string.h
608# End Source File
609# Begin Source File
610
Benny Prijono0a749f12005-10-31 21:02:30 +0000611SOURCE=..\include\pj\timer.h
612# End Source File
613# Begin Source File
614
615SOURCE=..\include\pj\types.h
616# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000617# Begin Source File
618
619SOURCE=..\include\pj\unicode.h
620# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000621# End Group
622# Begin Group "Inline Files"
623
624# PROP Default_Filter ""
625# Begin Source File
626
627SOURCE=..\include\pj\list_i.h
628# End Source File
629# Begin Source File
630
631SOURCE=..\include\pj\pool_i.h
632# End Source File
633# Begin Source File
634
635SOURCE=..\include\pj\string_i.h
636# End Source File
637# End Group
638# End Target
639# End Project