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