From 35a9a0d836f190346f91416ce9c49553a6f20c49 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 16 Jan 2003 12:56:34 +0000 Subject: [PATCH] * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld. --- msvc/plugins.dsp.in | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/msvc/plugins.dsp.in b/msvc/plugins.dsp.in index b5330d70d2..ac9f5448ce 100644 --- a/msvc/plugins.dsp.in +++ b/msvc/plugins.dsp.in @@ -1,24 +1,24 @@ -# Microsoft Developer Studio Project File - Name="plugins" - Package Owner=<4> +# Microsoft Developer Studio Project File - Name="plugin_§PLUGIN§" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 -CFG=plugins - Win32 Debug +CFG=plugin_§PLUGIN§ - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE -!MESSAGE NMAKE /f "plugins.mak". +!MESSAGE NMAKE /f "plugin_§PLUGIN§.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "plugins.mak" CFG="plugins - Win32 Debug" +!MESSAGE NMAKE /f "plugin_§PLUGIN§.mak" CFG="plugin_§PLUGIN§ - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "plugins - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "plugins - Win32 Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "plugin_§PLUGIN§ - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "plugin_§PLUGIN§ - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project @@ -28,7 +28,7 @@ CFG=plugins - Win32 Debug CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "plugins - Win32 Release" +!IF "$(CFG)" == "plugin_§PLUGIN§ - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -52,7 +52,7 @@ LINK32=link.exe # 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 # ADD 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 ws2_32.lib netapi32.lib winmm.lib /nologo /subsystem:console /machine:I386 -!ELSEIF "$(CFG)" == "plugins - Win32 Debug" +!ELSEIF "$(CFG)" == "plugin_§PLUGIN§ - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -81,6 +81,24 @@ LINK32=link.exe # Begin Target -# Name "plugins - Win32 Release" -# Name "plugins - Win32 Debug" +# Name "plugin_§PLUGIN§ - Win32 Release" +# Name "plugin_§PLUGIN§ - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + +§SOURCES§ + +# End Group + +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" + +§HEADERS§ + +# End Group + +# End Target +# End Project