2003-01-26 06:18:56 +00:00
|
|
|
# Microsoft Developer Studio Project File - Name="CxbxKrnl" - Package Owner=<4>
|
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 60000
|
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
|
|
|
|
|
|
|
CFG=CxbxKrnl - 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 "CxbxKrnl.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 "CxbxKrnl.mak" CFG="CxbxKrnl - Win32 Debug"
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE Possible choices for configuration are:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE "CxbxKrnl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
|
|
!MESSAGE "CxbxKrnl - 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)" == "CxbxKrnl - Win32 Release"
|
|
|
|
|
|
|
|
# PROP BASE Use_MFC 0
|
|
|
|
# PROP BASE Use_Debug_Libraries 0
|
|
|
|
# PROP BASE Output_Dir "CxbxKrnl___Win32_Release"
|
|
|
|
# PROP BASE Intermediate_Dir "CxbxKrnl___Win32_Release"
|
|
|
|
# PROP BASE Target_Dir ""
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 0
|
|
|
|
# PROP Output_Dir "Bin"
|
|
|
|
# PROP Intermediate_Dir "Bin"
|
|
|
|
# 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 "CXBXKRNL_EXPORTS" /YX /FD /c
|
2003-04-01 23:11:03 +00:00
|
|
|
# ADD CPP /nologo /MT /W3 /GX /O2 /I "Include" /I "Include/Core/" /I "Include/Win32/" /I "Include/Win32/Cxbxkrnl" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CXBXKRNL_EXPORTS" /YX /FD /c
|
2003-01-26 06:18:56 +00:00
|
|
|
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
|
|
|
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
|
|
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
2003-03-27 06:59:17 +00:00
|
|
|
# ADD RSC /l 0x409 /i "Include\Win32\CxbxKrnl" /d "NDEBUG"
|
2003-01-26 06:18:56 +00:00
|
|
|
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
|
2003-03-24 07:17:33 +00:00
|
|
|
# ADD LINK32 d3d8.lib dinput8.lib dxguid.lib ntdll.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 /machine:I386 /out:"Bin/Cxbx.dll" /libpath:"Lib"
|
2003-01-26 06:18:56 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "CxbxKrnl - 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 "Bin\Debug"
|
|
|
|
# PROP Intermediate_Dir "Bin\Debug"
|
|
|
|
# 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 "CXBXKRNL_EXPORTS" /YX /FD /GZ /c
|
2003-04-01 23:11:03 +00:00
|
|
|
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "Include" /I "Include/Core/" /I "Include/Win32/" /I "Include/Win32/Cxbx" /I "Include/Win32/Cxbxkrnl" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CXBXKRNL_EXPORTS" /FR /YX /FD /GZ /c
|
2003-01-26 06:18:56 +00:00
|
|
|
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
|
|
|
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
|
|
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
2003-03-27 06:59:17 +00:00
|
|
|
# ADD RSC /l 0x409 /i "Include\Win32\CxbxKrnl" /d "_DEBUG"
|
2003-01-26 06:18:56 +00:00
|
|
|
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
|
2003-04-02 02:23:30 +00:00
|
|
|
# ADD LINK32 d3d8.lib dinput8.lib dxguid.lib ntdll.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 /nodefaultlib:"libc" /out:"Bin\Debug/Cxbx.dll" /pdbtype:sept /libpath:"Lib"
|
2003-03-27 03:52:19 +00:00
|
|
|
# SUBTRACT LINK32 /pdb:none
|
2003-01-26 06:18:56 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
|
|
|
# Name "CxbxKrnl - Win32 Release"
|
|
|
|
# Name "CxbxKrnl - Win32 Debug"
|
|
|
|
# Begin Group "Bin"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Group "Debug"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2003-01-29 23:59:07 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Bin\Debug\Cxbx.dll
|
|
|
|
# End Source File
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Group
|
2003-01-29 23:59:07 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Bin\Cxbx.dll
|
|
|
|
# End Source File
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Doc"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2003-02-07 20:54:05 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Doc\Changelog.txt
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-28 23:45:52 +00:00
|
|
|
SOURCE=.\Doc\Input.txt
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-07 20:54:05 +00:00
|
|
|
SOURCE=.\Doc\RemovedCode.txt
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Doc\Thanks.txt
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Doc\Todo.txt
|
|
|
|
# End Source File
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Include"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-02 02:23:30 +00:00
|
|
|
SOURCE=.\Include\Win32\AlignPosfix1.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Include\Win32\AlignPrefix1.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Include\Cxbx.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 03:52:19 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\D3D8.1.0.3925.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-04 08:27:30 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\D3D8.1.0.4034.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-19 20:53:33 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\D3D8.1.0.4361.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-22 08:53:53 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\D3D8.1.0.4627.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\Emu.h
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-02 02:23:30 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\EmuD3D8.h
|
2003-02-15 22:16:14 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\EmuDInput.h
|
2003-03-23 22:24:41 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\EmuFS.h
|
2003-02-08 08:17:24 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\EmuKrnl.h
|
2003-02-08 22:25:08 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\EmuLDT.h
|
2003-02-08 22:25:08 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:33:57 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\EmuShared.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\EmuXapi.h
|
2003-01-28 07:28:18 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-19 20:53:33 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\HLEDataBase.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-01 07:11:07 +00:00
|
|
|
SOURCE=.\Include\Win32\Mutex.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-11 22:43:27 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\OOVPA.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-02 02:23:30 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\ResCxbxDll.h
|
2003-03-04 07:05:25 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 03:52:19 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\Xapi.1.0.3911.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-04 08:27:30 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\Xapi.1.0.4034.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-19 20:53:33 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\Xapi.1.0.4361.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-22 07:49:02 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\Xapi.1.0.4627.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-02 02:23:30 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\xd3d8.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-26 06:18:56 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\xntdll.h
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Resource"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2003-03-04 07:05:25 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-04 07:48:23 +00:00
|
|
|
SOURCE=.\Resource\Cxbx.ico
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-04 07:05:25 +00:00
|
|
|
SOURCE=.\Resource\CxbxDll.rc
|
|
|
|
# End Source File
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Source"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 03:52:19 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\D3D8.1.0.3925.inl
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-04 08:27:30 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\D3D8.1.0.4034.inl
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-22 07:49:02 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\D3D8.1.0.4361.inl
|
2003-02-19 20:53:33 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-22 08:53:53 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\D3D8.1.0.4627.inl
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\Emu.cpp
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-02 02:23:30 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\EmuD3D8.cpp
|
2003-02-15 22:16:14 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\EmuDInput.cpp
|
2003-03-23 22:24:41 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\EmuFS.cpp
|
2003-02-08 08:17:24 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\EmuKrnl.cpp
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Source File
|
2003-01-28 07:28:18 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\EmuLDT.cpp
|
2003-02-08 22:25:08 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-04 03:31:43 +00:00
|
|
|
SOURCE=.\Source\Win32\EmuShared.cpp
|
2003-03-27 06:33:57 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 06:23:58 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\EmuXapi.cpp
|
2003-02-08 22:25:08 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-19 20:53:33 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\HLEDataBase.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-04 03:31:43 +00:00
|
|
|
SOURCE=.\Source\Win32\InputConfig.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-08 22:25:08 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\KernelThunk.cpp
|
2003-01-28 07:28:18 +00:00
|
|
|
# End Source File
|
2003-02-15 04:48:21 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-04 03:31:43 +00:00
|
|
|
SOURCE=.\Source\Win32\Mutex.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-27 03:52:19 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\Xapi.1.0.3911.inl
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-04 08:27:30 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\Xapi.1.0.4034.inl
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-22 07:49:02 +00:00
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\Xapi.1.0.4361.inl
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Source\Win32\CxbxKrnl\Xapi.1.0.4627.inl
|
2003-02-15 04:48:21 +00:00
|
|
|
# End Source File
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Group
|
|
|
|
# End Target
|
|
|
|
# End Project
|