blob: 68fcb140060aaae7392d16582ecdea8fb78520ca [file] [log] [blame]
Peter Åstrandf30e1272004-12-07 12:36:12 +00001# Microsoft Developer Studio Project File - Name="vncviewer" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Application" 0x0101
6
7CFG=vncviewer - 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 "vncviewer.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 "vncviewer.mak" CFG="vncviewer - Win32 Debug Unicode"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "vncviewer - Win32 Release" (based on "Win32 (x86) Application")
21!MESSAGE "vncviewer - Win32 Debug" (based on "Win32 (x86) Application")
22!MESSAGE "vncviewer - Win32 Debug Unicode" (based on "Win32 (x86) Application")
23!MESSAGE
24
25# Begin Project
26# PROP AllowPerConfigDependencies 0
27# PROP Scc_ProjName ""
28# PROP Scc_LocalPath ""
29CPP=cl.exe
30MTL=midl.exe
31RSC=rc.exe
32
33!IF "$(CFG)" == "vncviewer - Win32 Release"
34
35# PROP BASE Use_MFC 0
36# PROP BASE Use_Debug_Libraries 0
37# PROP BASE Output_Dir "Release"
38# PROP BASE Intermediate_Dir "Release"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 0
42# PROP Output_Dir "..\Release"
43# PROP Intermediate_Dir "Release"
44# PROP Ignore_Export_Lib 0
45# PROP Target_Dir ""
46# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
47# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /FI"msvcwarning.h" /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /c
48# ADD BASE RSC /l 0x809 /d "NDEBUG"
49# ADD RSC /l 0x809 /d "NDEBUG"
50BSC32=bscmake.exe
51# ADD BASE BSC32 /nologo
52# ADD BSC32 /nologo
53LINK32=link.exe
54# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
55# ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386
56# Begin Special Build Tool
57SOURCE="$(InputPath)"
58PreLink_Desc=Updating buildTime
59PreLink_Cmds=cl /c /nologo /FoRelease\ /FdRelease\ /MT buildTime.cxx
60# End Special Build Tool
61
62!ELSEIF "$(CFG)" == "vncviewer - Win32 Debug"
63
64# PROP BASE Use_MFC 0
65# PROP BASE Use_Debug_Libraries 1
66# PROP BASE Output_Dir "Debug"
67# PROP BASE Intermediate_Dir "Debug"
68# PROP BASE Target_Dir ""
69# PROP Use_MFC 0
70# PROP Use_Debug_Libraries 1
71# PROP Output_Dir "..\Debug"
72# PROP Intermediate_Dir "Debug"
73# PROP Ignore_Export_Lib 0
74# PROP Target_Dir ""
75# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
76# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
77# ADD BASE RSC /l 0x809 /d "_DEBUG"
78# ADD RSC /l 0x809 /d "_DEBUG"
79BSC32=bscmake.exe
80# ADD BASE BSC32 /nologo
81# ADD BSC32 /nologo
82LINK32=link.exe
83# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
84# ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /pdbtype:sept
85# Begin Special Build Tool
86SOURCE="$(InputPath)"
87PreLink_Desc=Updating buildTime
88PreLink_Cmds=cl /c /nologo /FoDebug\ /FdDebug\ /MTd buildTime.cxx
89# End Special Build Tool
90
91!ELSEIF "$(CFG)" == "vncviewer - Win32 Debug Unicode"
92
93# PROP BASE Use_MFC 0
94# PROP BASE Use_Debug_Libraries 1
95# PROP BASE Output_Dir "vncviewer___Win32_Debug_Unicode"
96# PROP BASE Intermediate_Dir "vncviewer___Win32_Debug_Unicode"
97# PROP BASE Ignore_Export_Lib 0
98# PROP BASE Target_Dir ""
99# PROP Use_MFC 0
100# PROP Use_Debug_Libraries 1
101# PROP Output_Dir "..\Debug_Unicode"
102# PROP Intermediate_Dir "Debug_Unicode"
103# PROP Ignore_Export_Lib 0
104# PROP Target_Dir ""
105# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
106# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
107# ADD BASE RSC /l 0x809 /d "_DEBUG"
108# ADD RSC /l 0x809 /d "_DEBUG"
109BSC32=bscmake.exe
110# ADD BASE BSC32 /nologo
111# ADD BSC32 /nologo
112LINK32=link.exe
113# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
114# ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
115# Begin Special Build Tool
116SOURCE="$(InputPath)"
117PreLink_Desc=Updating buildTime
118PreLink_Cmds=cl /c /nologo /FoDebug_Unicode\ /FdDebug_Unicode\ /MTd buildTime.cxx
119# End Special Build Tool
120
121!ENDIF
122
123# Begin Target
124
125# Name "vncviewer - Win32 Release"
126# Name "vncviewer - Win32 Debug"
127# Name "vncviewer - Win32 Debug Unicode"
128# Begin Group "Source Files"
129
130# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
131# Begin Source File
132
133SOURCE=.\buildTime.cxx
134# End Source File
135# Begin Source File
136
137SOURCE=.\ConnectionDialog.cxx
138# End Source File
139# Begin Source File
140
141SOURCE=.\cview.cxx
142# End Source File
143# Begin Source File
144
145SOURCE=.\CViewManager.cxx
146# End Source File
147# Begin Source File
148
149SOURCE=.\CViewOptions.cxx
150# End Source File
151# Begin Source File
152
Dennis Syrovatsky139d7832005-11-02 05:36:05 +0000153SOURCE=.\FileTransfer.cxx
154# End Source File
155# Begin Source File
156
Dennis Syrovatsky32ed3322005-12-15 09:37:38 +0000157SOURCE=.\FTBrowseDlg.cxx
158# End Source File
159# Begin Source File
160
Dennis Syrovatsky139d7832005-11-02 05:36:05 +0000161SOURCE=.\FTDialog.cxx
162# End Source File
163# Begin Source File
164
Dennis Syrovatskyf3c57662005-11-02 03:53:04 +0000165SOURCE=.\FTListView.cxx
166# End Source File
167# Begin Source File
168
Dennis Syrovatsky3955d752005-11-10 05:40:07 +0000169SOURCE=.\FTMsgReader.cxx
170# End Source File
171# Begin Source File
172
173SOURCE=.\FTMsgWriter.cxx
174# End Source File
175# Begin Source File
176
Dennis Syrovatskyea9f91b2005-11-06 08:45:25 +0000177SOURCE=.\FTProgress.cxx
178# End Source File
179# Begin Source File
180
Peter Åstrandf30e1272004-12-07 12:36:12 +0000181SOURCE=.\InfoDialog.cxx
182# End Source File
183# Begin Source File
184
185SOURCE=.\OptionsDialog.cxx
186# End Source File
187# Begin Source File
188
189SOURCE=.\UserPasswdDialog.cxx
190# End Source File
191# Begin Source File
192
george82e8f95d22005-11-03 15:23:02 +0000193SOURCE=.\ViewerToolBar.cxx
194# End Source File
195# Begin Source File
196
Peter Åstrandf30e1272004-12-07 12:36:12 +0000197SOURCE=.\vncviewer.cxx
198# End Source File
199# Begin Source File
200
201SOURCE=.\vncviewer.rc
202# End Source File
203# End Group
204# Begin Group "Header Files"
205
206# PROP Default_Filter "h;hpp;hxx;hm;inl"
207# Begin Source File
208
209SOURCE=.\ConnectingDialog.h
210# End Source File
211# Begin Source File
212
213SOURCE=.\ConnectionDialog.h
214# End Source File
215# Begin Source File
216
217SOURCE=.\cview.h
218# End Source File
219# Begin Source File
220
221SOURCE=.\CViewManager.h
222# End Source File
223# Begin Source File
224
225SOURCE=.\CViewOptions.h
226# End Source File
227# Begin Source File
228
Dennis Syrovatsky139d7832005-11-02 05:36:05 +0000229SOURCE=.\FileTransfer.h
230# End Source File
231# Begin Source File
232
Dennis Syrovatsky32ed3322005-12-15 09:37:38 +0000233SOURCE=.\FTBrowseDlg.h
234# End Source File
235# Begin Source File
236
Dennis Syrovatsky139d7832005-11-02 05:36:05 +0000237SOURCE=.\FTDialog.h
238# End Source File
239# Begin Source File
240
Dennis Syrovatskyf3c57662005-11-02 03:53:04 +0000241SOURCE=.\FTListView.h
242# End Source File
243# Begin Source File
244
Dennis Syrovatsky3955d752005-11-10 05:40:07 +0000245SOURCE=.\FTMsgReader.h
246# End Source File
247# Begin Source File
248
249SOURCE=.\FTMsgWriter.h
250# End Source File
251# Begin Source File
252
Dennis Syrovatskyea9f91b2005-11-06 08:45:25 +0000253SOURCE=.\FTProgress.h
254# End Source File
255# Begin Source File
256
Peter Åstrandf30e1272004-12-07 12:36:12 +0000257SOURCE=.\InfoDialog.h
258# End Source File
259# Begin Source File
260
261SOURCE=.\MRU.h
262# End Source File
263# Begin Source File
264
265SOURCE=.\OptionsDialog.h
266# End Source File
267# Begin Source File
268
269SOURCE=.\UserPasswdDialog.h
270# End Source File
george82e8f95d22005-11-03 15:23:02 +0000271# Begin Source File
272
273SOURCE=.\ViewerToolBar.h
274# End Source File
Peter Åstrandf30e1272004-12-07 12:36:12 +0000275# End Group
276# Begin Group "Resource Files"
277
278# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
279# Begin Source File
280
281SOURCE=.\cursor1.cur
282# End Source File
283# Begin Source File
284
Dennis Syrovatskye588d962005-10-26 01:51:45 +0000285SOURCE=.\ftdir.ico
286# End Source File
287# Begin Source File
288
289SOURCE=.\ftfile.ico
290# End Source File
291# Begin Source File
292
293SOURCE=.\ftreload.ico
294# End Source File
295# Begin Source File
296
297SOURCE=.\ftup.ico
298# End Source File
299# Begin Source File
300
george824691feb2005-10-23 05:32:20 +0000301SOURCE=.\toolbar.bmp
302# End Source File
303# Begin Source File
304
Peter Åstrandf30e1272004-12-07 12:36:12 +0000305SOURCE=.\vncviewer.exe.manifest
306# End Source File
307# Begin Source File
308
309SOURCE=.\vncviewer.ico
310# End Source File
311# End Group
312# End Target
313# End Project