Mercurial > flash_v2
diff host/libcdl/cdl.dsp @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | |
| children | c37d3a9e1b28 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/host/libcdl/cdl.dsp @@ -0,0 +1,268 @@ +# Microsoft Developer Studio Project File - Name="cdl" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Generic Project" 0x010a + +CFG=cdl - Win32 ANSI 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 "cdl.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 "cdl.mak" CFG="cdl - Win32 ANSI Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "cdl - Win32 Release" (based on "Win32 (x86) Generic Project") +!MESSAGE "cdl - Win32 Debug" (based on "Win32 (x86) Generic Project") +!MESSAGE "cdl - Win32 ANSI Debug" (based on "Win32 (x86) Generic Project") +!MESSAGE "cdl - Win32 ANSI Release" (based on "Win32 (x86) Generic Project") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +MTL=midl.exe + +!IF "$(CFG)" == "cdl - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "V:\ide\Release\cdl" +# PROP Intermediate_Dir "V:\ide\Release\cdl\build" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "cdl - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "cdl___Win32_Debug" +# PROP BASE Intermediate_Dir "cdl___Win32_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "V:\ide\Debug\cdl" +# PROP Intermediate_Dir "V:\ide\Debug\cdl\build" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "cdl - Win32 ANSI Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "cdl___Win32_ANSI_Debug" +# PROP BASE Intermediate_Dir "cdl___Win32_ANSI_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "V:\ide\Debug\cdl" +# PROP Intermediate_Dir "V:\ide\Debug\cdl\build" +# PROP Target_Dir "" + +!ELSEIF "$(CFG)" == "cdl - Win32 ANSI Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "cdl___Win32_ANSI_Release" +# PROP BASE Intermediate_Dir "cdl___Win32_ANSI_Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "V:\ide\Release\cdl" +# PROP Intermediate_Dir "V:\ide\Release\cdl\build" +# PROP Target_Dir "" + +!ENDIF + +# Begin Target + +# Name "cdl - Win32 Release" +# Name "cdl - Win32 Debug" +# Name "cdl - Win32 ANSI Debug" +# Name "cdl - Win32 ANSI Release" +# Begin Source File + +SOURCE=.\base.cxx +# End Source File +# Begin Source File + +SOURCE=.\build.cxx +# End Source File +# Begin Source File + +SOURCE=.\cdl.hxx +# End Source File +# Begin Source File + +SOURCE=.\cdlcore.hxx +# End Source File +# Begin Source File + +SOURCE=.\cdlmisc.cxx +# End Source File +# Begin Source File + +SOURCE=.\ChangeLog + +!IF "$(CFG)" == "cdl - Win32 Release" + +# Begin Custom Build - Performing Custom Build Step for libCDL +IntDir=V:\ide\Release\cdl\build +OutDir=V:\ide\Release\cdl +InputPath=.\ChangeLog + +BuildCmds= \ + if not exist $(IntDir)\tools\configtool\standalone\common\Makefile sh -c "ECOSHOST=`echo ""puts [ file attributes [ pwd ] -shortname ]"" | cygtclsh80`/.. ; echo ""ECOSHOST=$ECOSHOST"" ; echo ""TCLHOME=$TCLHOME"" ; mkdir -p `cygpath -u ""$(IntDir)""` ; cd `cygpath -u ""$(IntDir)""` && CC=cl CXX=cl `cygpath -u ""$ECOSHOST""`/configure --prefix=`cygpath -u ""$(OutDir)""` --with-tcl=`cygpath -u ""$TCLHOME""` --with-tcl_version=82" \ + cd $(IntDir) \ + v: \ + make --unix install \ + + +"$(OutDir)\lib\cdl.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) + +"$(OutDir)\lib\cyginfra.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build + +!ELSEIF "$(CFG)" == "cdl - Win32 Debug" + +# Begin Custom Build - Performing Custom Build Step for libCDL +IntDir=V:\ide\Debug\cdl\build +OutDir=V:\ide\Debug\cdl +InputPath=.\ChangeLog + +BuildCmds= \ + if not exist $(IntDir)\tools\configtool\standalone\common\Makefile sh -c "ECOSHOST=`echo ""puts [ file attributes [ pwd ] -shortname ]"" | cygtclsh80`/.. ; echo ""ECOSHOST=$ECOSHOST"" ; echo ""TCLHOME=$TCLHOME"" ; mkdir -p `cygpath -u ""$(IntDir)""` ; cd `cygpath -u ""$(IntDir)""` && CC=cl CXX=cl `cygpath -u ""$ECOSHOST""`/configure --prefix=`cygpath -u ""$(OutDir)""` --with-tcl=`cygpath -u ""$TCLHOME""` --with-tcl_version=82 --enable-debug --enable-maintainer-mode" \ + cd $(IntDir) \ + v: \ + make --unix install \ + + +"$(OutDir)\lib\cdl.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) + +"$(OutDir)\lib\cyginfra.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build + +!ELSEIF "$(CFG)" == "cdl - Win32 ANSI Debug" + +# Begin Custom Build - Performing Custom Build Step for libCDL +IntDir=V:\ide\Debug\cdl\build +OutDir=V:\ide\Debug\cdl +InputPath=.\ChangeLog + +BuildCmds= \ + if not exist $(IntDir)\tools\configtool\standalone\common\Makefile sh -c "ECOSHOST=`echo ""puts [ file attributes [ pwd ] -shortname ]"" | cygtclsh80`/.. ; echo ""ECOSHOST=$ECOSHOST"" ; echo ""TCLHOME=$TCLHOME"" ; mkdir -p `cygpath -u ""$(IntDir)""` ; cd `cygpath -u ""$(IntDir)""` && CC=cl CXX=cl `cygpath -u ""$ECOSHOST""`/configure --prefix=`cygpath -u ""$(OutDir)""` --with-tcl=`cygpath -u ""$TCLHOME""` --with-tcl_version=82 --enable-debug --enable-maintainer-mode" \ + cd $(IntDir) \ + v: \ + make --unix install \ + + +"$(OutDir)\lib\cdl.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) + +"$(OutDir)\lib\cyginfra.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build + +!ELSEIF "$(CFG)" == "cdl - Win32 ANSI Release" + +# Begin Custom Build - Performing Custom Build Step for libCDL +IntDir=V:\ide\Release\cdl\build +OutDir=V:\ide\Release\cdl +InputPath=.\ChangeLog + +BuildCmds= \ + if not exist $(IntDir)\tools\configtool\standalone\common\Makefile sh -c "ECOSHOST=`echo ""puts [ file attributes [ pwd ] -shortname ]"" | cygtclsh80`/.. ; echo ""ECOSHOST=$ECOSHOST"" ; echo ""TCLHOME=$TCLHOME"" ; mkdir -p `cygpath -u ""$(IntDir)""` ; cd `cygpath -u ""$(IntDir)""` && CC=cl CXX=cl `cygpath -u ""$ECOSHOST""`/configure --prefix=`cygpath -u ""$(OutDir)""` --with-tcl=`cygpath -u ""$TCLHOME""` --with-tcl_version=82" \ + cd $(IntDir) \ + v: \ + make --unix install \ + + +"$(OutDir)\lib\cdl.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) + +"$(OutDir)\lib\cyginfra.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + $(BuildCmds) +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\component.cxx +# End Source File +# Begin Source File + +SOURCE=.\config.cxx +# End Source File +# Begin Source File + +SOURCE=.\conflict.cxx +# End Source File +# Begin Source File + +SOURCE=.\database.cxx +# End Source File +# Begin Source File + +SOURCE=.\dialog.cxx +# End Source File +# Begin Source File + +SOURCE=.\expr.cxx +# End Source File +# Begin Source File + +SOURCE=.\interface.cxx +# End Source File +# Begin Source File + +SOURCE=.\interp.cxx +# End Source File +# Begin Source File + +SOURCE=.\option.cxx +# End Source File +# Begin Source File + +SOURCE=.\package.cxx +# End Source File +# Begin Source File + +SOURCE=.\parse.cxx +# End Source File +# Begin Source File + +SOURCE=.\property.cxx +# End Source File +# Begin Source File + +SOURCE=.\refer.cxx +# End Source File +# Begin Source File + +SOURCE=.\transact.cxx +# End Source File +# Begin Source File + +SOURCE=.\value.cxx +# End Source File +# Begin Source File + +SOURCE=.\wizard.cxx +# End Source File +# End Target +# End Project
