blob: 321d9c7925e381c71564622e4f022de398688a54 [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
176SOURCE=..\src\pj\addr_resolv_sock.c
177# End Source File
178# Begin Source File
179
180SOURCE=..\src\pj\array.c
181# End Source File
182# Begin Source File
183
184SOURCE=..\src\pj\config.c
185# End Source File
186# Begin Source File
187
Benny Prijonoe9ed3892005-11-20 19:55:42 +0000188SOURCE=..\src\pj\ctype.c
189# End Source File
190# Begin Source File
191
Benny Prijono0a749f12005-10-31 21:02:30 +0000192SOURCE=..\src\pj\errno.c
193# End Source File
194# Begin Source File
195
196SOURCE=..\src\pj\except.c
197# End Source File
198# Begin Source File
199
200SOURCE=..\src\pj\fifobuf.c
201# End Source File
202# Begin Source File
203
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000204SOURCE=..\src\pj\file_access_win32.c
205# End Source File
206# Begin Source File
207
208SOURCE=..\src\pj\file_io_ansi.c
Benny Prijonoca8a54c2007-02-16 10:50:34 +0000209# PROP Exclude_From_Build 1
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000210# End Source File
211# Begin Source File
212
213SOURCE=..\src\pj\file_io_win32.c
214# End Source File
215# Begin Source File
216
Benny Prijono0a749f12005-10-31 21:02:30 +0000217SOURCE=..\src\pj\guid.c
218# End Source File
219# Begin Source File
220
221SOURCE=..\src\pj\guid_win32.c
222# End Source File
223# Begin Source File
224
225SOURCE=..\src\pj\hash.c
226# End Source File
227# Begin Source File
228
Benny Prijono4d974f32005-11-06 13:32:11 +0000229SOURCE=..\src\pj\ioqueue_common_abs.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000230# PROP Exclude_From_Build 1
Benny Prijono4d974f32005-11-06 13:32:11 +0000231# End Source File
232# Begin Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000233
Benny Prijono4d974f32005-11-06 13:32:11 +0000234SOURCE=..\src\pj\ioqueue_common_abs.h
235# 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_select.c
Benny Prijonod2810132006-06-29 09:45:39 +0000239
240!IF "$(CFG)" == "pjlib - Win32 Release"
241
242# PROP Exclude_From_Build 1
243
244!ELSEIF "$(CFG)" == "pjlib - Win32 Debug"
245
246!ENDIF
247
Benny Prijono0a749f12005-10-31 21:02:30 +0000248# End Source File
249# Begin Source File
250
251SOURCE=..\src\pj\ioqueue_winnt.c
Benny Prijonod2810132006-06-29 09:45:39 +0000252
253!IF "$(CFG)" == "pjlib - Win32 Release"
254
255!ELSEIF "$(CFG)" == "pjlib - Win32 Debug"
256
Benny Prijonoac52df42006-03-25 10:06:00 +0000257# PROP Exclude_From_Build 1
Benny Prijonod2810132006-06-29 09:45:39 +0000258
259!ENDIF
260
Benny Prijono0a749f12005-10-31 21:02:30 +0000261# End Source File
262# Begin Source File
263
Benny Prijonob681a2f2007-03-25 18:44:51 +0000264SOURCE=..\src\pj\ip_helper_win32.c
265# End Source File
266# Begin Source File
267
Benny Prijono0a749f12005-10-31 21:02:30 +0000268SOURCE=..\src\pj\list.c
269# End Source File
270# Begin Source File
271
272SOURCE=..\src\pj\lock.c
273# End Source File
274# Begin Source File
275
276SOURCE=..\src\pj\log.c
277# End Source File
278# Begin Source File
279
280SOURCE=..\src\pj\log_writer_stdout.c
281# End Source File
282# Begin Source File
283
Benny Prijono0a749f12005-10-31 21:02:30 +0000284SOURCE=..\src\pj\os_core_win32.c
285# End Source File
286# Begin Source File
287
288SOURCE=..\src\pj\os_error_win32.c
289# End Source File
290# Begin Source File
291
Benny Prijonoedb566c2006-03-09 10:21:30 +0000292SOURCE=..\src\pj\os_time_win32.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000293# End Source File
294# Begin Source File
295
296SOURCE=..\src\pj\os_timestamp_common.c
297# End Source File
298# Begin Source File
299
300SOURCE=..\src\pj\os_timestamp_win32.c
301# End Source File
302# Begin Source File
303
304SOURCE=..\src\pj\pool.c
305# End Source File
306# Begin Source File
307
Benny Prijono7d93d4e2006-09-17 19:54:23 +0000308SOURCE=..\src\pj\pool_buf.c
309# End Source File
310# Begin Source File
311
Benny Prijono0a749f12005-10-31 21:02:30 +0000312SOURCE=..\src\pj\pool_caching.c
313# End Source File
314# Begin Source File
315
Benny Prijono5accbd02006-03-30 16:32:18 +0000316SOURCE=..\src\pj\pool_dbg.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000317# End Source File
318# Begin Source File
319
320SOURCE=..\src\pj\pool_policy_malloc.c
321# End Source File
322# Begin Source File
323
324SOURCE=..\src\pj\rand.c
325# End Source File
326# Begin Source File
327
328SOURCE=..\src\pj\rbtree.c
329# End Source File
330# Begin Source File
331
Benny Prijono0a749f12005-10-31 21:02:30 +0000332SOURCE=..\src\pj\sock_bsd.c
333# End Source File
334# Begin Source File
335
Benny Prijono8ab968f2007-07-20 08:08:30 +0000336SOURCE=..\src\pj\sock_common.c
337# End Source File
338# Begin Source File
339
Benny Prijono0a749f12005-10-31 21:02:30 +0000340SOURCE=..\src\pj\sock_select.c
341# End Source File
342# Begin Source File
343
344SOURCE=..\src\pj\string.c
345# End Source File
346# Begin Source File
347
Benny Prijono0a749f12005-10-31 21:02:30 +0000348SOURCE=..\src\pj\timer.c
349# End Source File
350# Begin Source File
351
352SOURCE=..\src\pj\types.c
353# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000354# Begin Source File
355
356SOURCE=..\src\pj\unicode_win32.c
357# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000358# End Group
359# Begin Group "Header Files"
360
361# PROP Default_Filter "h;hpp;hxx;hm;inl"
362# Begin Group "compat"
363
364# PROP Default_Filter ""
365# Begin Source File
366
367SOURCE=..\include\pj\compat\assert.h
368# End Source File
369# Begin Source File
370
371SOURCE=..\include\pj\compat\cc_gcc.h
372# End Source File
373# Begin Source File
374
375SOURCE=..\include\pj\compat\cc_msvc.h
376# End Source File
377# Begin Source File
378
379SOURCE=..\include\pj\compat\ctype.h
380# End Source File
381# Begin Source File
382
383SOURCE=..\include\pj\compat\errno.h
384# End Source File
385# Begin Source File
386
387SOURCE=..\include\pj\compat\high_precision.h
388# End Source File
389# Begin Source File
390
391SOURCE=..\include\pj\compat\m_alpha.h
392# End Source File
393# Begin Source File
394
395SOURCE=..\include\pj\compat\m_i386.h
396# End Source File
397# Begin Source File
398
399SOURCE=..\include\pj\compat\m_m68k.h
400# End Source File
401# Begin Source File
402
Benny Prijono33723ce2005-11-22 01:05:59 +0000403SOURCE=..\include\pj\compat\m_sparc.h
404# End Source File
405# Begin Source File
406
Benny Prijono0a749f12005-10-31 21:02:30 +0000407SOURCE=..\include\pj\compat\malloc.h
408# End Source File
409# Begin Source File
410
411SOURCE=..\include\pj\compat\os_linux.h
412# End Source File
413# Begin Source File
414
415SOURCE=..\include\pj\compat\os_linux_kernel.h
416# End Source File
417# Begin Source File
418
419SOURCE=..\include\pj\compat\os_palmos.h
420# End Source File
421# Begin Source File
422
Benny Prijonoa9946d52005-11-06 09:37:47 +0000423SOURCE=..\include\pj\compat\os_sunos.h
424# End Source File
425# Begin Source File
426
Benny Prijono0a749f12005-10-31 21:02:30 +0000427SOURCE=..\include\pj\compat\os_win32.h
428# End Source File
429# Begin Source File
430
431SOURCE=..\include\pj\compat\rand.h
432# End Source File
433# Begin Source File
434
435SOURCE=..\include\pj\compat\setjmp.h
436# End Source File
437# Begin Source File
438
439SOURCE=..\include\pj\compat\size_t.h
440# End Source File
441# Begin Source File
442
443SOURCE=..\include\pj\compat\socket.h
444# End Source File
445# Begin Source File
446
Benny Prijono0a749f12005-10-31 21:02:30 +0000447SOURCE=..\include\pj\compat\stdarg.h
448# End Source File
449# Begin Source File
450
451SOURCE=..\include\pj\compat\stdfileio.h
452# End Source File
453# Begin Source File
454
455SOURCE=..\include\pj\compat\string.h
456# End Source File
457# Begin Source File
458
459SOURCE=..\include\pj\compat\time.h
460# End Source File
461# Begin Source File
462
463SOURCE=..\include\pj\compat\vsprintf.h
464# End Source File
465# End Group
466# Begin Source File
467
468SOURCE=..\include\pj\addr_resolv.h
469# End Source File
470# Begin Source File
471
472SOURCE=..\include\pj\array.h
473# End Source File
474# Begin Source File
475
476SOURCE=..\include\pj\assert.h
477# End Source File
478# Begin Source File
479
480SOURCE=..\include\pj\config.h
481# End Source File
482# Begin Source File
483
484SOURCE=..\include\pj\config_site.h
485# End Source File
486# Begin Source File
487
Benny Prijonoedba0792006-08-06 18:23:56 +0000488SOURCE=..\include\pj\config_site_sample.h
489# End Source File
490# Begin Source File
491
Benny Prijono0a749f12005-10-31 21:02:30 +0000492SOURCE=..\include\pj\ctype.h
493# End Source File
494# Begin Source File
495
496SOURCE=..\include\pj\doxygen.h
497# End Source File
498# Begin Source File
499
500SOURCE=..\include\pj\equeue.h
501# End Source File
502# Begin Source File
503
504SOURCE=..\include\pj\errno.h
505# End Source File
506# Begin Source File
507
508SOURCE=..\include\pj\except.h
509# End Source File
510# Begin Source File
511
512SOURCE=..\include\pj\fifobuf.h
513# End Source File
514# Begin Source File
515
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000516SOURCE=..\include\pj\file_access.h
517# End Source File
518# Begin Source File
519
520SOURCE=..\include\pj\file_io.h
521# End Source File
522# Begin Source File
523
Benny Prijono0a749f12005-10-31 21:02:30 +0000524SOURCE=..\include\pj\guid.h
525# End Source File
526# Begin Source File
527
528SOURCE=..\include\pj\hash.h
529# End Source File
530# Begin Source File
531
532SOURCE=..\include\pj\ioqueue.h
533# End Source File
534# Begin Source File
535
Benny Prijonob681a2f2007-03-25 18:44:51 +0000536SOURCE=..\include\pj\ip_helper.h
537# End Source File
538# Begin Source File
539
Benny Prijono0a749f12005-10-31 21:02:30 +0000540SOURCE=..\include\pj\list.h
541# End Source File
542# Begin Source File
543
544SOURCE=..\include\pj\lock.h
545# End Source File
546# Begin Source File
547
548SOURCE=..\include\pj\log.h
549# End Source File
550# Begin Source File
551
Benny Prijono0a749f12005-10-31 21:02:30 +0000552SOURCE=..\include\pj\os.h
553# End Source File
554# Begin Source File
555
556SOURCE=..\include\pjlib.h
557# End Source File
558# Begin Source File
559
560SOURCE=..\include\pj\pool.h
561# End Source File
562# Begin Source File
563
Benny Prijono5accbd02006-03-30 16:32:18 +0000564SOURCE=..\include\pj\pool_alt.h
565# End Source File
566# Begin Source File
567
Benny Prijono7d93d4e2006-09-17 19:54:23 +0000568SOURCE=..\include\pj\pool_buf.h
569# End Source File
570# Begin Source File
571
Benny Prijono0a749f12005-10-31 21:02:30 +0000572SOURCE=..\include\pj\rand.h
573# End Source File
574# Begin Source File
575
576SOURCE=..\include\pj\rbtree.h
577# End Source File
578# Begin Source File
579
Benny Prijono0a749f12005-10-31 21:02:30 +0000580SOURCE=..\include\pj\sock.h
581# End Source File
582# Begin Source File
583
584SOURCE=..\include\pj\sock_select.h
585# End Source File
586# Begin Source File
587
588SOURCE=..\include\pj\string.h
589# End Source File
590# Begin Source File
591
Benny Prijono0a749f12005-10-31 21:02:30 +0000592SOURCE=..\include\pj\timer.h
593# End Source File
594# Begin Source File
595
596SOURCE=..\include\pj\types.h
597# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000598# Begin Source File
599
600SOURCE=..\include\pj\unicode.h
601# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000602# End Group
603# Begin Group "Inline Files"
604
605# PROP Default_Filter ""
606# Begin Source File
607
608SOURCE=..\include\pj\list_i.h
609# End Source File
610# Begin Source File
611
612SOURCE=..\include\pj\pool_i.h
613# End Source File
614# Begin Source File
615
616SOURCE=..\include\pj\string_i.h
617# End Source File
618# End Group
619# End Target
620# End Project