From 4415df9540afd86671f9169c1542536c71000180 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 15 Nov 2001 21:57:12 +0000 Subject: Visual C++ / win32 compatibility reestablished --- libvncserver.dsp | 44 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) (limited to 'libvncserver.dsp') diff --git a/libvncserver.dsp b/libvncserver.dsp index 1ff5d1e..0dd25b5 100644 --- a/libvncserver.dsp +++ b/libvncserver.dsp @@ -5,8 +5,20 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 CFG=libvncserver - Win32 Debug -!MESSAGE "libvncserver - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libvncserver - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE +!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl +!MESSAGE +!MESSAGE NMAKE /f "libvncserver.mak". +!MESSAGE +!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben +!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel: +!MESSAGE +!MESSAGE NMAKE /f "libvncserver.mak" CFG="libvncserver - Win32 Debug" +!MESSAGE +!MESSAGE Für die Konfiguration stehen zur Auswahl: +!MESSAGE +!MESSAGE "libvncserver - Win32 Release" (basierend auf "Win32 (x86) Static Library") +!MESSAGE "libvncserver - Win32 Debug" (basierend auf "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -29,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "zlib" /I "libjpeg" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD BASE RSC /l 0x407 /d "NDEBUG" # ADD RSC /l 0x407 /d "NDEBUG" BSC32=bscmake.exe @@ -51,8 +63,8 @@ LIB32=link.exe -lib # PROP Output_Dir "libvncserver___Win32_Debug" # PROP Intermediate_Dir "libvncserver___Win32_Debug" # PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "zlib" /I "libjpeg" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c # ADD BASE RSC /l 0x407 /d "_DEBUG" # ADD RSC /l 0x407 /d "_DEBUG" BSC32=bscmake.exe @@ -72,6 +84,8 @@ LIB32=link.exe -lib # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Group "auth" + +# PROP Default_Filter "" # Begin Source File SOURCE=.\auth.c @@ -91,6 +105,10 @@ SOURCE=.\vncauth.c # End Group # Begin Source File +SOURCE=.\cargs.c +# End Source File +# Begin Source File + SOURCE=.\corre.c # End Source File # Begin Source File @@ -103,6 +121,10 @@ SOURCE=.\cutpaste.c # End Source File # Begin Source File +SOURCE=.\draw.c +# End Source File +# Begin Source File + SOURCE=.\font.c # End Source File # Begin Source File @@ -127,6 +149,10 @@ SOURCE=.\rre.c # End Source File # Begin Source File +SOURCE=.\selbox.c +# End Source File +# Begin Source File + SOURCE=.\sockets.c # End Source File # Begin Source File @@ -153,7 +179,9 @@ SOURCE=.\zlib.c # Begin Group "Headers" # PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Group "auth" +# Begin Group "auth Nr. 1" + +# PROP Default_Filter "" # Begin Source File SOURCE=.\d3des.h @@ -161,6 +189,10 @@ SOURCE=.\d3des.h # End Group # Begin Source File +SOURCE=.\default8x16.h +# End Source File +# Begin Source File + SOURCE=.\keysym.h # End Source File # Begin Source File -- cgit v1.2.1