blob: aef5e43c870092c166f2627c3479d9762a34c01c [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
45# ADD CPP /nologo /MT /W3 /GX /O1 /I ".." /I "../../win" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /c
46# 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
68# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../win" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
69# 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
91# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../win" /FI"rdr/msvcwarning.h" /D "_LIB" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
92# 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
117SOURCE=.\CConnection.cxx
118# End Source File
119# Begin Source File
120
121SOURCE=.\CFTMsgReader.cxx
122# End Source File
123# Begin Source File
124
125SOURCE=.\CFTMsgWriter.cxx
126# End Source File
127# Begin Source File
128
129SOURCE=.\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
178# End Source File
179# Begin Source File
180
181SOURCE=.\encodings.cxx
182# End Source File
183# Begin Source File
184
185SOURCE=.\FileInfo.cxx
186# End Source File
187# Begin Source File
188
189SOURCE=.\FileManager.cxx
190# End Source File
191# Begin Source File
192
193SOURCE=.\FileReader.cxx
194# End Source File
195# Begin Source File
196
197SOURCE=.\FileWriter.cxx
198# End Source File
199# Begin Source File
200
201SOURCE=.\HextileDecoder.cxx
202# End Source File
203# Begin Source File
204
205SOURCE=.\HextileEncoder.cxx
206# End Source File
207# Begin Source File
208
209SOURCE=.\HTTPServer.cxx
210# End Source File
211# Begin Source File
212
213SOURCE=.\KeyRemapper.cxx
214# End Source File
215# Begin Source File
216
217SOURCE=.\Logger.cxx
218# End Source File
219# Begin Source File
220
221SOURCE=.\Logger_file.cxx
222# End Source File
223# Begin Source File
224
225SOURCE=.\Logger_stdio.cxx
226# End Source File
227# Begin Source File
228
229SOURCE=.\LogWriter.cxx
230# End Source File
231# Begin Source File
232
233SOURCE=.\Password.cxx
234# End Source File
235# Begin Source File
236
237SOURCE=.\PixelBuffer.cxx
238# End Source File
239# Begin Source File
240
241SOURCE=.\PixelFormat.cxx
242# End Source File
243# Begin Source File
244
245SOURCE=.\RawDecoder.cxx
246# End Source File
247# Begin Source File
248
249SOURCE=.\RawEncoder.cxx
250# End Source File
251# Begin Source File
252
253SOURCE=.\Region.cxx
254# End Source File
255# Begin Source File
256
257SOURCE=.\RREDecoder.cxx
258# End Source File
259# Begin Source File
260
261SOURCE=.\RREEncoder.cxx
262# End Source File
263# Begin Source File
264
265SOURCE=.\ScaledPixelBuffer.cxx
266# End Source File
267# Begin Source File
268
269SOURCE=.\SConnection.cxx
270# End Source File
271# Begin Source File
272
273SOURCE=.\secTypes.cxx
274# End Source File
275# Begin Source File
276
277SOURCE=.\ServerCore.cxx
278# End Source File
279# Begin Source File
280
281SOURCE=.\SFileTransfer.cxx
282# End Source File
283# Begin Source File
284
285SOURCE=.\SFileTransferManager.cxx
286# End Source File
287# Begin Source File
288
289SOURCE=.\SFTMsgReader.cxx
290# End Source File
291# Begin Source File
292
293SOURCE=.\SFTMsgWriter.cxx
294# End Source File
295# Begin Source File
296
297SOURCE=.\SMsgHandler.cxx
298# End Source File
299# Begin Source File
300
301SOURCE=.\SMsgReader.cxx
302# End Source File
303# Begin Source File
304
305SOURCE=.\SMsgReaderV3.cxx
306# End Source File
307# Begin Source File
308
309SOURCE=.\SMsgWriter.cxx
310# End Source File
311# Begin Source File
312
313SOURCE=.\SMsgWriterV3.cxx
314# End Source File
315# Begin Source File
316
317SOURCE=.\SSecurityFactoryStandard.cxx
318# End Source File
319# Begin Source File
320
321SOURCE=.\SSecurityVncAuth.cxx
322# End Source File
323# Begin Source File
324
325SOURCE=.\TightDecoder.cxx
326# ADD CPP /I "../jpeg"
327# End Source File
328# Begin Source File
329
330SOURCE=.\TightEncoder.cxx
331# ADD CPP /I "../jpeg"
332# End Source File
333# Begin Source File
334
335SOURCE=.\TightPalette.cxx
336# End Source File
337# Begin Source File
338
339SOURCE=.\TransferQueue.cxx
340# End Source File
341# Begin Source File
342
343SOURCE=.\TransImageGetter.cxx
344# End Source File
345# Begin Source File
346
347SOURCE=.\UpdateTracker.cxx
348# End Source File
349# Begin Source File
350
351SOURCE=.\util.cxx
352# End Source File
353# Begin Source File
354
355SOURCE=.\VNCSConnectionST.cxx
356# End Source File
357# Begin Source File
358
359SOURCE=.\VNCServerST.cxx
360# End Source File
361# Begin Source File
362
363SOURCE=.\ZRLEDecoder.cxx
364# End Source File
365# Begin Source File
366
367SOURCE=.\ZRLEEncoder.cxx
368# End Source File
369# End Group
370# Begin Group "Header Files"
371
372# PROP Default_Filter "h;hpp;hxx;hm;inl"
373# Begin Source File
374
375SOURCE=.\Blacklist.h
376# End Source File
377# Begin Source File
378
379SOURCE=.\CConnection.h
380# End Source File
381# Begin Source File
382
383SOURCE=.\CFTMsgReader.h
384# End Source File
385# Begin Source File
386
387SOURCE=.\CFTMsgWriter.h
388# End Source File
389# Begin Source File
390
391SOURCE=.\CMsgHandler.h
392# End Source File
393# Begin Source File
394
395SOURCE=.\CMsgReader.h
396# End Source File
397# Begin Source File
398
399SOURCE=.\CMsgReaderV3.h
400# End Source File
401# Begin Source File
402
403SOURCE=.\CMsgWriter.h
404# End Source File
405# Begin Source File
406
407SOURCE=.\CMsgWriterV3.h
408# End Source File
409# Begin Source File
410
411SOURCE=.\ColourCube.h
412# End Source File
413# Begin Source File
414
415SOURCE=.\ColourMap.h
416# End Source File
417# Begin Source File
418
419SOURCE=.\ComparingUpdateTracker.h
420# End Source File
421# Begin Source File
422
423SOURCE=.\Configuration.h
424# End Source File
425# Begin Source File
426
427SOURCE=.\ConnParams.h
428# End Source File
429# Begin Source File
430
431SOURCE=.\CSecurity.h
432# End Source File
433# Begin Source File
434
435SOURCE=.\CSecurityNone.h
436# End Source File
437# Begin Source File
438
439SOURCE=.\CSecurityVncAuth.h
440# End Source File
441# Begin Source File
442
443SOURCE=.\Cursor.h
444# End Source File
445# Begin Source File
446
447SOURCE=.\d3des.h
448# End Source File
449# Begin Source File
450
451SOURCE=.\Decoder.h
452# End Source File
453# Begin Source File
454
455SOURCE=.\DirManager.h
456# End Source File
457# Begin Source File
458
459SOURCE=.\Encoder.h
460# End Source File
461# Begin Source File
462
463SOURCE=.\encodings.h
464# End Source File
465# Begin Source File
466
467SOURCE=.\Exception.h
468# End Source File
469# Begin Source File
470
471SOURCE=.\FileInfo.h
472# End Source File
473# Begin Source File
474
475SOURCE=.\FileManager.h
476# End Source File
477# Begin Source File
478
479SOURCE=.\FileReader.h
480# End Source File
481# Begin Source File
482
483SOURCE=.\FileWriter.h
484# End Source File
485# Begin Source File
486
487SOURCE=.\hextileConstants.h
488# End Source File
489# Begin Source File
490
491SOURCE=.\hextileDecode.h
492# End Source File
493# Begin Source File
494
495SOURCE=.\HextileDecoder.h
496# End Source File
497# Begin Source File
498
499SOURCE=.\hextileEncode.h
500# End Source File
501# Begin Source File
502
503SOURCE=.\hextileEncodeBetter.h
504# End Source File
505# Begin Source File
506
507SOURCE=.\HextileEncoder.h
508# End Source File
509# Begin Source File
510
511SOURCE=.\Hostname.h
512# End Source File
513# Begin Source File
514
515SOURCE=.\HTTPServer.h
516# End Source File
517# Begin Source File
518
519SOURCE=.\ImageGetter.h
520# End Source File
521# Begin Source File
522
523SOURCE=.\InputHandler.h
524# End Source File
525# Begin Source File
526
527SOURCE=.\KeyRemapper.h
528# End Source File
529# Begin Source File
530
531SOURCE=.\keysymdef.h
532# End Source File
533# Begin Source File
534
535SOURCE=.\ListConnInfo.h
536# End Source File
537# Begin Source File
538
539SOURCE=.\Logger.h
540# End Source File
541# Begin Source File
542
543SOURCE=.\Logger_file.h
544# End Source File
545# Begin Source File
546
547SOURCE=.\Logger_stdio.h
548# End Source File
549# Begin Source File
550
551SOURCE=.\LogWriter.h
552# End Source File
553# Begin Source File
554
555SOURCE=.\msgTypes.h
556# End Source File
557# Begin Source File
558
559SOURCE=.\msvcwarning.h
560# End Source File
561# Begin Source File
562
563SOURCE=.\Password.h
564# End Source File
565# Begin Source File
566
567SOURCE=.\Pixel.h
568# End Source File
569# Begin Source File
570
571SOURCE=.\PixelBuffer.h
572# End Source File
573# Begin Source File
574
575SOURCE=.\PixelFormat.h
576# End Source File
577# Begin Source File
578
579SOURCE=.\RawDecoder.h
580# End Source File
581# Begin Source File
582
583SOURCE=.\RawEncoder.h
584# End Source File
585# Begin Source File
586
587SOURCE=.\Rect.h
588# End Source File
589# Begin Source File
590
591SOURCE=.\Region.h
592# End Source File
593# Begin Source File
594
595SOURCE=.\rreDecode.h
596# End Source File
597# Begin Source File
598
599SOURCE=.\RREDecoder.h
600# End Source File
601# Begin Source File
602
603SOURCE=.\rreEncode.h
604# End Source File
605# Begin Source File
606
607SOURCE=.\RREEncoder.h
608# End Source File
609# Begin Source File
610
611SOURCE=.\ScaledPixelBuffer.h
612# End Source File
613# Begin Source File
614
615SOURCE=.\SConnection.h
616# End Source File
617# Begin Source File
618
619SOURCE=.\SDesktop.h
620# End Source File
621# Begin Source File
622
623SOURCE=.\secTypes.h
624# End Source File
625# Begin Source File
626
627SOURCE=.\ServerCore.h
628# End Source File
629# Begin Source File
630
631SOURCE=.\SFileTransfer.h
632# End Source File
633# Begin Source File
634
635SOURCE=.\SFileTransferManager.h
636# End Source File
637# Begin Source File
638
639SOURCE=.\SFTMsgReader.h
640# End Source File
641# Begin Source File
642
643SOURCE=.\SFTMsgWriter.h
644# End Source File
645# Begin Source File
646
647SOURCE=.\SMsgHandler.h
648# End Source File
649# Begin Source File
650
651SOURCE=.\SMsgReader.h
652# End Source File
653# Begin Source File
654
655SOURCE=.\SMsgReaderV3.h
656# End Source File
657# Begin Source File
658
659SOURCE=.\SMsgWriter.h
660# End Source File
661# Begin Source File
662
663SOURCE=.\SMsgWriterV3.h
664# End Source File
665# Begin Source File
666
667SOURCE=.\SSecurity.h
668# End Source File
669# Begin Source File
670
671SOURCE=.\SSecurityFactoryStandard.h
672# End Source File
673# Begin Source File
674
675SOURCE=.\SSecurityNone.h
676# End Source File
677# Begin Source File
678
679SOURCE=.\SSecurityVncAuth.h
680# End Source File
681# Begin Source File
682
683SOURCE=.\Threading.h
684# End Source File
685# Begin Source File
686
687SOURCE=.\tightDecode.h
688# End Source File
689# Begin Source File
690
691SOURCE=.\TightDecoder.h
692# End Source File
693# Begin Source File
694
695SOURCE=.\tightEncode.h
696# End Source File
697# Begin Source File
698
699SOURCE=.\TightEncoder.h
700# End Source File
701# Begin Source File
702
703SOURCE=.\TightPalette.h
704# End Source File
705# Begin Source File
706
707SOURCE=.\TransferQueue.h
708# End Source File
709# Begin Source File
710
711SOURCE=.\TransImageGetter.h
712# End Source File
713# Begin Source File
714
715SOURCE=.\transInitTempl.h
716# End Source File
717# Begin Source File
718
719SOURCE=.\transTempl.h
720# End Source File
721# Begin Source File
722
723SOURCE=.\TrueColourMap.h
724# End Source File
725# Begin Source File
726
727SOURCE=.\UpdateTracker.h
728# End Source File
729# Begin Source File
730
731SOURCE=.\UserPasswdGetter.h
732# End Source File
733# Begin Source File
734
735SOURCE=.\util.h
736# End Source File
737# Begin Source File
738
739SOURCE=.\VNCSConnectionST.h
740# End Source File
741# Begin Source File
742
743SOURCE=.\VNCServer.h
744# End Source File
745# Begin Source File
746
747SOURCE=.\VNCServerST.h
748# End Source File
749# Begin Source File
750
751SOURCE=.\zrleDecode.h
752# End Source File
753# Begin Source File
754
755SOURCE=.\ZRLEDecoder.h
756# End Source File
757# Begin Source File
758
759SOURCE=.\zrleEncode.h
760# End Source File
761# Begin Source File
762
763SOURCE=.\ZRLEEncoder.h
764# End Source File
765# End Group
766# End Target
767# End Project