blob: 1daa0f1947e194d91a0fd5fc6e63089871c28b91 [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
46# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /FI"msvcwarning.h" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /YX /FD /c
47# 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 Kaplinsky613e6432006-01-26 03:54:59 +000076# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"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
107# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_CONSOLE" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
108# 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
148SOURCE=.\QueryConnectDialog.cxx
149# End Source File
150# Begin Source File
151
152SOURCE=.\STrayIcon.cxx
153# End Source File
154# Begin Source File
155
156SOURCE=.\VNCServerService.cxx
157# End Source File
158# Begin Source File
159
160SOURCE=.\VNCServerWin32.cxx
161# End Source File
162# Begin Source File
163
164SOURCE=.\winvnc.cxx
165# End Source File
166# Begin Source File
167
168SOURCE=.\winvnc.rc
169# End Source File
170# End Group
171# Begin Group "Header Files"
172
173# PROP Default_Filter "h;hpp;hxx;hm;inl"
174# Begin Source File
175
176SOURCE=.\AddNewClientDialog.h
177# End Source File
178# Begin Source File
179
Oleg Sheikinf5049ad2005-07-01 12:41:15 +0000180SOURCE=.\ControlPanel.h
181# End Source File
182# Begin Source File
183
Peter Åstrandf30e1272004-12-07 12:36:12 +0000184SOURCE=.\JavaViewer.h
185# End Source File
186# Begin Source File
187
188SOURCE=.\QueryConnectDialog.h
189# End Source File
190# Begin Source File
191
192SOURCE=.\STrayIcon.h
193# End Source File
194# Begin Source File
195
196SOURCE=.\VNCServerService.h
197# End Source File
198# Begin Source File
199
200SOURCE=.\VNCServerWin32.h
201# End Source File
202# End Group
203# Begin Group "Resource Files"
204
205# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
206# Begin Source File
207
Oleg Sheikin5c642e92005-12-22 20:57:58 +0000208SOURCE=.\connecte.ico
209# End Source File
210# Begin Source File
211
Peter Åstrandf30e1272004-12-07 12:36:12 +0000212SOURCE=.\connected.ico
213# End Source File
214# Begin Source File
215
Oleg Sheikin5c642e92005-12-22 20:57:58 +0000216SOURCE=.\icon_dis.ico
217# End Source File
218# Begin Source File
219
Peter Åstrandf30e1272004-12-07 12:36:12 +0000220SOURCE=.\java\logo150x150.gif
221# End Source File
222# Begin Source File
223
224SOURCE=.\winvnc.ico
225# End Source File
226# End Group
227# Begin Source File
228
229SOURCE=.\java\index.vnc
230# End Source File
231# Begin Source File
232
233SOURCE=.\java\vncviewer.jar
234# End Source File
235# Begin Source File
236
237SOURCE=.\vncviewer.jar
238# End Source File
239# Begin Source File
240
241SOURCE=.\winvnc4.exe.manifest
242# End Source File
243# End Target
244# End Project