summaryrefslogtreecommitdiff
path: root/Kokyu/Kokyu.dsp
diff options
context:
space:
mode:
authorvenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-27 17:24:52 +0000
committervenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-27 17:24:52 +0000
commit3e26aff63445314a5e1aedc37c913754525cd6a0 (patch)
treeb80d1780598c43e5e41f4e48f2531d8700b0b2aa /Kokyu/Kokyu.dsp
parent3d309a1c1065d1defcf5929f70100254f871c27d (diff)
downloadATCD-3e26aff63445314a5e1aedc37c913754525cd6a0.tar.gz
ChangeLogTag: Sun Jul 27 12:13:31 2003 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'Kokyu/Kokyu.dsp')
-rw-r--r--Kokyu/Kokyu.dsp189
1 files changed, 106 insertions, 83 deletions
diff --git a/Kokyu/Kokyu.dsp b/Kokyu/Kokyu.dsp
index 7dbb19f6e7b..96dfa903fc4 100644
--- a/Kokyu/Kokyu.dsp
+++ b/Kokyu/Kokyu.dsp
@@ -1,75 +1,98 @@
-# Microsoft Developer Studio Project File - Name="Kokyu DLL" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="Kokyu_DLL" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-CFG=Kokyu DLL - Win32 Debug
+CFG=Kokyu_DLL - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE run the tool that generated this project file and specify the
-!MESSAGE nmake output type. You can then use the following command:
-!MESSAGE
-!MESSAGE NMAKE /f "Kokyu.mak".
-!MESSAGE
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "Kokyu_DLL.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 "Kokyu.mak" CFG="Kokyu DLL - Win32 Debug"
-!MESSAGE
+!MESSAGE
+!MESSAGE NMAKE /f "Kokyu_DLL.mak" CFG="Kokyu_DLL - Win32 Debug"
+!MESSAGE
!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "Kokyu DLL - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "Kokyu DLL - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
+!MESSAGE
+!MESSAGE "Kokyu_DLL - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "Kokyu_DLL - Win32 Debug" (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)" == "Kokyu DLL - Win32 Release"
+!IF "$(CFG)" == "Kokyu_DLL - 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 "Release"
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "DLL\Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD CPP /nologo /W3 /GX /O2 /MD /Zi /Ob2 /GR /I ".." /D NDEBUG=1 /D WIN32=1 /D _WINDOWS=1 /D KOKYU_BUILD_DLL=1 /FD /c
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "KOKYU_DLL_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\\" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "KOKYU_BUILD_DLL" /FD /c
# SUBTRACT CPP /YX
-# ADD RSC /l 0x409 /d NDEBUG=1 /i ".."
+# 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 /d "NDEBUG"
BSC32=bscmake.exe
-# ADD BSC32 /nologo /o".\Kokyu.bsc"
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo /o"Kokyu.bsc"
LINK32=link.exe
-# ADD LINK32 advapi32.lib user32.lib /INCREMENTAL:NO ACE.lib /libpath:"..\ace" /nologo /version:5.2.4 /subsystem:windows /dll /machine:I386 /out:"..\bin\Kokyu.dll"
+# 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 /nologo /dll /machine:I386 /out:"..\bin\Kokyu.dll" /libpath:"../ace"
+# SUBTRACT LINK32 /incremental:yes /debug
-!ELSEIF "$(CFG)" == "Kokyu DLL - Win32 Debug"
+!ELSEIF "$(CFG)" == "Kokyu_DLL - 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 "Debug"
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "DLL\Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /MDd /GR /Gy /I ".." /D _DEBUG=1 /D WIN32=1 /D _WINDOWS=1 /D KOKYU_BUILD_DLL=1 /FD /c
-# SUBTRACT CPP /Fr /YX
-# ADD RSC /l 0x409 /d _DEBUG=1 /i ".."
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "KOKYU_DLL_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "KOKYU_BUILD_DLL" /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 /d "_DEBUG"
BSC32=bscmake.exe
-# ADD BSC32 /nologo /o".\Kokyu.bsc"
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo /o"Kokyu.bsc"
LINK32=link.exe
-# ADD LINK32 advapi32.lib user32.lib /INCREMENTAL:NO ACEd.lib /libpath:"..\ace" /nologo /version:5.2.4 /subsystem:windows /dll /debug /pdb:Kokyud.pdb /machine:I386 /out:"..\bin\Kokyud.dll"
+# 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 aced.lib /nologo /dll /debug /machine:I386 /out:"..\bin\Kokyud.dll" /pdbtype:sept /libpath:"../ace"
-!ENDIF
+!ENDIF
# Begin Target
-# Name "Kokyu DLL - Win32 Release"
-# Name "Kokyu DLL - Win32 Debug"
+# Name "Kokyu_DLL - Win32 Release"
+# Name "Kokyu_DLL - Win32 Debug"
# Begin Group "Source Files"
-# PROP Default_Filter "cpp;cxx;c"
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
SOURCE=.\Default_Dispatcher_Impl.cpp
@@ -84,16 +107,20 @@ SOURCE=.\Dispatcher_Task.cpp
# End Source File
# Begin Source File
-SOURCE=.\Kokyu.cpp
+SOURCE=.\DSRT_Dispatcher_Impl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\DSRT_Schedulers.cpp
# End Source File
# Begin Source File
-SOURCE=.\Kokyu_defs.cpp
+SOURCE=.\Kokyu.cpp
# End Source File
# End Group
# Begin Group "Header Files"
-# PROP Default_Filter "h;hpp;hxx;hh"
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
SOURCE=.\Default_Dispatcher_Impl.h
@@ -108,19 +135,11 @@ SOURCE=.\Dispatcher_Task.h
# End Source File
# Begin Source File
-SOURCE=.\DSRT_Direct_Dispatcher_Impl_T.h
+SOURCE=.\DSRT_Dispatcher_Impl.h
# End Source File
# Begin Source File
-SOURCE=.\DSRT_Dispatch_Item_T.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\DSRT_Dispatcher_Impl_T.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\DSRT_Sched_Queue_T.h
+SOURCE=.\DSRT_Schedulers.h
# End Source File
# Begin Source File
@@ -128,76 +147,80 @@ SOURCE=.\Kokyu.h
# End Source File
# Begin Source File
-SOURCE=.\Kokyu_defs.h
+SOURCE=.\kokyu_export.h
# End Source File
-# Begin Source File
+# End Group
+# Begin Group "Resource Files"
-SOURCE=.\Kokyu_dsrt.h
-# End Source File
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# Begin Group "Inline Files"
-# PROP Default_Filter "i;inl"
+# PROP Default_Filter ""
# Begin Source File
SOURCE=.\Default_Dispatcher_Impl.i
-# End Source File
-# Begin Source File
-SOURCE=.\Dispatcher_Impl.i
-# End Source File
-# Begin Source File
+!IF "$(CFG)" == "Kokyu_DLL - Win32 Release"
-SOURCE=.\Dispatcher_Task.i
-# End Source File
-# Begin Source File
+!ELSEIF "$(CFG)" == "Kokyu_DLL - Win32 Debug"
-SOURCE=.\DSRT_Dispatch_Item_T.i
-# End Source File
-# Begin Source File
+# PROP Exclude_From_Build 1
-SOURCE=.\DSRT_Dispatcher_Impl_T.i
-# End Source File
-# Begin Source File
+!ENDIF
-SOURCE=.\Kokyu.i
# End Source File
# Begin Source File
-SOURCE=.\Kokyu_defs.i
-# End Source File
-# Begin Source File
+SOURCE=.\Dispatcher_Impl.i
-SOURCE=.\Kokyu_dsrt.i
-# End Source File
-# End Group
-# Begin Group "Template Files"
+!IF "$(CFG)" == "Kokyu_DLL - Win32 Release"
-# PROP Default_Filter ""
-# Begin Source File
+!ELSEIF "$(CFG)" == "Kokyu_DLL - Win32 Debug"
-SOURCE=.\DSRT_Direct_Dispatcher_Impl_T.cpp
# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-SOURCE=.\DSRT_Dispatch_Item_T.cpp
-# PROP Exclude_From_Build 1
+!ENDIF
+
# End Source File
# Begin Source File
-SOURCE=.\DSRT_Dispatcher_Impl_T.cpp
+SOURCE=.\Dispatcher_Task.i
+
+!IF "$(CFG)" == "Kokyu_DLL - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Kokyu_DLL - Win32 Debug"
+
# PROP Exclude_From_Build 1
+
+!ENDIF
+
# End Source File
# Begin Source File
-SOURCE=.\DSRT_Sched_Queue_T.cpp
+SOURCE=.\DSRT_Dispatcher_Impl.i
+
+!IF "$(CFG)" == "Kokyu_DLL - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Kokyu_DLL - Win32 Debug"
+
# PROP Exclude_From_Build 1
+
+!ENDIF
+
# End Source File
# Begin Source File
-SOURCE=.\Kokyu_dsrt.cpp
+SOURCE=.\Kokyu.i
+
+!IF "$(CFG)" == "Kokyu_DLL - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Kokyu_DLL - Win32 Debug"
+
# PROP Exclude_From_Build 1
+
+!ENDIF
+
# End Source File
# End Group
# End Target