blob: b2745653e348603935ca95826d3549bf17a56a6d [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
26# PROP Scc_ProjName ""$/pjproject/pjlib/build", UIAAAAAA"
27# PROP Scc_LocalPath "."
28CPP=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 Prijono6782e1d2005-11-06 19:46:48 +0000236# PROP Exclude_From_Build 1
Benny Prijono0a749f12005-10-31 21:02:30 +0000237# End Source File
238# Begin Source File
239
240SOURCE=..\src\pj\ioqueue_winnt.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000241# End Source File
242# Begin Source File
243
244SOURCE=..\src\pj\list.c
245# End Source File
246# Begin Source File
247
248SOURCE=..\src\pj\lock.c
249# End Source File
250# Begin Source File
251
252SOURCE=..\src\pj\log.c
253# End Source File
254# Begin Source File
255
256SOURCE=..\src\pj\log_writer_stdout.c
257# End Source File
258# Begin Source File
259
Benny Prijono0a749f12005-10-31 21:02:30 +0000260SOURCE=..\src\pj\os_core_win32.c
261# End Source File
262# Begin Source File
263
264SOURCE=..\src\pj\os_error_win32.c
265# End Source File
266# Begin Source File
267
Benny Prijonoedb566c2006-03-09 10:21:30 +0000268SOURCE=..\src\pj\os_time_win32.c
Benny Prijono0a749f12005-10-31 21:02:30 +0000269# End Source File
270# Begin Source File
271
272SOURCE=..\src\pj\os_timestamp_common.c
273# End Source File
274# Begin Source File
275
276SOURCE=..\src\pj\os_timestamp_win32.c
277# End Source File
278# Begin Source File
279
280SOURCE=..\src\pj\pool.c
281# End Source File
282# Begin Source File
283
284SOURCE=..\src\pj\pool_caching.c
285# End Source File
286# Begin Source File
287
288SOURCE=..\src\pj\pool_dbg_win32.c
289# End Source File
290# Begin Source File
291
292SOURCE=..\src\pj\pool_policy_malloc.c
293# End Source File
294# Begin Source File
295
296SOURCE=..\src\pj\rand.c
297# End Source File
298# Begin Source File
299
300SOURCE=..\src\pj\rbtree.c
301# End Source File
302# Begin Source File
303
Benny Prijono0a749f12005-10-31 21:02:30 +0000304SOURCE=..\src\pj\sock_bsd.c
305# End Source File
306# Begin Source File
307
308SOURCE=..\src\pj\sock_select.c
309# End Source File
310# Begin Source File
311
312SOURCE=..\src\pj\string.c
313# End Source File
314# Begin Source File
315
Benny Prijono0a749f12005-10-31 21:02:30 +0000316SOURCE=..\src\pj\timer.c
317# End Source File
318# Begin Source File
319
320SOURCE=..\src\pj\types.c
321# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000322# Begin Source File
323
324SOURCE=..\src\pj\unicode_win32.c
325# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000326# End Group
327# Begin Group "Header Files"
328
329# PROP Default_Filter "h;hpp;hxx;hm;inl"
330# Begin Group "compat"
331
332# PROP Default_Filter ""
333# Begin Source File
334
335SOURCE=..\include\pj\compat\assert.h
336# End Source File
337# Begin Source File
338
339SOURCE=..\include\pj\compat\cc_gcc.h
340# End Source File
341# Begin Source File
342
343SOURCE=..\include\pj\compat\cc_msvc.h
344# End Source File
345# Begin Source File
346
347SOURCE=..\include\pj\compat\ctype.h
348# End Source File
349# Begin Source File
350
351SOURCE=..\include\pj\compat\errno.h
352# End Source File
353# Begin Source File
354
355SOURCE=..\include\pj\compat\high_precision.h
356# End Source File
357# Begin Source File
358
359SOURCE=..\include\pj\compat\m_alpha.h
360# End Source File
361# Begin Source File
362
363SOURCE=..\include\pj\compat\m_i386.h
364# End Source File
365# Begin Source File
366
367SOURCE=..\include\pj\compat\m_m68k.h
368# End Source File
369# Begin Source File
370
Benny Prijono33723ce2005-11-22 01:05:59 +0000371SOURCE=..\include\pj\compat\m_sparc.h
372# End Source File
373# Begin Source File
374
Benny Prijono0a749f12005-10-31 21:02:30 +0000375SOURCE=..\include\pj\compat\malloc.h
376# End Source File
377# Begin Source File
378
379SOURCE=..\include\pj\compat\os_linux.h
380# End Source File
381# Begin Source File
382
383SOURCE=..\include\pj\compat\os_linux_kernel.h
384# End Source File
385# Begin Source File
386
387SOURCE=..\include\pj\compat\os_palmos.h
388# End Source File
389# Begin Source File
390
Benny Prijonoa9946d52005-11-06 09:37:47 +0000391SOURCE=..\include\pj\compat\os_sunos.h
392# End Source File
393# Begin Source File
394
Benny Prijono0a749f12005-10-31 21:02:30 +0000395SOURCE=..\include\pj\compat\os_win32.h
396# End Source File
397# Begin Source File
398
399SOURCE=..\include\pj\compat\rand.h
400# End Source File
401# Begin Source File
402
403SOURCE=..\include\pj\compat\setjmp.h
404# End Source File
405# Begin Source File
406
407SOURCE=..\include\pj\compat\size_t.h
408# End Source File
409# Begin Source File
410
411SOURCE=..\include\pj\compat\socket.h
412# End Source File
413# Begin Source File
414
415SOURCE=..\include\pj\compat\sprintf.h
416# End Source File
417# Begin Source File
418
419SOURCE=..\include\pj\compat\stdarg.h
420# End Source File
421# Begin Source File
422
423SOURCE=..\include\pj\compat\stdfileio.h
424# End Source File
425# Begin Source File
426
427SOURCE=..\include\pj\compat\string.h
428# End Source File
429# Begin Source File
430
431SOURCE=..\include\pj\compat\time.h
432# End Source File
433# Begin Source File
434
435SOURCE=..\include\pj\compat\vsprintf.h
436# End Source File
437# End Group
438# Begin Source File
439
440SOURCE=..\include\pj\addr_resolv.h
441# End Source File
442# Begin Source File
443
444SOURCE=..\include\pj\array.h
445# End Source File
446# Begin Source File
447
448SOURCE=..\include\pj\assert.h
449# End Source File
450# Begin Source File
451
452SOURCE=..\include\pj\config.h
453# End Source File
454# Begin Source File
455
456SOURCE=..\include\pj\config_site.h
457# End Source File
458# Begin Source File
459
460SOURCE=..\include\pj\ctype.h
461# End Source File
462# Begin Source File
463
464SOURCE=..\include\pj\doxygen.h
465# End Source File
466# Begin Source File
467
468SOURCE=..\include\pj\equeue.h
469# End Source File
470# Begin Source File
471
472SOURCE=..\include\pj\errno.h
473# End Source File
474# Begin Source File
475
476SOURCE=..\include\pj\except.h
477# End Source File
478# Begin Source File
479
480SOURCE=..\include\pj\fifobuf.h
481# End Source File
482# Begin Source File
483
Benny Prijonoa7f64a32005-11-07 15:47:28 +0000484SOURCE=..\include\pj\file_access.h
485# End Source File
486# Begin Source File
487
488SOURCE=..\include\pj\file_io.h
489# End Source File
490# Begin Source File
491
Benny Prijono0a749f12005-10-31 21:02:30 +0000492SOURCE=..\include\pj\guid.h
493# End Source File
494# Begin Source File
495
496SOURCE=..\include\pj\hash.h
497# End Source File
498# Begin Source File
499
500SOURCE=..\include\pj\ioqueue.h
501# End Source File
502# Begin Source File
503
504SOURCE=..\include\pj\list.h
505# End Source File
506# Begin Source File
507
508SOURCE=..\include\pj\lock.h
509# End Source File
510# Begin Source File
511
512SOURCE=..\include\pj\log.h
513# End Source File
514# Begin Source File
515
Benny Prijono0a749f12005-10-31 21:02:30 +0000516SOURCE=..\include\pj\os.h
517# End Source File
518# Begin Source File
519
520SOURCE=..\include\pjlib.h
521# End Source File
522# Begin Source File
523
524SOURCE=..\include\pj\pool.h
525# End Source File
526# Begin Source File
527
528SOURCE=..\include\pj\rand.h
529# End Source File
530# Begin Source File
531
532SOURCE=..\include\pj\rbtree.h
533# End Source File
534# Begin Source File
535
Benny Prijono0a749f12005-10-31 21:02:30 +0000536SOURCE=..\include\pj\sock.h
537# End Source File
538# Begin Source File
539
540SOURCE=..\include\pj\sock_select.h
541# End Source File
542# Begin Source File
543
544SOURCE=..\include\pj\string.h
545# End Source File
546# Begin Source File
547
Benny Prijono0a749f12005-10-31 21:02:30 +0000548SOURCE=..\include\pj\timer.h
549# End Source File
550# Begin Source File
551
552SOURCE=..\include\pj\types.h
553# End Source File
Benny Prijono37e8d332006-01-20 21:03:36 +0000554# Begin Source File
555
556SOURCE=..\include\pj\unicode.h
557# End Source File
Benny Prijono0a749f12005-10-31 21:02:30 +0000558# End Group
559# Begin Group "Inline Files"
560
561# PROP Default_Filter ""
562# Begin Source File
563
564SOURCE=..\include\pj\list_i.h
565# End Source File
566# Begin Source File
567
568SOURCE=..\include\pj\pool_i.h
569# End Source File
570# Begin Source File
571
572SOURCE=..\include\pj\string_i.h
573# End Source File
574# End Group
575# End Target
576# End Project