From 8af28623f0ceac0eb5a5ace69d79653ad8d607d0 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 26 May 1999 20:36:30 +0000 Subject: [PATCH] Add missing MSVC5 project. --- build/build.dsp | 124 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 build/build.dsp diff --git a/build/build.dsp b/build/build.dsp new file mode 100644 index 0000000000..9663b97c0c --- /dev/null +++ b/build/build.dsp @@ -0,0 +1,124 @@ +# Microsoft Developer Studio Project File - Name="build" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 5.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) External Target" 0x0106 + +CFG=build - Win32 Single 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 "build.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 "build.mak" CFG="build - Win32 Single Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "build - Win32 Release" (based on "Win32 (x86) External Target") +!MESSAGE "build - Win32 Debug" (based on "Win32 (x86) External Target") +!MESSAGE "build - Win32 Single Debug" (based on "Win32 (x86) External Target") +!MESSAGE "build - Win32 Single Release" (based on\ + "Win32 (x86) External Target") +!MESSAGE + +# Begin Project +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" + +!IF "$(CFG)" == "build - Win32 Release" + +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Cmd_Line "NMAKE /f build.mak" +# PROP BASE Rebuild_Opt "/a" +# PROP BASE Target_File "build.exe" +# PROP BASE Bsc_Name "build.bsc" +# PROP BASE Target_Dir "" +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Cmd_Line "NMAKE /f build.mak" +# PROP Rebuild_Opt "/a" +# PROP Target_File "build.exe" +# PROP Bsc_Name "build.bsc" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "build - Win32 Debug" + +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Cmd_Line "NMAKE /f build.mak" +# PROP BASE Rebuild_Opt "/a" +# PROP BASE Target_File "build.exe" +# PROP BASE Bsc_Name "build.bsc" +# PROP BASE Target_Dir "" +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Cmd_Line "" +# PROP Rebuild_Opt "" +# PROP Bsc_Name "" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "build - Win32 Single Debug" + +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "build___" +# PROP BASE Intermediate_Dir "build___" +# PROP BASE Cmd_Line "" +# PROP BASE Rebuild_Opt "" +# PROP BASE Bsc_Name "" +# PROP BASE Target_Dir "" +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "build___" +# PROP Intermediate_Dir "build___" +# PROP Cmd_Line "" +# PROP Rebuild_Opt "" +# PROP Bsc_Name "" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "build - Win32 Single Release" + +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "build__0" +# PROP BASE Intermediate_Dir "build__0" +# PROP BASE Cmd_Line "NMAKE /f build.mak" +# PROP BASE Rebuild_Opt "/a" +# PROP BASE Target_File "build.exe" +# PROP BASE Bsc_Name "build.bsc" +# PROP BASE Target_Dir "" +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "build__0" +# PROP Intermediate_Dir "build__0" +# PROP Cmd_Line "NMAKE /f build.mak" +# PROP Rebuild_Opt "/a" +# PROP Target_File "build.exe" +# PROP Bsc_Name "build.bsc" +# PROP Target_Dir "" + +!ENDIF + +# Begin Target + +# Name "build - Win32 Release" +# Name "build - Win32 Debug" +# Name "build - Win32 Single Debug" +# Name "build - Win32 Single Release" + +!IF "$(CFG)" == "build - Win32 Release" + +!ELSEIF "$(CFG)" == "build - Win32 Debug" + +!ELSEIF "$(CFG)" == "build - Win32 Single Debug" + +!ELSEIF "$(CFG)" == "build - Win32 Single Release" + +!ENDIF + +# End Target +# End Project -- 2.39.5