2003-01-26 06:18:56 +00:00
|
|
|
# Microsoft Developer Studio Project File - Name="Cxbx" - Package Owner=<4>
|
2003-05-24 06:05:43 +00:00
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 60000
|
2003-01-26 06:18:56 +00:00
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Application" 0x0101
|
|
|
|
|
2003-04-18 05:55:30 +00:00
|
|
|
CFG=Cxbx - Win32 Release
|
2003-01-26 06:18:56 +00:00
|
|
|
!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 "Cxbx.mak".
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE You can specify a configuration when running NMAKE
|
|
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
|
|
!MESSAGE
|
2003-04-18 05:55:30 +00:00
|
|
|
!MESSAGE NMAKE /f "Cxbx.mak" CFG="Cxbx - Win32 Release"
|
2003-01-26 06:18:56 +00:00
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE Possible choices for configuration are:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE "Cxbx - Win32 Release" (based on "Win32 (x86) Application")
|
|
|
|
!MESSAGE "Cxbx - Win32 Debug" (based on "Win32 (x86) Application")
|
|
|
|
!MESSAGE
|
|
|
|
|
|
|
|
# Begin Project
|
|
|
|
# PROP AllowPerConfigDependencies 0
|
|
|
|
# PROP Scc_ProjName ""
|
|
|
|
# PROP Scc_LocalPath ""
|
|
|
|
CPP=cl.exe
|
|
|
|
MTL=midl.exe
|
|
|
|
RSC=rc.exe
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "Cxbx - 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 "Bin"
|
|
|
|
# PROP Intermediate_Dir "Bin"
|
2003-02-21 00:07:28 +00:00
|
|
|
# PROP Ignore_Export_Lib 0
|
2003-01-26 06:18:56 +00:00
|
|
|
# PROP Target_Dir ""
|
|
|
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
2003-05-24 06:05:43 +00:00
|
|
|
# ADD CPP /nologo /MD /W3 /O2 /I "Include" /I "Include/Core/" /I "Include/Win32/" /I "Include/Win32/Cxbxkrnl" /I "Include/Win32/Cxbx" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
|
2003-05-05 06:35:37 +00:00
|
|
|
# SUBTRACT CPP /Fr
|
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\Cxbx" /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 /subsystem:windows /machine:I386
|
2003-05-24 06:05:43 +00:00
|
|
|
# ADD LINK32 dinput8.lib dxguid.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 /subsystem:windows /pdb:none /map /machine:I386
|
|
|
|
# SUBTRACT LINK32 /debug
|
2003-01-26 06:18:56 +00:00
|
|
|
# Begin Special Build Tool
|
|
|
|
SOURCE="$(InputPath)"
|
|
|
|
PostBuild_Cmds=cd PostBuild upxCxbx.bat
|
|
|
|
# End Special Build Tool
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "Cxbx - 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"
|
2003-01-30 00:47:43 +00:00
|
|
|
# PROP Ignore_Export_Lib 0
|
2003-01-26 06:18:56 +00:00
|
|
|
# PROP Target_Dir ""
|
|
|
|
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
|
2003-05-24 06:05:43 +00:00
|
|
|
# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "Include" /I "Include/Core/" /I "Include/Win32/" /I "Include/Win32/Cxbxkrnl" /I "Include/Win32/Cxbx" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /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\Cxbx" /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 /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
2003-05-24 06:05:43 +00:00
|
|
|
# ADD LINK32 dinput8.lib dxguid.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 /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
2003-01-30 00:47:43 +00:00
|
|
|
# SUBTRACT LINK32 /pdb:none
|
2003-01-26 06:18:56 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
|
|
|
# Name "Cxbx - Win32 Release"
|
|
|
|
# Name "Cxbx - 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.exe
|
|
|
|
# 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.exe
|
|
|
|
# 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
|
|
|
|
|
|
|
|
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-30 06:30:19 +00:00
|
|
|
SOURCE=.\Include\Win32\Cxbx\DlgControllerConfig.h
|
2003-03-28 23:45:52 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-02 02:23:30 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\Emu.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-28 23:54:17 +00:00
|
|
|
SOURCE=.\Include\Win32\Cxbx\EmuExe.h
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-01 07:11:07 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\EmuShared.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-16 19:06:20 +00:00
|
|
|
SOURCE=.\Include\Win32\CxbxKrnl\EmuXapi.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-28 23:54:17 +00:00
|
|
|
SOURCE=.\Include\Core\Error.h
|
2003-01-26 06:18:56 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-28 23:54:17 +00:00
|
|
|
SOURCE=.\Include\Core\Exe.h
|
2003-01-26 06:18:56 +00:00
|
|
|
# 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-01-26 06:18:56 +00:00
|
|
|
SOURCE=.\Include\Win32\Cxbx\Prolog.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Include\Win32\Cxbx\Wnd.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Include\Win32\Cxbx\WndAbout.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Include\Win32\Cxbx\WndMain.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-15 08:08:53 +00:00
|
|
|
SOURCE=.\Include\Win32\XBController.h
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-26 06:18:56 +00:00
|
|
|
SOURCE=.\Include\Core\Xbe.h
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Resource"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-15 08:56:27 +00:00
|
|
|
SOURCE=.\Resource\About.bmp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-26 06:18:56 +00:00
|
|
|
SOURCE=.\Resource\Cxbx.ico
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Resource\Cxbx.rc
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Resource\Logo.bmp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Resource\Splash.bmp
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Source"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-03-30 06:30:19 +00:00
|
|
|
SOURCE=.\Source\Win32\Cxbx\DlgControllerConfig.cpp
|
2003-03-28 23:45:52 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-26 06:18:56 +00:00
|
|
|
SOURCE=.\Source\Win32\Cxbx\EmuExe.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Source\Core\Error.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Source\Core\Exe.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-01 08:58:30 +00:00
|
|
|
SOURCE=.\Source\Win32\Mutex.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-02-07 01:15:52 +00:00
|
|
|
SOURCE=.\Source\Core\OpenXDK.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-26 06:18:56 +00:00
|
|
|
SOURCE=.\Source\Win32\Cxbx\Prolog.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Source\Win32\Cxbx\WinMain.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Source\Win32\Cxbx\Wnd.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Source\Win32\Cxbx\WndAbout.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\Source\Win32\Cxbx\WndMain.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-04-15 08:08:53 +00:00
|
|
|
SOURCE=.\Source\Win32\XBController.cpp
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2003-01-26 06:18:56 +00:00
|
|
|
SOURCE=.\Source\Core\Xbe.cpp
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# End Target
|
|
|
|
# End Project
|