blob: 9fffd4dec97659869294e0052926828d1fa54ebb [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 ""
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\errno.c
186# End Source File
187# Begin Source File
188
189SOURCE=..\src\pj\except.c
190# End Source File
191# Begin Source File
192
193SOURCE=..\src\pj\fifobuf.c
194# End Source File
195# Begin Source File
196
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000197SOURCE=..\src\pj\file_access_win32.c
198# End Source File
199# Begin Source File
200
201SOURCE=..\src\pj\file_io_ansi.c
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000202# End Source File
203# Begin Source File
204
205SOURCE=..\src\pj\file_io_win32.c
Benny Prijono0c6935e2005-11-07 20:40:49 +0000206# PROP Exclude_From_Build 1
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000207# End Source File
208# Begin Source File
209
Benny Prijono0a749f12005-10-31 21:02:30 +0000210SOURCE=..\src\pj\guid.c
211# End Source File
212# Begin Source File
213
214SOURCE=..\src\pj\guid_win32.c
215# End Source File
216# Begin Source File
217
218SOURCE=..\src\pj\hash.c
219# End Source File
220# Begin Source File
221
Benny Prijono4d974f32005-11-06 13:32:11 +0000222SOURCE=..\src\pj\ioqueue_common_abs.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000223# PROP Exclude_From_Build 1
Benny Prijono4d974f32005-11-06 13:32:11 +0000224# End Source File
225# Begin Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000226
Benny Prijono4d974f32005-11-06 13:32:11 +0000227SOURCE=..\src\pj\ioqueue_common_abs.h
228# 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_select.c
Benny Prijonod2810132006-06-29 09:45:39 +0000232
233!IF "$(CFG)" == "pjlib - Win32 Release"
234
235# PROP Exclude_From_Build 1
236
237!ELSEIF "$(CFG)" == "pjlib - Win32 Debug"
238
239!ENDIF
240
Benny Prijono0a749f12005-10-31 21:02:30 +0000241# End Source File
242# Begin Source File
243
244SOURCE=..\src\pj\ioqueue_winnt.c
Benny Prijonod2810132006-06-29 09:45:39 +0000245
246!IF "$(CFG)" == "pjlib - Win32 Release"
247
248!ELSEIF "$(CFG)" == "pjlib - Win32 Debug"
249
Benny Prijonoac52df42006-03-25 10:06:00 +0000250# PROP Exclude_From_Build 1
Benny Prijonod2810132006-06-29 09:45:39 +0000251
252!ENDIF
253
Benny Prijono0a749f12005-10-31 21:02:30 +0000254# End Source File
255# Begin Source File
256
257SOURCE=..\src\pj\list.c
258# End Source File
259# Begin Source File
260
261SOURCE=..\src\pj\lock.c
262# End Source File
263# Begin Source File
264
265SOURCE=..\src\pj\log.c
266# End Source File
267# Begin Source File
268
269SOURCE=..\src\pj\log_writer_stdout.c
270# End Source File
271# Begin Source File
272
Benny Prijono0a749f12005-10-31 21:02:30 +0000273SOURCE=..\src\pj\os_core_win32.c
274# End Source File
275# Begin Source File
276
277SOURCE=..\src\pj\os_error_win32.c
278# End Source File
279# Begin Source File
280
Benny Prijonoedb566c2006-03-09 10:21:30 +0000281SOURCE=..\src\pj\os_time_win32.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000282# End Source File
283# Begin Source File
284
285SOURCE=..\src\pj\os_timestamp_common.c
286# End Source File
287# Begin Source File
288
289SOURCE=..\src\pj\os_timestamp_win32.c
290# End Source File
291# Begin Source File
292
293SOURCE=..\src\pj\pool.c
294# End Source File
295# Begin Source File
296
Benny Prijono7d93d4e2006-09-17 19:54:23 +0000297SOURCE=..\src\pj\pool_buf.c
298# End Source File
299# Begin Source File
300
Benny Prijono0a749f12005-10-31 21:02:30 +0000301SOURCE=..\src\pj\pool_caching.c
302# End Source File
303# Begin Source File
304
Benny Prijono5accbd02006-03-30 16:32:18 +0000305SOURCE=..\src\pj\pool_dbg.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000306# End Source File
307# Begin Source File
308
309SOURCE=..\src\pj\pool_policy_malloc.c
310# End Source File
311# Begin Source File
312
313SOURCE=..\src\pj\rand.c
314# End Source File
315# Begin Source File
316
317SOURCE=..\src\pj\rbtree.c
318# End Source File
319# Begin Source File
320
Benny Prijono0a749f12005-10-31 21:02:30 +0000321SOURCE=..\src\pj\sock_bsd.c
322# End Source File
323# Begin Source File
324
325SOURCE=..\src\pj\sock_select.c
326# End Source File
327# Begin Source File
328
329SOURCE=..\src\pj\string.c
330# End Source File
331# Begin Source File
332
Benny Prijono0a749f12005-10-31 21:02:30 +0000333SOURCE=..\src\pj\timer.c
334# End Source File
335# Begin Source File
336
337SOURCE=..\src\pj\types.c
338# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000339# Begin Source File
340
341SOURCE=..\src\pj\unicode_win32.c
342# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000343# End Group
344# Begin Group "Header Files"
345
346# PROP Default_Filter "h;hpp;hxx;hm;inl"
347# Begin Group "compat"
348
349# PROP Default_Filter ""
350# Begin Source File
351
352SOURCE=..\include\pj\compat\assert.h
353# End Source File
354# Begin Source File
355
356SOURCE=..\include\pj\compat\cc_gcc.h
357# End Source File
358# Begin Source File
359
360SOURCE=..\include\pj\compat\cc_msvc.h
361# End Source File
362# Begin Source File
363
364SOURCE=..\include\pj\compat\ctype.h
365# End Source File
366# Begin Source File
367
368SOURCE=..\include\pj\compat\errno.h
369# End Source File
370# Begin Source File
371
372SOURCE=..\include\pj\compat\high_precision.h
373# End Source File
374# Begin Source File
375
376SOURCE=..\include\pj\compat\m_alpha.h
377# End Source File
378# Begin Source File
379
380SOURCE=..\include\pj\compat\m_i386.h
381# End Source File
382# Begin Source File
383
384SOURCE=..\include\pj\compat\m_m68k.h
385# End Source File
386# Begin Source File
387
Benny Prijono33723ce2005-11-22 01:05:59 +0000388SOURCE=..\include\pj\compat\m_sparc.h
389# End Source File
390# Begin Source File
391
Benny Prijono0a749f12005-10-31 21:02:30 +0000392SOURCE=..\include\pj\compat\malloc.h
393# End Source File
394# Begin Source File
395
396SOURCE=..\include\pj\compat\os_linux.h
397# End Source File
398# Begin Source File
399
400SOURCE=..\include\pj\compat\os_linux_kernel.h
401# End Source File
402# Begin Source File
403
404SOURCE=..\include\pj\compat\os_palmos.h
405# End Source File
406# Begin Source File
407
Benny Prijonoa9946d52005-11-06 09:37:47 +0000408SOURCE=..\include\pj\compat\os_sunos.h
409# End Source File
410# Begin Source File
411
Benny Prijono0a749f12005-10-31 21:02:30 +0000412SOURCE=..\include\pj\compat\os_win32.h
413# End Source File
414# Begin Source File
415
416SOURCE=..\include\pj\compat\rand.h
417# End Source File
418# Begin Source File
419
420SOURCE=..\include\pj\compat\setjmp.h
421# End Source File
422# Begin Source File
423
424SOURCE=..\include\pj\compat\size_t.h
425# End Source File
426# Begin Source File
427
428SOURCE=..\include\pj\compat\socket.h
429# End Source File
430# Begin Source File
431
Benny Prijono0a749f12005-10-31 21:02:30 +0000432SOURCE=..\include\pj\compat\stdarg.h
433# End Source File
434# Begin Source File
435
436SOURCE=..\include\pj\compat\stdfileio.h
437# End Source File
438# Begin Source File
439
440SOURCE=..\include\pj\compat\string.h
441# End Source File
442# Begin Source File
443
444SOURCE=..\include\pj\compat\time.h
445# End Source File
446# Begin Source File
447
448SOURCE=..\include\pj\compat\vsprintf.h
449# End Source File
450# End Group
451# Begin Source File
452
453SOURCE=..\include\pj\addr_resolv.h
454# End Source File
455# Begin Source File
456
457SOURCE=..\include\pj\array.h
458# End Source File
459# Begin Source File
460
461SOURCE=..\include\pj\assert.h
462# End Source File
463# Begin Source File
464
465SOURCE=..\include\pj\config.h
466# End Source File
467# Begin Source File
468
469SOURCE=..\include\pj\config_site.h
470# End Source File
471# Begin Source File
472
Benny Prijonoedba0792006-08-06 18:23:56 +0000473SOURCE=..\include\pj\config_site_sample.h
474# End Source File
475# Begin Source File
476
Benny Prijono0a749f12005-10-31 21:02:30 +0000477SOURCE=..\include\pj\ctype.h
478# End Source File
479# Begin Source File
480
481SOURCE=..\include\pj\doxygen.h
482# End Source File
483# Begin Source File
484
485SOURCE=..\include\pj\equeue.h
486# End Source File
487# Begin Source File
488
489SOURCE=..\include\pj\errno.h
490# End Source File
491# Begin Source File
492
493SOURCE=..\include\pj\except.h
494# End Source File
495# Begin Source File
496
497SOURCE=..\include\pj\fifobuf.h
498# End Source File
499# Begin Source File
500
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000501SOURCE=..\include\pj\file_access.h
502# End Source File
503# Begin Source File
504
505SOURCE=..\include\pj\file_io.h
506# End Source File
507# Begin Source File
508
Benny Prijono0a749f12005-10-31 21:02:30 +0000509SOURCE=..\include\pj\guid.h
510# End Source File
511# Begin Source File
512
513SOURCE=..\include\pj\hash.h
514# End Source File
515# Begin Source File
516
517SOURCE=..\include\pj\ioqueue.h
518# End Source File
519# Begin Source File
520
521SOURCE=..\include\pj\list.h
522# End Source File
523# Begin Source File
524
525SOURCE=..\include\pj\lock.h
526# End Source File
527# Begin Source File
528
529SOURCE=..\include\pj\log.h
530# End Source File
531# Begin Source File
532
Benny Prijono0a749f12005-10-31 21:02:30 +0000533SOURCE=..\include\pj\os.h
534# End Source File
535# Begin Source File
536
537SOURCE=..\include\pjlib.h
538# End Source File
539# Begin Source File
540
541SOURCE=..\include\pj\pool.h
542# End Source File
543# Begin Source File
544
Benny Prijono5accbd02006-03-30 16:32:18 +0000545SOURCE=..\include\pj\pool_alt.h
546# End Source File
547# Begin Source File
548
Benny Prijono7d93d4e2006-09-17 19:54:23 +0000549SOURCE=..\include\pj\pool_buf.h
550# End Source File
551# Begin Source File
552
Benny Prijono0a749f12005-10-31 21:02:30 +0000553SOURCE=..\include\pj\rand.h
554# End Source File
555# Begin Source File
556
557SOURCE=..\include\pj\rbtree.h
558# End Source File
559# Begin Source File
560
Benny Prijono0a749f12005-10-31 21:02:30 +0000561SOURCE=..\include\pj\sock.h
562# End Source File
563# Begin Source File
564
565SOURCE=..\include\pj\sock_select.h
566# End Source File
567# Begin Source File
568
569SOURCE=..\include\pj\string.h
570# End Source File
571# Begin Source File
572
Benny Prijono0a749f12005-10-31 21:02:30 +0000573SOURCE=..\include\pj\timer.h
574# End Source File
575# Begin Source File
576
577SOURCE=..\include\pj\types.h
578# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000579# Begin Source File
580
581SOURCE=..\include\pj\unicode.h
582# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000583# End Group
584# Begin Group "Inline Files"
585
586# PROP Default_Filter ""
587# Begin Source File
588
589SOURCE=..\include\pj\list_i.h
590# End Source File
591# Begin Source File
592
593SOURCE=..\include\pj\pool_i.h
594# End Source File
595# Begin Source File
596
597SOURCE=..\include\pj\string_i.h
598# End Source File
599# End Group
600# End Target
601# End Project