blob: 6d0c20c38eeb3b10a938dcf2bfb3a242f8c5f844 [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
68# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"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"
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 Syrovatsky9db9fbf2005-10-17 07:25:43 +0000177SOURCE=.\FileManager.cxx
178# End Source File
179# Begin Source File
180
181SOURCE=.\FileReader.cxx
182# End Source File
183# Begin Source File
184
185SOURCE=.\FileWriter.cxx
186# End Source File
187# Begin Source File
188
Peter Åstrandf30e1272004-12-07 12:36:12 +0000189SOURCE=.\HextileDecoder.cxx
190# End Source File
191# Begin Source File
192
193SOURCE=.\HextileEncoder.cxx
194# End Source File
195# Begin Source File
196
197SOURCE=.\HTTPServer.cxx
198# End Source File
199# Begin Source File
200
201SOURCE=.\Logger.cxx
202# End Source File
203# Begin Source File
204
205SOURCE=.\Logger_file.cxx
206# End Source File
207# Begin Source File
208
209SOURCE=.\Logger_stdio.cxx
210# End Source File
211# Begin Source File
212
213SOURCE=.\LogWriter.cxx
214# End Source File
215# Begin Source File
216
217SOURCE=.\PixelBuffer.cxx
218# End Source File
219# Begin Source File
220
221SOURCE=.\PixelFormat.cxx
222# End Source File
223# Begin Source File
224
225SOURCE=.\RawDecoder.cxx
226# End Source File
227# Begin Source File
228
229SOURCE=.\RawEncoder.cxx
230# End Source File
231# Begin Source File
232
233SOURCE=.\Region.cxx
234# End Source File
235# Begin Source File
236
237SOURCE=.\RREDecoder.cxx
238# End Source File
239# Begin Source File
240
241SOURCE=.\RREEncoder.cxx
242# End Source File
243# Begin Source File
244
245SOURCE=.\SConnection.cxx
246# End Source File
247# Begin Source File
248
249SOURCE=.\secTypes.cxx
250# End Source File
251# Begin Source File
252
253SOURCE=.\ServerCore.cxx
254# End Source File
255# Begin Source File
256
257SOURCE=.\SMsgHandler.cxx
258# End Source File
259# Begin Source File
260
261SOURCE=.\SMsgReader.cxx
262# End Source File
263# Begin Source File
264
265SOURCE=.\SMsgReaderV3.cxx
266# End Source File
267# Begin Source File
268
269SOURCE=.\SMsgWriter.cxx
270# End Source File
271# Begin Source File
272
273SOURCE=.\SMsgWriterV3.cxx
274# End Source File
275# Begin Source File
276
277SOURCE=.\SSecurityFactoryStandard.cxx
278# End Source File
279# Begin Source File
280
281SOURCE=.\SSecurityVncAuth.cxx
282# End Source File
283# Begin Source File
284
285SOURCE=.\win32\Threading_win32.cxx
286# End Source File
287# Begin Source File
288
Constantin Kaplinsky1276ce52005-09-22 01:37:53 +0000289SOURCE=.\TightDecoder.cxx
290# ADD CPP /I "../jpeg"
291# End Source File
292# Begin Source File
293
294SOURCE=.\TightEncoder.cxx
295# ADD CPP /I "../jpeg"
296# End Source File
297# Begin Source File
298
299SOURCE=.\TightPalette.cxx
300# End Source File
301# Begin Source File
302
Peter Åstrandf30e1272004-12-07 12:36:12 +0000303SOURCE=.\TransImageGetter.cxx
304# End Source File
305# Begin Source File
306
307SOURCE=.\UpdateTracker.cxx
308# End Source File
309# Begin Source File
310
311SOURCE=.\util.cxx
312# End Source File
313# Begin Source File
314
315SOURCE=.\vncAuth.cxx
316# End Source File
317# Begin Source File
318
319SOURCE=.\VNCSConnectionST.cxx
320# End Source File
321# Begin Source File
322
323SOURCE=.\VNCServerST.cxx
324# End Source File
325# Begin Source File
326
327SOURCE=.\ZRLEDecoder.cxx
328# End Source File
329# Begin Source File
330
331SOURCE=.\ZRLEEncoder.cxx
332# End Source File
333# End Group
334# Begin Group "Header Files"
335
336# PROP Default_Filter "h;hpp;hxx;hm;inl"
337# Begin Source File
338
339SOURCE=.\Blacklist.h
340# End Source File
341# Begin Source File
342
343SOURCE=.\CConnection.h
344# End Source File
345# Begin Source File
346
347SOURCE=.\CMsgHandler.h
348# End Source File
349# Begin Source File
350
351SOURCE=.\CMsgReader.h
352# End Source File
353# Begin Source File
354
355SOURCE=.\CMsgReaderV3.h
356# End Source File
357# Begin Source File
358
359SOURCE=.\CMsgWriter.h
360# End Source File
361# Begin Source File
362
363SOURCE=.\CMsgWriterV3.h
364# End Source File
365# Begin Source File
366
367SOURCE=.\ColourCube.h
368# End Source File
369# Begin Source File
370
371SOURCE=.\ColourMap.h
372# End Source File
373# Begin Source File
374
375SOURCE=.\ComparingUpdateTracker.h
376# End Source File
377# Begin Source File
378
379SOURCE=.\Configuration.h
380# End Source File
381# Begin Source File
382
383SOURCE=.\ConnParams.h
384# End Source File
385# Begin Source File
386
387SOURCE=.\CSecurity.h
388# End Source File
389# Begin Source File
390
391SOURCE=.\CSecurityNone.h
392# End Source File
393# Begin Source File
394
395SOURCE=.\CSecurityVncAuth.h
396# End Source File
397# Begin Source File
398
399SOURCE=.\Cursor.h
400# End Source File
401# Begin Source File
402
403SOURCE=.\d3des.h
404# End Source File
405# Begin Source File
406
407SOURCE=.\Decoder.h
408# End Source File
409# Begin Source File
410
411SOURCE=.\Encoder.h
412# End Source File
413# Begin Source File
414
415SOURCE=.\encodings.h
416# End Source File
417# Begin Source File
418
419SOURCE=.\Exception.h
420# End Source File
421# Begin Source File
422
Dennis Syrovatsky9db9fbf2005-10-17 07:25:43 +0000423SOURCE=.\FileManager.h
424# End Source File
425# Begin Source File
426
427SOURCE=.\FileReader.h
428# End Source File
429# Begin Source File
430
431SOURCE=.\FileWriter.h
432# End Source File
433# Begin Source File
434
Peter Åstrandf30e1272004-12-07 12:36:12 +0000435SOURCE=.\hextileConstants.h
436# End Source File
437# Begin Source File
438
439SOURCE=.\hextileDecode.h
440# End Source File
441# Begin Source File
442
443SOURCE=.\HextileDecoder.h
444# End Source File
445# Begin Source File
446
447SOURCE=.\hextileEncode.h
448# End Source File
449# Begin Source File
450
Constantin Kaplinsky1276ce52005-09-22 01:37:53 +0000451SOURCE=.\hextileEncodeBetter.h
452# End Source File
453# Begin Source File
454
Peter Åstrandf30e1272004-12-07 12:36:12 +0000455SOURCE=.\HextileEncoder.h
456# End Source File
457# Begin Source File
458
459SOURCE=.\Hostname.h
460# End Source File
461# Begin Source File
462
463SOURCE=.\HTTPServer.h
464# End Source File
465# Begin Source File
466
467SOURCE=.\ImageGetter.h
468# End Source File
469# Begin Source File
470
471SOURCE=.\keysymdef.h
472# End Source File
473# Begin Source File
474
475SOURCE=.\Logger.h
476# End Source File
477# Begin Source File
478
479SOURCE=.\Logger_file.h
480# End Source File
481# Begin Source File
482
483SOURCE=.\Logger_stdio.h
484# End Source File
485# Begin Source File
486
487SOURCE=.\LogWriter.h
488# End Source File
489# Begin Source File
490
491SOURCE=.\msgTypes.h
492# End Source File
493# Begin Source File
494
495SOURCE=.\msvcwarning.h
496# End Source File
497# Begin Source File
498
499SOURCE=.\Pixel.h
500# End Source File
501# Begin Source File
502
503SOURCE=.\PixelBuffer.h
504# End Source File
505# Begin Source File
506
507SOURCE=.\PixelFormat.h
508# End Source File
509# Begin Source File
510
511SOURCE=.\RawDecoder.h
512# End Source File
513# Begin Source File
514
515SOURCE=.\RawEncoder.h
516# End Source File
517# Begin Source File
518
519SOURCE=.\Rect.h
520# End Source File
521# Begin Source File
522
523SOURCE=.\Region.h
524# End Source File
525# Begin Source File
526
527SOURCE=.\rreDecode.h
528# End Source File
529# Begin Source File
530
531SOURCE=.\RREDecoder.h
532# End Source File
533# Begin Source File
534
535SOURCE=.\rreEncode.h
536# End Source File
537# Begin Source File
538
539SOURCE=.\RREEncoder.h
540# End Source File
541# Begin Source File
542
543SOURCE=.\SConnection.h
544# End Source File
545# Begin Source File
546
547SOURCE=.\SDesktop.h
548# End Source File
549# Begin Source File
550
551SOURCE=.\secTypes.h
552# End Source File
553# Begin Source File
554
555SOURCE=.\ServerCore.h
556# End Source File
557# Begin Source File
558
559SOURCE=.\SMsgHandler.h
560# End Source File
561# Begin Source File
562
563SOURCE=.\SMsgReader.h
564# End Source File
565# Begin Source File
566
567SOURCE=.\SMsgReaderV3.h
568# End Source File
569# Begin Source File
570
571SOURCE=.\SMsgWriter.h
572# End Source File
573# Begin Source File
574
575SOURCE=.\SMsgWriterV3.h
576# End Source File
577# Begin Source File
578
579SOURCE=.\SSecurity.h
580# End Source File
581# Begin Source File
582
583SOURCE=.\SSecurityFactoryStandard.h
584# End Source File
585# Begin Source File
586
587SOURCE=.\SSecurityNone.h
588# End Source File
589# Begin Source File
590
591SOURCE=.\SSecurityVncAuth.h
592# End Source File
593# Begin Source File
594
595SOURCE=.\Threading.h
596# End Source File
597# Begin Source File
598
599SOURCE=.\win32\Threading_win32.h
600# End Source File
601# Begin Source File
602
Constantin Kaplinsky1276ce52005-09-22 01:37:53 +0000603SOURCE=.\tightDecode.h
604# End Source File
605# Begin Source File
606
607SOURCE=.\TightDecoder.h
608# End Source File
609# Begin Source File
610
611SOURCE=.\tightEncode.h
612# End Source File
613# Begin Source File
614
615SOURCE=.\TightEncoder.h
616# End Source File
617# Begin Source File
618
619SOURCE=.\TightPalette.h
620# End Source File
621# Begin Source File
622
Peter Åstrandf30e1272004-12-07 12:36:12 +0000623SOURCE=.\TransImageGetter.h
624# End Source File
625# Begin Source File
626
627SOURCE=.\transInitTempl.h
628# End Source File
629# Begin Source File
630
631SOURCE=.\transTempl.h
632# End Source File
633# Begin Source File
634
635SOURCE=.\TrueColourMap.h
636# End Source File
637# Begin Source File
638
639SOURCE=.\UpdateTracker.h
640# End Source File
641# Begin Source File
642
643SOURCE=.\UserPasswdGetter.h
644# End Source File
645# Begin Source File
646
647SOURCE=.\util.h
648# End Source File
649# Begin Source File
650
651SOURCE=.\win32\util_win32.h
652# End Source File
653# Begin Source File
654
655SOURCE=.\vncAuth.h
656# End Source File
657# Begin Source File
658
659SOURCE=.\VNCSConnectionST.h
660# End Source File
661# Begin Source File
662
663SOURCE=.\VNCServer.h
664# End Source File
665# Begin Source File
666
667SOURCE=.\VNCServerST.h
668# End Source File
669# Begin Source File
670
671SOURCE=.\zrleDecode.h
672# End Source File
673# Begin Source File
674
675SOURCE=.\ZRLEDecoder.h
676# End Source File
677# Begin Source File
678
679SOURCE=.\zrleEncode.h
680# End Source File
681# Begin Source File
682
683SOURCE=.\ZRLEEncoder.h
684# End Source File
685# End Group
686# End Target
687# End Project