blob: 315236d81e6dd253e846c2c3513aa12a282cdc36 [file] [log] [blame]
Peter Åstrandf30e1272004-12-07 12:36:12 +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"
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 ".." /FI"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"
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
Constantin Kaplinsky613e6432006-01-26 03:54:59 +000068# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c
Peter Åstrandf30e1272004-12-07 12:36:12 +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"
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 ".." /FI"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=.\CMsgHandler.cxx
122# End Source File
123# Begin Source File
124
125SOURCE=.\CMsgReader.cxx
126# End Source File
127# Begin Source File
128
129SOURCE=.\CMsgReaderV3.cxx
130# End Source File
131# Begin Source File
132
133SOURCE=.\CMsgWriter.cxx
134# End Source File
135# Begin Source File
136
137SOURCE=.\CMsgWriterV3.cxx
138# End Source File
139# Begin Source File
140
141SOURCE=.\ComparingUpdateTracker.cxx
142# End Source File
143# Begin Source File
144
145SOURCE=.\Configuration.cxx
146# End Source File
147# Begin Source File
148
149SOURCE=.\ConnParams.cxx
150# End Source File
151# Begin Source File
152
153SOURCE=.\CSecurityVncAuth.cxx
154# End Source File
155# Begin Source File
156
157SOURCE=.\Cursor.cxx
158# End Source File
159# Begin Source File
160
161SOURCE=.\d3des.c
162# End Source File
163# Begin Source File
164
165SOURCE=.\Decoder.cxx
166# End Source File
167# Begin Source File
168
169SOURCE=.\Encoder.cxx
170# End Source File
171# Begin Source File
172
173SOURCE=.\encodings.cxx
174# End Source File
175# Begin Source File
176
Dennis Syrovatsky540c0772005-10-18 04:43:50 +0000177SOURCE=.\FileInfo.cxx
178# End Source File
179# Begin Source File
180
Dennis Syrovatsky9db9fbf2005-10-17 07:25:43 +0000181SOURCE=.\FileManager.cxx
182# End Source File
183# Begin Source File
184
185SOURCE=.\FileReader.cxx
186# End Source File
187# Begin Source File
188
189SOURCE=.\FileWriter.cxx
190# End Source File
191# Begin Source File
192
Peter Åstrandf30e1272004-12-07 12:36:12 +0000193SOURCE=.\HextileDecoder.cxx
194# End Source File
195# Begin Source File
196
197SOURCE=.\HextileEncoder.cxx
198# End Source File
199# Begin Source File
200
201SOURCE=.\HTTPServer.cxx
202# End Source File
203# Begin Source File
204
Constantin Kaplinskyde179d42006-04-16 06:53:44 +0000205SOURCE=.\KeyRemapper.cxx
206# End Source File
207# Begin Source File
208
Peter Åstrandf30e1272004-12-07 12:36:12 +0000209SOURCE=.\Logger.cxx
210# End Source File
211# Begin Source File
212
213SOURCE=.\Logger_file.cxx
214# End Source File
215# Begin Source File
216
217SOURCE=.\Logger_stdio.cxx
218# End Source File
219# Begin Source File
220
221SOURCE=.\LogWriter.cxx
222# End Source File
223# Begin Source File
224
Constantin Kaplinskyde179d42006-04-16 06:53:44 +0000225SOURCE=.\Password.cxx
226# End Source File
227# Begin Source File
228
Peter Åstrandf30e1272004-12-07 12:36:12 +0000229SOURCE=.\PixelBuffer.cxx
230# End Source File
231# Begin Source File
232
233SOURCE=.\PixelFormat.cxx
234# End Source File
235# Begin Source File
236
237SOURCE=.\RawDecoder.cxx
238# End Source File
239# Begin Source File
240
241SOURCE=.\RawEncoder.cxx
242# End Source File
243# Begin Source File
244
245SOURCE=.\Region.cxx
246# End Source File
247# Begin Source File
248
249SOURCE=.\RREDecoder.cxx
250# End Source File
251# Begin Source File
252
253SOURCE=.\RREEncoder.cxx
254# End Source File
255# Begin Source File
256
george82f891ccd2005-12-03 07:30:51 +0000257SOURCE=.\ScaledPixelBuffer.cxx
258# End Source File
259# Begin Source File
260
Peter Åstrandf30e1272004-12-07 12:36:12 +0000261SOURCE=.\SConnection.cxx
262# End Source File
263# Begin Source File
264
265SOURCE=.\secTypes.cxx
266# End Source File
267# Begin Source File
268
269SOURCE=.\ServerCore.cxx
270# End Source File
271# Begin Source File
272
Dennis Syrovatsky613f7c82005-12-18 14:24:06 +0000273SOURCE=.\SFTMsgReader.cxx
274# End Source File
275# Begin Source File
276
277SOURCE=.\SFTMsgWriter.cxx
278# End Source File
279# Begin Source File
280
Peter Åstrandf30e1272004-12-07 12:36:12 +0000281SOURCE=.\SMsgHandler.cxx
282# End Source File
283# Begin Source File
284
285SOURCE=.\SMsgReader.cxx
286# End Source File
287# Begin Source File
288
289SOURCE=.\SMsgReaderV3.cxx
290# End Source File
291# Begin Source File
292
293SOURCE=.\SMsgWriter.cxx
294# End Source File
295# Begin Source File
296
297SOURCE=.\SMsgWriterV3.cxx
298# End Source File
299# Begin Source File
300
301SOURCE=.\SSecurityFactoryStandard.cxx
302# End Source File
303# Begin Source File
304
305SOURCE=.\SSecurityVncAuth.cxx
306# End Source File
307# Begin Source File
308
Constantin Kaplinsky1276ce52005-09-22 01:37:53 +0000309SOURCE=.\TightDecoder.cxx
310# ADD CPP /I "../jpeg"
311# End Source File
312# Begin Source File
313
314SOURCE=.\TightEncoder.cxx
315# ADD CPP /I "../jpeg"
316# End Source File
317# Begin Source File
318
319SOURCE=.\TightPalette.cxx
320# End Source File
321# Begin Source File
322
Dennis Syrovatskybbbc0362005-10-18 05:14:08 +0000323SOURCE=.\TransferQueue.cxx
324# End Source File
325# Begin Source File
326
Peter Åstrandf30e1272004-12-07 12:36:12 +0000327SOURCE=.\TransImageGetter.cxx
328# End Source File
329# Begin Source File
330
331SOURCE=.\UpdateTracker.cxx
332# End Source File
333# Begin Source File
334
335SOURCE=.\util.cxx
336# End Source File
337# Begin Source File
338
Peter Åstrandf30e1272004-12-07 12:36:12 +0000339SOURCE=.\VNCSConnectionST.cxx
340# End Source File
341# Begin Source File
342
343SOURCE=.\VNCServerST.cxx
344# End Source File
345# Begin Source File
346
347SOURCE=.\ZRLEDecoder.cxx
348# End Source File
349# Begin Source File
350
351SOURCE=.\ZRLEEncoder.cxx
352# End Source File
353# End Group
354# Begin Group "Header Files"
355
356# PROP Default_Filter "h;hpp;hxx;hm;inl"
357# Begin Source File
358
359SOURCE=.\Blacklist.h
360# End Source File
361# Begin Source File
362
363SOURCE=.\CConnection.h
364# End Source File
365# Begin Source File
366
367SOURCE=.\CMsgHandler.h
368# End Source File
369# Begin Source File
370
371SOURCE=.\CMsgReader.h
372# End Source File
373# Begin Source File
374
375SOURCE=.\CMsgReaderV3.h
376# End Source File
377# Begin Source File
378
379SOURCE=.\CMsgWriter.h
380# End Source File
381# Begin Source File
382
383SOURCE=.\CMsgWriterV3.h
384# End Source File
385# Begin Source File
386
387SOURCE=.\ColourCube.h
388# End Source File
389# Begin Source File
390
391SOURCE=.\ColourMap.h
392# End Source File
393# Begin Source File
394
395SOURCE=.\ComparingUpdateTracker.h
396# End Source File
397# Begin Source File
398
399SOURCE=.\Configuration.h
400# End Source File
401# Begin Source File
402
403SOURCE=.\ConnParams.h
404# End Source File
405# Begin Source File
406
407SOURCE=.\CSecurity.h
408# End Source File
409# Begin Source File
410
411SOURCE=.\CSecurityNone.h
412# End Source File
413# Begin Source File
414
415SOURCE=.\CSecurityVncAuth.h
416# End Source File
417# Begin Source File
418
419SOURCE=.\Cursor.h
420# End Source File
421# Begin Source File
422
423SOURCE=.\d3des.h
424# End Source File
425# Begin Source File
426
427SOURCE=.\Decoder.h
428# End Source File
429# Begin Source File
430
Dennis Syrovatsky110e7ee2005-10-19 07:01:41 +0000431SOURCE=.\DirManager.h
432# End Source File
433# Begin Source File
434
Peter Åstrandf30e1272004-12-07 12:36:12 +0000435SOURCE=.\Encoder.h
436# End Source File
437# Begin Source File
438
439SOURCE=.\encodings.h
440# End Source File
441# Begin Source File
442
443SOURCE=.\Exception.h
444# End Source File
445# Begin Source File
446
Dennis Syrovatsky540c0772005-10-18 04:43:50 +0000447SOURCE=.\FileInfo.h
448# End Source File
449# Begin Source File
450
Dennis Syrovatsky9db9fbf2005-10-17 07:25:43 +0000451SOURCE=.\FileManager.h
452# End Source File
453# Begin Source File
454
455SOURCE=.\FileReader.h
456# End Source File
457# Begin Source File
458
459SOURCE=.\FileWriter.h
460# End Source File
461# Begin Source File
462
Peter Åstrandf30e1272004-12-07 12:36:12 +0000463SOURCE=.\hextileConstants.h
464# End Source File
465# Begin Source File
466
467SOURCE=.\hextileDecode.h
468# End Source File
469# Begin Source File
470
471SOURCE=.\HextileDecoder.h
472# End Source File
473# Begin Source File
474
475SOURCE=.\hextileEncode.h
476# End Source File
477# Begin Source File
478
Constantin Kaplinsky1276ce52005-09-22 01:37:53 +0000479SOURCE=.\hextileEncodeBetter.h
480# End Source File
481# Begin Source File
482
Peter Åstrandf30e1272004-12-07 12:36:12 +0000483SOURCE=.\HextileEncoder.h
484# End Source File
485# Begin Source File
486
487SOURCE=.\Hostname.h
488# End Source File
489# Begin Source File
490
491SOURCE=.\HTTPServer.h
492# End Source File
493# Begin Source File
494
495SOURCE=.\ImageGetter.h
496# End Source File
497# Begin Source File
498
Constantin Kaplinskyde179d42006-04-16 06:53:44 +0000499SOURCE=.\InputHandler.h
500# End Source File
501# Begin Source File
502
503SOURCE=.\KeyRemapper.h
504# End Source File
505# Begin Source File
506
Peter Åstrandf30e1272004-12-07 12:36:12 +0000507SOURCE=.\keysymdef.h
508# End Source File
509# Begin Source File
510
Oleg Sheikin641f7e52005-11-22 18:04:10 +0000511SOURCE=.\ListConnInfo.h
512# End Source File
513# Begin Source File
514
Peter Åstrandf30e1272004-12-07 12:36:12 +0000515SOURCE=.\Logger.h
516# End Source File
517# Begin Source File
518
519SOURCE=.\Logger_file.h
520# End Source File
521# Begin Source File
522
523SOURCE=.\Logger_stdio.h
524# End Source File
525# Begin Source File
526
527SOURCE=.\LogWriter.h
528# End Source File
529# Begin Source File
530
531SOURCE=.\msgTypes.h
532# End Source File
533# Begin Source File
534
535SOURCE=.\msvcwarning.h
536# End Source File
537# Begin Source File
538
Constantin Kaplinskyde179d42006-04-16 06:53:44 +0000539SOURCE=.\Password.h
540# End Source File
541# Begin Source File
542
Peter Åstrandf30e1272004-12-07 12:36:12 +0000543SOURCE=.\Pixel.h
544# End Source File
545# Begin Source File
546
547SOURCE=.\PixelBuffer.h
548# End Source File
549# Begin Source File
550
551SOURCE=.\PixelFormat.h
552# End Source File
553# Begin Source File
554
555SOURCE=.\RawDecoder.h
556# End Source File
557# Begin Source File
558
559SOURCE=.\RawEncoder.h
560# End Source File
561# Begin Source File
562
563SOURCE=.\Rect.h
564# End Source File
565# Begin Source File
566
567SOURCE=.\Region.h
568# End Source File
569# Begin Source File
570
571SOURCE=.\rreDecode.h
572# End Source File
573# Begin Source File
574
575SOURCE=.\RREDecoder.h
576# End Source File
577# Begin Source File
578
579SOURCE=.\rreEncode.h
580# End Source File
581# Begin Source File
582
583SOURCE=.\RREEncoder.h
584# End Source File
585# Begin Source File
586
george82f891ccd2005-12-03 07:30:51 +0000587SOURCE=.\ScaledPixelBuffer.h
588# End Source File
589# Begin Source File
590
Peter Åstrandf30e1272004-12-07 12:36:12 +0000591SOURCE=.\SConnection.h
592# End Source File
593# Begin Source File
594
595SOURCE=.\SDesktop.h
596# End Source File
597# Begin Source File
598
599SOURCE=.\secTypes.h
600# End Source File
601# Begin Source File
602
603SOURCE=.\ServerCore.h
604# End Source File
605# Begin Source File
606
Dennis Syrovatsky613f7c82005-12-18 14:24:06 +0000607SOURCE=.\SFTMsgReader.h
608# End Source File
609# Begin Source File
610
611SOURCE=.\SFTMsgWriter.h
612# End Source File
613# Begin Source File
614
Peter Åstrandf30e1272004-12-07 12:36:12 +0000615SOURCE=.\SMsgHandler.h
616# End Source File
617# Begin Source File
618
619SOURCE=.\SMsgReader.h
620# End Source File
621# Begin Source File
622
623SOURCE=.\SMsgReaderV3.h
624# End Source File
625# Begin Source File
626
627SOURCE=.\SMsgWriter.h
628# End Source File
629# Begin Source File
630
631SOURCE=.\SMsgWriterV3.h
632# End Source File
633# Begin Source File
634
635SOURCE=.\SSecurity.h
636# End Source File
637# Begin Source File
638
639SOURCE=.\SSecurityFactoryStandard.h
640# End Source File
641# Begin Source File
642
643SOURCE=.\SSecurityNone.h
644# End Source File
645# Begin Source File
646
647SOURCE=.\SSecurityVncAuth.h
648# End Source File
649# Begin Source File
650
651SOURCE=.\Threading.h
652# End Source File
653# Begin Source File
654
Constantin Kaplinsky1276ce52005-09-22 01:37:53 +0000655SOURCE=.\tightDecode.h
656# End Source File
657# Begin Source File
658
659SOURCE=.\TightDecoder.h
660# End Source File
661# Begin Source File
662
663SOURCE=.\tightEncode.h
664# End Source File
665# Begin Source File
666
667SOURCE=.\TightEncoder.h
668# End Source File
669# Begin Source File
670
671SOURCE=.\TightPalette.h
672# End Source File
673# Begin Source File
674
Dennis Syrovatskybbbc0362005-10-18 05:14:08 +0000675SOURCE=.\TransferQueue.h
676# End Source File
677# Begin Source File
678
Peter Åstrandf30e1272004-12-07 12:36:12 +0000679SOURCE=.\TransImageGetter.h
680# End Source File
681# Begin Source File
682
683SOURCE=.\transInitTempl.h
684# End Source File
685# Begin Source File
686
687SOURCE=.\transTempl.h
688# End Source File
689# Begin Source File
690
691SOURCE=.\TrueColourMap.h
692# End Source File
693# Begin Source File
694
695SOURCE=.\UpdateTracker.h
696# End Source File
697# Begin Source File
698
699SOURCE=.\UserPasswdGetter.h
700# End Source File
701# Begin Source File
702
703SOURCE=.\util.h
704# End Source File
705# Begin Source File
706
Peter Åstrandf30e1272004-12-07 12:36:12 +0000707SOURCE=.\VNCSConnectionST.h
708# End Source File
709# Begin Source File
710
711SOURCE=.\VNCServer.h
712# End Source File
713# Begin Source File
714
715SOURCE=.\VNCServerST.h
716# End Source File
717# Begin Source File
718
719SOURCE=.\zrleDecode.h
720# End Source File
721# Begin Source File
722
723SOURCE=.\ZRLEDecoder.h
724# End Source File
725# Begin Source File
726
727SOURCE=.\zrleEncode.h
728# End Source File
729# Begin Source File
730
731SOURCE=.\ZRLEEncoder.h
732# End Source File
733# End Group
734# End Target
735# End Project