From 8bb4afab94c116f7319c3f5143471a92fe0f9d58 Mon Sep 17 00:00:00 2001 From: yamuna Date: Sun, 29 Jun 2003 04:34:57 +0000 Subject: ChangelogTag: Sun Jun 29 00:26:56 2003 Yamuna Krishnamurthy --- TAO/TAOACE.dsw | 12 ++ TAO/tao/RTScheduling/TAO_RTScheduler.dsp | 255 +++++++++++++++++++++++++++++++ TAO/tao/TAO.dsw | 24 +-- 3 files changed, 279 insertions(+), 12 deletions(-) create mode 100644 TAO/tao/RTScheduling/TAO_RTScheduler.dsp diff --git a/TAO/TAOACE.dsw b/TAO/TAOACE.dsw index 9d6301a22cb..78bf4f9ad0c 100644 --- a/TAO/TAOACE.dsw +++ b/TAO/TAOACE.dsw @@ -1110,6 +1110,18 @@ Package=<4> ############################################################################### +Project: "RTScheduler"=.\tao\RTScheduling\TAO_RTScheduler.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Project: "RT_Notification DLL"=.\orbsvcs\orbsvcs\RT_Notification.dsp - Package Owner=<4> Package=<5> diff --git a/TAO/tao/RTScheduling/TAO_RTScheduler.dsp b/TAO/tao/RTScheduling/TAO_RTScheduler.dsp new file mode 100644 index 00000000000..9a5584703b0 --- /dev/null +++ b/TAO/tao/RTScheduling/TAO_RTScheduler.dsp @@ -0,0 +1,255 @@ +# Microsoft Developer Studio Project File - Name="RTScheduler" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=RTScheduler - Win32 MFC 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 "TAO_RTScheduler.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 "TAO_RTScheduler.mak" CFG="RTScheduler - Win32 MFC Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "RTScheduler - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "RTScheduler - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "RTScheduler - Win32 MFC Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "RTScheduler - Win32 MFC Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "RTScheduler - 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 "" +# PROP Intermediate_Dir "DLL\Release\RTScheduler" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "RTScheduler_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "../" /I "../../" /I "../../../" /D "NDEBUG" /D "TAO_RTScheduler_BUILD_DLL" /D "WIN32" /D "_WINDOWS" /FD /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /i ".." /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +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 /nologo /dll /machine:I386 +# ADD LINK32 ace.lib TAO.lib /nologo /dll /map /debug /machine:I386 /out:"..\..\..\bin\TAO_RTScheduler.dll" /libpath:"..\..\tao" /libpath:"..\..\..\ace" + +!ELSEIF "$(CFG)" == "RTScheduler - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "" +# PROP Intermediate_Dir "DLL\Debug\RTScheduler" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "RTScheduler_EXPORTS" /YX /FD /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /I "../../" /I "../../../" /D "_DEBUG" /D "TAO_RTSCHEDULER_BUILD_DLL" /D "WIN32" /D "_WINDOWS" /FD /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /i ".." /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +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 /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 TAOd.lib aced.lib TAO_RTCORBAd.lib TAO_PortableServerd.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_RTSchedulerd.dll" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace" /libpath:"..\..\tao\RTCORBA" /libpath:"..\..\tao\PortableServer" + +!ELSEIF "$(CFG)" == "RTScheduler - Win32 MFC Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "RTScheduler___Win32_MFC_Debug" +# PROP BASE Intermediate_Dir "RTScheduler___Win32_MFC_Debug" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "" +# PROP Intermediate_Dir "DLL\Debug\RTSchedulerMFC" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /I "../../" /I "../../../" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "TAO_EVENT_BUILD_DLL" /FD /c +# SUBTRACT BASE CPP /YX +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /I "../../" /I "../../../" /D "_DEBUG" /D ACE_HAS_MFC=1 /D "TAO_RTScheduler_BUILD_DLL" /D "WIN32" /D "_WINDOWS" /FD /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /i ".." /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 TAOd.lib aced.lib TAO_Svc_Utilsd.lib TAO_RTEventd.lib TAO_RTSchedd.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_RTSchedulerd.dll" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace" +# ADD LINK32 TAOmfcd.lib acemfcd.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 /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_RTSchedulermfcd.dll" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace" + +!ELSEIF "$(CFG)" == "RTScheduler - Win32 MFC Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "RTScheduler___Win32_MFC_Release" +# PROP BASE Intermediate_Dir "RTScheduler___Win32_MFC_Release" +# PROP BASE Ignore_Export_Lib 0 +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "" +# PROP Intermediate_Dir "DLL\Release\RTSchedulerMFC" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "../" /I "../../" /I "../../../" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "TAO_EVENT_BUILD_DLL" /FD /c +# SUBTRACT BASE CPP /YX +# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "../" /I "../../" /I "../../../" /D "NDEBUG" /D ACE_HAS_MFC=1 /D "TAO_RTScheduler_BUILD_DLL" /D "WIN32" /D "_WINDOWS" /FD /c +# SUBTRACT CPP /YX +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /i ".." /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 ace.lib TAO.lib TAO_Svc_Utils.lib TAO_RTEvent.lib TAO_RTSched.lib /nologo /dll /machine:I386 /out:"..\..\..\bin\TAO_RTScheduler.dll" /libpath:"..\..\tao" /libpath:"..\..\..\ace" +# ADD LINK32 TAOmfc.lib acemfc.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 /dll /map /debug /machine:I386 /out:"..\..\..\bin\TAO_RTSchedulermfc.dll" /libpath:"..\..\tao" /libpath:"..\..\..\ace" + +!ENDIF + +# Begin Target + +# Name "RTScheduler - Win32 Release" +# Name "RTScheduler - Win32 Debug" +# Name "RTScheduler - Win32 MFC Debug" +# Name "RTScheduler - Win32 MFC Release" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\Current.cpp +# End Source File +# Begin Source File + +SOURCE=.\Distributable_Thread.cpp +# End Source File +# Begin Source File + +SOURCE=.\Request_Interceptor.cpp +# End Source File +# Begin Source File + +SOURCE=.\RTScheduler.cpp +# End Source File +# Begin Source File + +SOURCE=.\RTScheduler_Initializer.cpp +# End Source File +# Begin Source File + +SOURCE=.\RTScheduler_Loader.cpp +# End Source File +# Begin Source File + +SOURCE=.\RTScheduler_Manager.cpp +# End Source File +# Begin Source File + +SOURCE=.\RTSchedulerC.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=.\Current.h +# End Source File +# Begin Source File + +SOURCE=.\Distributable_Thread.h +# End Source File +# Begin Source File + +SOURCE=.\Request_Interceptor.h +# End Source File +# Begin Source File + +SOURCE=.\RTScheduler.h +# End Source File +# Begin Source File + +SOURCE=.\rtscheduler_export.h +# End Source File +# Begin Source File + +SOURCE=.\RTScheduler_Initializer.h +# End Source File +# Begin Source File + +SOURCE=.\RTScheduler_Loader.h +# End Source File +# Begin Source File + +SOURCE=.\RTScheduler_Manager.h +# End Source File +# Begin Source File + +SOURCE=.\RTSchedulerC.h +# End Source File +# End Group +# Begin Group "Template Files" + +# PROP Default_Filter "" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "rc" +# Begin Source File + +SOURCE=.\TAO_RTScheduler.rc +# End Source File +# End Group +# Begin Group "Inline Files" + +# PROP Default_Filter "i" +# Begin Source File + +SOURCE=.\RTScheduler_Manager.i +# End Source File +# Begin Source File + +SOURCE=.\RTSchedulerC.i +# End Source File +# End Group +# End Target +# End Project diff --git a/TAO/tao/TAO.dsw b/TAO/tao/TAO.dsw index 143a0afb5e8..c9ac6b51dfa 100644 --- a/TAO/tao/TAO.dsw +++ b/TAO/tao/TAO.dsw @@ -327,6 +327,18 @@ Package=<4> ############################################################################### +Project: "RTScheduler"=.\RTScheduling\TAO_RTScheduler.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Project: "SmartProxies"=.\SmartProxies\SmartProxies.dsp - Package Owner=<4> Package=<5> @@ -426,18 +438,6 @@ Package=<4> ############################################################################### -Project: "Valuetype"=.\Valuetype\TAO_Valuetype.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - Global: Package=<5> -- cgit v1.2.1