blob: ce6508663474dd2354d700f5e5f99985a2247648 [file] [log] [blame]
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +00001# Microsoft Developer Studio Project File - Name="rfb" - 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=rfb - Win32 Debug Unicode
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 "rfb.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 "rfb.mak" CFG="rfb - Win32 Debug Unicode"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "rfb - Win32 Release" (based on "Win32 (x86) Static Library")
21!MESSAGE "rfb - Win32 Debug" (based on "Win32 (x86) Static Library")
22!MESSAGE "rfb - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")
23!MESSAGE
24
25# Begin Project
26# PROP AllowPerConfigDependencies 0
27# PROP Scc_ProjName ""
28# PROP Scc_LocalPath ""
29CPP=cl.exe
30RSC=rc.exe
31
32!IF "$(CFG)" == "rfb - Win32 Release"
33
34# PROP BASE Use_MFC 0
35# PROP BASE Use_Debug_Libraries 0
36# PROP BASE Output_Dir "Release"
37# PROP BASE Intermediate_Dir "Release"
38# PROP BASE Target_Dir ""
39# PROP Use_MFC 0
40# PROP Use_Debug_Libraries 0
41# PROP Output_Dir "..\Release"
42# PROP Intermediate_Dir "..\Release\rfb"
43# PROP Target_Dir ""
44# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
Peter Åstrandfc1f72c2008-12-02 10:05:49 +000045# ADD CPP /nologo /MT /W3 /GX /O1 /I ".." /I "../../win" /I "../jpeg" /I "../jpeg/win" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /c
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +000046# ADD BASE RSC /l 0x809 /d "NDEBUG"
47# ADD RSC /l 0x809 /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
54
55!ELSEIF "$(CFG)" == "rfb - Win32 Debug"
56
57# PROP BASE Use_MFC 0
58# PROP BASE Use_Debug_Libraries 1
59# PROP BASE Output_Dir "Debug"
60# PROP BASE Intermediate_Dir "Debug"
61# PROP BASE Target_Dir ""
62# PROP Use_MFC 0
63# PROP Use_Debug_Libraries 1
64# PROP Output_Dir "..\Debug"
65# PROP Intermediate_Dir "..\Debug\rfb"
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
Peter Åstrandfc1f72c2008-12-02 10:05:49 +000068# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../win" /I "../jpeg" /I "../jpeg/win" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +000069# ADD BASE RSC /l 0x809 /d "_DEBUG"
70# ADD RSC /l 0x809 /d "_DEBUG"
71BSC32=bscmake.exe
72# ADD BASE BSC32 /nologo
73# ADD BSC32 /nologo
74LIB32=link.exe -lib
75# ADD BASE LIB32 /nologo
76# ADD LIB32 /nologo
77
78!ELSEIF "$(CFG)" == "rfb - Win32 Debug Unicode"
79
80# PROP BASE Use_MFC 0
81# PROP BASE Use_Debug_Libraries 1
82# PROP BASE Output_Dir "rfb___Win32_Debug_Unicode"
83# PROP BASE Intermediate_Dir "rfb___Win32_Debug_Unicode"
84# PROP BASE Target_Dir ""
85# PROP Use_MFC 0
86# PROP Use_Debug_Libraries 1
87# PROP Output_Dir "..\Debug_Unicode"
88# PROP Intermediate_Dir "..\Debug_Unicode\rfb"
89# PROP Target_Dir ""
90# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
Peter Åstrandfc1f72c2008-12-02 10:05:49 +000091# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../win" /I "../jpeg" /I "../jpeg/win" /FI"rdr/msvcwarning.h" /D "_LIB" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +000092# ADD BASE RSC /l 0x809 /d "_DEBUG"
93# ADD RSC /l 0x809 /d "_DEBUG"
94BSC32=bscmake.exe
95# ADD BASE BSC32 /nologo
96# ADD BSC32 /nologo
97LIB32=link.exe -lib
98# ADD BASE LIB32 /nologo
99# ADD LIB32 /nologo
100
101!ENDIF
102
103# Begin Target
104
105# Name "rfb - Win32 Release"
106# Name "rfb - Win32 Debug"
107# Name "rfb - Win32 Debug Unicode"
108# Begin Group "Source Files"
109
110# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
111# Begin Source File
112
113SOURCE=.\Blacklist.cxx
114# End Source File
115# Begin Source File
116
Constantin Kaplinsky73fdc8c2006-06-03 13:18:37 +0000117SOURCE=.\CapsContainer.cxx
118# End Source File
119# Begin Source File
120
Constantin Kaplinskyce0907d2006-09-08 12:55:37 +0000121SOURCE=.\CapsList.cxx
122# End Source File
123# Begin Source File
124
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000125SOURCE=.\CConnection.cxx
126# End Source File
127# Begin Source File
128
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000129SOURCE=.\CMsgHandler.cxx
130# End Source File
131# Begin Source File
132
133SOURCE=.\CMsgReader.cxx
134# End Source File
135# Begin Source File
136
137SOURCE=.\CMsgReaderV3.cxx
138# End Source File
139# Begin Source File
140
141SOURCE=.\CMsgWriter.cxx
142# End Source File
143# Begin Source File
144
145SOURCE=.\CMsgWriterV3.cxx
146# End Source File
147# Begin Source File
148
149SOURCE=.\ComparingUpdateTracker.cxx
150# End Source File
151# Begin Source File
152
153SOURCE=.\Configuration.cxx
154# End Source File
155# Begin Source File
156
157SOURCE=.\ConnParams.cxx
158# End Source File
159# Begin Source File
160
161SOURCE=.\CSecurityVncAuth.cxx
162# End Source File
163# Begin Source File
164
165SOURCE=.\Cursor.cxx
166# End Source File
167# Begin Source File
168
169SOURCE=.\d3des.c
170# End Source File
171# Begin Source File
172
173SOURCE=.\Decoder.cxx
174# End Source File
175# Begin Source File
176
177SOURCE=.\Encoder.cxx
Constantin Kaplinskye5e3e612006-05-30 13:59:44 +0000178# ADD CPP /I "../jpeg"
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000179# End Source File
180# Begin Source File
181
182SOURCE=.\encodings.cxx
183# End Source File
184# Begin Source File
185
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000186SOURCE=.\HextileDecoder.cxx
187# End Source File
188# Begin Source File
189
190SOURCE=.\HextileEncoder.cxx
191# End Source File
192# Begin Source File
193
194SOURCE=.\HTTPServer.cxx
195# End Source File
196# Begin Source File
197
198SOURCE=.\KeyRemapper.cxx
199# End Source File
200# Begin Source File
201
202SOURCE=.\Logger.cxx
203# End Source File
204# Begin Source File
205
206SOURCE=.\Logger_file.cxx
207# End Source File
208# Begin Source File
209
210SOURCE=.\Logger_stdio.cxx
211# End Source File
212# Begin Source File
213
214SOURCE=.\LogWriter.cxx
215# End Source File
216# Begin Source File
217
218SOURCE=.\Password.cxx
219# End Source File
220# Begin Source File
221
222SOURCE=.\PixelBuffer.cxx
223# End Source File
224# Begin Source File
225
226SOURCE=.\PixelFormat.cxx
227# End Source File
228# Begin Source File
229
230SOURCE=.\RawDecoder.cxx
231# End Source File
232# Begin Source File
233
234SOURCE=.\RawEncoder.cxx
235# End Source File
236# Begin Source File
237
238SOURCE=.\Region.cxx
239# End Source File
240# Begin Source File
241
242SOURCE=.\RREDecoder.cxx
243# End Source File
244# Begin Source File
245
246SOURCE=.\RREEncoder.cxx
247# End Source File
248# Begin Source File
249
250SOURCE=.\ScaledPixelBuffer.cxx
251# End Source File
252# Begin Source File
253
george82378f32f2006-10-29 11:09:43 +0000254SOURCE=.\ScaleFilters.cxx
255# End Source File
256# Begin Source File
257
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000258SOURCE=.\SConnection.cxx
259# End Source File
260# Begin Source File
261
262SOURCE=.\secTypes.cxx
263# End Source File
264# Begin Source File
265
266SOURCE=.\ServerCore.cxx
267# End Source File
268# Begin Source File
269
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000270SOURCE=.\SMsgHandler.cxx
271# End Source File
272# Begin Source File
273
274SOURCE=.\SMsgReader.cxx
275# End Source File
276# Begin Source File
277
278SOURCE=.\SMsgReaderV3.cxx
279# End Source File
280# Begin Source File
281
282SOURCE=.\SMsgWriter.cxx
283# End Source File
284# Begin Source File
285
286SOURCE=.\SMsgWriterV3.cxx
287# End Source File
288# Begin Source File
289
290SOURCE=.\SSecurityFactoryStandard.cxx
291# End Source File
292# Begin Source File
293
294SOURCE=.\SSecurityVncAuth.cxx
295# End Source File
296# Begin Source File
297
298SOURCE=.\TightDecoder.cxx
299# ADD CPP /I "../jpeg"
300# End Source File
301# Begin Source File
302
303SOURCE=.\TightEncoder.cxx
304# ADD CPP /I "../jpeg"
305# End Source File
306# Begin Source File
307
308SOURCE=.\TightPalette.cxx
309# End Source File
310# Begin Source File
311
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000312SOURCE=.\TransImageGetter.cxx
313# End Source File
314# Begin Source File
315
316SOURCE=.\UpdateTracker.cxx
317# End Source File
318# Begin Source File
319
320SOURCE=.\util.cxx
321# End Source File
322# Begin Source File
323
324SOURCE=.\VNCSConnectionST.cxx
325# End Source File
326# Begin Source File
327
328SOURCE=.\VNCServerST.cxx
329# End Source File
330# Begin Source File
331
332SOURCE=.\ZRLEDecoder.cxx
333# End Source File
334# Begin Source File
335
336SOURCE=.\ZRLEEncoder.cxx
337# End Source File
338# End Group
339# Begin Group "Header Files"
340
341# PROP Default_Filter "h;hpp;hxx;hm;inl"
342# Begin Source File
343
344SOURCE=.\Blacklist.h
345# End Source File
346# Begin Source File
347
Constantin Kaplinsky73fdc8c2006-06-03 13:18:37 +0000348SOURCE=.\CapsContainer.h
349# End Source File
350# Begin Source File
351
Constantin Kaplinskyce0907d2006-09-08 12:55:37 +0000352SOURCE=.\CapsList.h
353# End Source File
354# Begin Source File
355
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000356SOURCE=.\CConnection.h
357# End Source File
358# Begin Source File
359
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000360SOURCE=.\CMsgHandler.h
361# End Source File
362# Begin Source File
363
364SOURCE=.\CMsgReader.h
365# End Source File
366# Begin Source File
367
368SOURCE=.\CMsgReaderV3.h
369# End Source File
370# Begin Source File
371
372SOURCE=.\CMsgWriter.h
373# End Source File
374# Begin Source File
375
376SOURCE=.\CMsgWriterV3.h
377# End Source File
378# Begin Source File
379
380SOURCE=.\ColourCube.h
381# End Source File
382# Begin Source File
383
384SOURCE=.\ColourMap.h
385# End Source File
386# Begin Source File
387
388SOURCE=.\ComparingUpdateTracker.h
389# End Source File
390# Begin Source File
391
392SOURCE=.\Configuration.h
393# End Source File
394# Begin Source File
395
396SOURCE=.\ConnParams.h
397# End Source File
398# Begin Source File
399
400SOURCE=.\CSecurity.h
401# End Source File
402# Begin Source File
403
404SOURCE=.\CSecurityNone.h
405# End Source File
406# Begin Source File
407
408SOURCE=.\CSecurityVncAuth.h
409# End Source File
410# Begin Source File
411
412SOURCE=.\Cursor.h
413# End Source File
414# Begin Source File
415
416SOURCE=.\d3des.h
417# End Source File
418# Begin Source File
419
420SOURCE=.\Decoder.h
421# End Source File
422# Begin Source File
423
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000424SOURCE=.\Encoder.h
425# End Source File
426# Begin Source File
427
428SOURCE=.\encodings.h
429# End Source File
430# Begin Source File
431
432SOURCE=.\Exception.h
433# End Source File
434# Begin Source File
435
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000436SOURCE=.\hextileConstants.h
437# End Source File
438# Begin Source File
439
440SOURCE=.\hextileDecode.h
441# End Source File
442# Begin Source File
443
444SOURCE=.\HextileDecoder.h
445# End Source File
446# Begin Source File
447
448SOURCE=.\hextileEncode.h
449# End Source File
450# Begin Source File
451
452SOURCE=.\hextileEncodeBetter.h
453# End Source File
454# Begin Source File
455
456SOURCE=.\HextileEncoder.h
457# End Source File
458# Begin Source File
459
460SOURCE=.\Hostname.h
461# End Source File
462# Begin Source File
463
464SOURCE=.\HTTPServer.h
465# End Source File
466# Begin Source File
467
468SOURCE=.\ImageGetter.h
469# End Source File
470# Begin Source File
471
472SOURCE=.\InputHandler.h
473# End Source File
474# Begin Source File
475
476SOURCE=.\KeyRemapper.h
477# End Source File
478# Begin Source File
479
480SOURCE=.\keysymdef.h
481# End Source File
482# Begin Source File
483
484SOURCE=.\ListConnInfo.h
485# End Source File
486# Begin Source File
487
488SOURCE=.\Logger.h
489# End Source File
490# Begin Source File
491
492SOURCE=.\Logger_file.h
493# End Source File
494# Begin Source File
495
496SOURCE=.\Logger_stdio.h
497# End Source File
498# Begin Source File
499
500SOURCE=.\LogWriter.h
501# End Source File
502# Begin Source File
503
504SOURCE=.\msgTypes.h
505# End Source File
506# Begin Source File
507
508SOURCE=.\msvcwarning.h
509# End Source File
510# Begin Source File
511
512SOURCE=.\Password.h
513# End Source File
514# Begin Source File
515
516SOURCE=.\Pixel.h
517# End Source File
518# Begin Source File
519
520SOURCE=.\PixelBuffer.h
521# End Source File
522# Begin Source File
523
524SOURCE=.\PixelFormat.h
525# End Source File
526# Begin Source File
527
Pierre Ossman67b2b2f2009-03-06 10:12:55 +0000528SOURCE=.\PixelFormat.inl
529# End Source File
530# Begin Source File
531
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000532SOURCE=.\RawDecoder.h
533# End Source File
534# Begin Source File
535
536SOURCE=.\RawEncoder.h
537# End Source File
538# Begin Source File
539
540SOURCE=.\Rect.h
541# End Source File
542# Begin Source File
543
544SOURCE=.\Region.h
545# End Source File
546# Begin Source File
547
548SOURCE=.\rreDecode.h
549# End Source File
550# Begin Source File
551
552SOURCE=.\RREDecoder.h
553# End Source File
554# Begin Source File
555
556SOURCE=.\rreEncode.h
557# End Source File
558# Begin Source File
559
560SOURCE=.\RREEncoder.h
561# End Source File
562# Begin Source File
563
564SOURCE=.\ScaledPixelBuffer.h
565# End Source File
566# Begin Source File
567
george822a4076b2006-10-26 15:34:10 +0000568SOURCE=.\ScaleFilters.h
569# End Source File
570# Begin Source File
571
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000572SOURCE=.\SConnection.h
573# End Source File
574# Begin Source File
575
Pierre Ossmancd13bf62009-03-20 13:15:05 +0000576SOURCE=.\screenTypes.h
577# End Source File
578# Begin Source File
Peter Åstrand112794b2009-04-14 10:49:13 +0000579
Pierre Ossmancbd1b2c2009-03-20 16:05:04 +0000580SOURCE=.\ScreenSet.h
581# End Source File
582# Begin Source File
Pierre Ossmancd13bf62009-03-20 13:15:05 +0000583
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000584SOURCE=.\SDesktop.h
585# End Source File
586# Begin Source File
587
588SOURCE=.\secTypes.h
589# End Source File
590# Begin Source File
591
592SOURCE=.\ServerCore.h
593# End Source File
594# Begin Source File
595
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000596SOURCE=.\SMsgHandler.h
597# End Source File
598# Begin Source File
599
600SOURCE=.\SMsgReader.h
601# End Source File
602# Begin Source File
603
604SOURCE=.\SMsgReaderV3.h
605# End Source File
606# Begin Source File
607
608SOURCE=.\SMsgWriter.h
609# End Source File
610# Begin Source File
611
612SOURCE=.\SMsgWriterV3.h
613# End Source File
614# Begin Source File
615
616SOURCE=.\SSecurity.h
617# End Source File
618# Begin Source File
619
620SOURCE=.\SSecurityFactoryStandard.h
621# End Source File
622# Begin Source File
623
624SOURCE=.\SSecurityNone.h
625# End Source File
626# Begin Source File
627
628SOURCE=.\SSecurityVncAuth.h
629# End Source File
630# Begin Source File
631
632SOURCE=.\Threading.h
633# End Source File
634# Begin Source File
635
636SOURCE=.\tightDecode.h
637# End Source File
638# Begin Source File
639
640SOURCE=.\TightDecoder.h
641# End Source File
642# Begin Source File
643
644SOURCE=.\tightEncode.h
645# End Source File
646# Begin Source File
647
648SOURCE=.\TightEncoder.h
649# End Source File
650# Begin Source File
651
652SOURCE=.\TightPalette.h
653# End Source File
654# Begin Source File
655
Constantin Kaplinskya2adc8d2006-05-25 05:01:55 +0000656SOURCE=.\TransImageGetter.h
657# End Source File
658# Begin Source File
659
660SOURCE=.\transInitTempl.h
661# End Source File
662# Begin Source File
663
664SOURCE=.\transTempl.h
665# End Source File
666# Begin Source File
667
668SOURCE=.\TrueColourMap.h
669# End Source File
670# Begin Source File
671
672SOURCE=.\UpdateTracker.h
673# End Source File
674# Begin Source File
675
676SOURCE=.\UserPasswdGetter.h
677# End Source File
678# Begin Source File
679
680SOURCE=.\util.h
681# End Source File
682# Begin Source File
683
684SOURCE=.\VNCSConnectionST.h
685# End Source File
686# Begin Source File
687
688SOURCE=.\VNCServer.h
689# End Source File
690# Begin Source File
691
692SOURCE=.\VNCServerST.h
693# End Source File
694# Begin Source File
695
696SOURCE=.\zrleDecode.h
697# End Source File
698# Begin Source File
699
700SOURCE=.\ZRLEDecoder.h
701# End Source File
702# Begin Source File
703
704SOURCE=.\zrleEncode.h
705# End Source File
706# Begin Source File
707
708SOURCE=.\ZRLEEncoder.h
709# End Source File
710# End Group
711# End Target
712# End Project