blob: a3a56e3642bd9dbbd32159276c1c03bccc4a91b3 [file] [log] [blame]
Peter Åstrandf30e1272004-12-07 12:36:12 +00001# Microsoft Developer Studio Project File - Name="winvnc" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7CFG=winvnc - 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 "winvnc.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 "winvnc.mak" CFG="winvnc - Win32 Debug Unicode"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "winvnc - Win32 Release" (based on "Win32 (x86) Console Application")
21!MESSAGE "winvnc - Win32 Debug" (based on "Win32 (x86) Console Application")
22!MESSAGE "winvnc - Win32 Debug Unicode" (based on "Win32 (x86) Console Application")
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)" == "winvnc - 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 Ignore_Export_Lib 0
44# PROP Target_Dir ""
45# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
Constantin Kaplinsky9eede292006-05-11 10:30:11 +000046# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /YX /FD /c
Peter Åstrandf30e1272004-12-07 12:36:12 +000047# ADD BASE RSC /l 0x809 /d "NDEBUG"
48# ADD RSC /l 0x809 /d "NDEBUG"
49BSC32=bscmake.exe
50# ADD BASE BSC32 /nologo
51# ADD BSC32 /nologo
52LINK32=link.exe
53# 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:console /machine:I386
54# ADD LINK32 advapi32.lib user32.lib gdi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:console /machine:I386 /out:"../Release/winvnc4.exe"
55# SUBTRACT LINK32 /profile
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)" == "winvnc - 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 "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
Constantin Kaplinsky9eede292006-05-11 10:30:11 +000076# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c
Peter Åstrandf30e1272004-12-07 12:36:12 +000077# 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:console /debug /machine:I386 /pdbtype:sept
84# ADD LINK32 advapi32.lib user32.lib gdi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../Debug/winvnc4.exe" /fixed:no
85# SUBTRACT LINK32 /profile
86# Begin Special Build Tool
87SOURCE="$(InputPath)"
88PreLink_Desc=Updating buildTime
89PreLink_Cmds=cl /c /nologo /FoDebug\ /FdDebug\ /MTd buildTime.cxx
90# End Special Build Tool
91
92!ELSEIF "$(CFG)" == "winvnc - Win32 Debug Unicode"
93
94# PROP BASE Use_MFC 0
95# PROP BASE Use_Debug_Libraries 1
96# PROP BASE Output_Dir "winvnc___Win32_Debug_Unicode"
97# PROP BASE Intermediate_Dir "winvnc___Win32_Debug_Unicode"
98# PROP BASE Ignore_Export_Lib 0
99# PROP BASE Target_Dir ""
100# PROP Use_MFC 0
101# PROP Use_Debug_Libraries 1
102# PROP Output_Dir "..\Debug_Unicode"
103# PROP Intermediate_Dir "Debug_Unicode"
104# PROP Ignore_Export_Lib 0
105# PROP Target_Dir ""
106# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
Constantin Kaplinsky9eede292006-05-11 10:30:11 +0000107# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"rdr/msvcwarning.h" /D "_CONSOLE" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
Peter Åstrandf30e1272004-12-07 12:36:12 +0000108# ADD BASE RSC /l 0x809 /d "_DEBUG"
109# ADD RSC /l 0x809 /d "_DEBUG"
110BSC32=bscmake.exe
111# ADD BASE BSC32 /nologo
112# ADD BSC32 /nologo
113LINK32=link.exe
114# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../Debug/winvnc4.exe" /fixed:no
115# SUBTRACT BASE LINK32 /pdb:none
116# ADD LINK32 advapi32.lib user32.lib gdi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\Debug_Unicode/winvnc4.exe" /fixed:no
117# SUBTRACT LINK32 /pdb:none
118# Begin Special Build Tool
119SOURCE="$(InputPath)"
120PreLink_Desc=Updating buildTime
121PreLink_Cmds=cl /c /nologo /FoDebug\ /FdDebug\ /MTd buildTime.cxx
122# End Special Build Tool
123
124!ENDIF
125
126# Begin Target
127
128# Name "winvnc - Win32 Release"
129# Name "winvnc - Win32 Debug"
130# Name "winvnc - Win32 Debug Unicode"
131# Begin Group "Source Files"
132
133# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
134# Begin Source File
135
136SOURCE=.\buildTime.cxx
137# End Source File
138# Begin Source File
139
Oleg Sheikinf5049ad2005-07-01 12:41:15 +0000140SOURCE=.\ControlPanel.cxx
141# End Source File
142# Begin Source File
143
Peter Åstrandf30e1272004-12-07 12:36:12 +0000144SOURCE=.\JavaViewer.cxx
145# End Source File
146# Begin Source File
147
Constantin Kaplinsky9eede292006-05-11 10:30:11 +0000148SOURCE=.\ManagedListener.cxx
149# End Source File
150# Begin Source File
151
Peter Åstrandf30e1272004-12-07 12:36:12 +0000152SOURCE=.\QueryConnectDialog.cxx
153# End Source File
154# Begin Source File
155
156SOURCE=.\STrayIcon.cxx
157# End Source File
158# Begin Source File
159
160SOURCE=.\VNCServerService.cxx
161# End Source File
162# Begin Source File
163
164SOURCE=.\VNCServerWin32.cxx
165# End Source File
166# Begin Source File
167
168SOURCE=.\winvnc.cxx
169# End Source File
170# Begin Source File
171
172SOURCE=.\winvnc.rc
173# End Source File
174# End Group
175# Begin Group "Header Files"
176
177# PROP Default_Filter "h;hpp;hxx;hm;inl"
178# Begin Source File
179
180SOURCE=.\AddNewClientDialog.h
181# End Source File
182# Begin Source File
183
Oleg Sheikinf5049ad2005-07-01 12:41:15 +0000184SOURCE=.\ControlPanel.h
185# End Source File
186# Begin Source File
187
Peter Åstrandf30e1272004-12-07 12:36:12 +0000188SOURCE=.\JavaViewer.h
189# End Source File
190# Begin Source File
191
Constantin Kaplinsky9eede292006-05-11 10:30:11 +0000192SOURCE=.\ManagedListener.h
193# End Source File
194# Begin Source File
195
Peter Åstrandf30e1272004-12-07 12:36:12 +0000196SOURCE=.\QueryConnectDialog.h
197# End Source File
198# Begin Source File
199
200SOURCE=.\STrayIcon.h
201# End Source File
202# Begin Source File
203
204SOURCE=.\VNCServerService.h
205# End Source File
206# Begin Source File
207
208SOURCE=.\VNCServerWin32.h
209# End Source File
210# End Group
211# Begin Group "Resource Files"
212
213# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
214# Begin Source File
215
Oleg Sheikin5c642e92005-12-22 20:57:58 +0000216SOURCE=.\connecte.ico
217# End Source File
218# Begin Source File
219
Peter Åstrandf30e1272004-12-07 12:36:12 +0000220SOURCE=.\connected.ico
221# End Source File
222# Begin Source File
223
Oleg Sheikin5c642e92005-12-22 20:57:58 +0000224SOURCE=.\icon_dis.ico
225# End Source File
226# Begin Source File
227
Peter Åstrandf30e1272004-12-07 12:36:12 +0000228SOURCE=.\java\logo150x150.gif
229# End Source File
230# Begin Source File
231
Constantin Kaplinsky9eede292006-05-11 10:30:11 +0000232SOURCE=.\winvnc.bmp
233# End Source File
234# Begin Source File
235
Peter Åstrandf30e1272004-12-07 12:36:12 +0000236SOURCE=.\winvnc.ico
237# End Source File
238# End Group
239# Begin Source File
240
241SOURCE=.\java\index.vnc
242# End Source File
243# Begin Source File
244
245SOURCE=.\java\vncviewer.jar
246# End Source File
247# Begin Source File
248
Peter Åstrandf30e1272004-12-07 12:36:12 +0000249SOURCE=.\winvnc4.exe.manifest
250# End Source File
251# End Target
252# End Project