Initial
This commit is contained in:
782
ddraw/MSDRAW.BAK
Normal file
782
ddraw/MSDRAW.BAK
Normal file
@@ -0,0 +1,782 @@
|
||||
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Static Library" 0x0104
|
||||
|
||||
!IF "$(CFG)" == ""
|
||||
CFG=msdraw - Win32 Debug
|
||||
!MESSAGE No configuration specified. Defaulting to msdraw - Win32 Debug.
|
||||
!ENDIF
|
||||
|
||||
!IF "$(CFG)" != "msdraw - Win32 Release" && "$(CFG)" != "msdraw - Win32 Debug"
|
||||
!MESSAGE Invalid configuration "$(CFG)" specified.
|
||||
!MESSAGE You can specify a configuration when running NMAKE on this makefile
|
||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "msdraw.mak" CFG="msdraw - Win32 Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "msdraw - Win32 Release" (based on "Win32 (x86) Static Library")
|
||||
!MESSAGE "msdraw - Win32 Debug" (based on "Win32 (x86) Static Library")
|
||||
!MESSAGE
|
||||
!ERROR An invalid configuration is specified.
|
||||
!ENDIF
|
||||
|
||||
!IF "$(OS)" == "Windows_NT"
|
||||
NULL=
|
||||
!ELSE
|
||||
NULL=nul
|
||||
!ENDIF
|
||||
################################################################################
|
||||
# Begin Project
|
||||
# PROP Target_Last_Scanned "msdraw - Win32 Debug"
|
||||
CPP=cl.exe
|
||||
|
||||
!IF "$(CFG)" == "msdraw - 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 "Release"
|
||||
# PROP Intermediate_Dir "Release"
|
||||
# PROP Target_Dir ""
|
||||
OUTDIR=.\Release
|
||||
INTDIR=.\Release
|
||||
|
||||
ALL : "$(OUTDIR)\msdraw.lib"
|
||||
|
||||
CLEAN :
|
||||
-@erase "$(INTDIR)\devenum.obj"
|
||||
-@erase "$(INTDIR)\direct3d.obj"
|
||||
-@erase "$(INTDIR)\draw.obj"
|
||||
-@erase "$(INTDIR)\drawsfc.obj"
|
||||
-@erase "$(INTDIR)\dspenum.obj"
|
||||
-@erase "$(INTDIR)\palette.obj"
|
||||
-@erase "$(INTDIR)\texture.obj"
|
||||
-@erase "$(OUTDIR)\msdraw.lib"
|
||||
|
||||
"$(OUTDIR)" :
|
||||
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||
|
||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
||||
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
||||
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
|
||||
/Fp"$(INTDIR)/msdraw.pch" /YX /Fo"$(INTDIR)/" /c
|
||||
CPP_OBJS=.\Release/
|
||||
CPP_SBRS=.\.
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
BSC32_FLAGS=/nologo /o"$(OUTDIR)/msdraw.bsc"
|
||||
BSC32_SBRS= \
|
||||
|
||||
LIB32=link.exe -lib
|
||||
# ADD BASE LIB32 /nologo
|
||||
# ADD LIB32 /nologo
|
||||
LIB32_FLAGS=/nologo /out:"$(OUTDIR)/msdraw.lib"
|
||||
LIB32_OBJS= \
|
||||
"$(INTDIR)\devenum.obj" \
|
||||
"$(INTDIR)\direct3d.obj" \
|
||||
"$(INTDIR)\draw.obj" \
|
||||
"$(INTDIR)\drawsfc.obj" \
|
||||
"$(INTDIR)\dspenum.obj" \
|
||||
"$(INTDIR)\palette.obj" \
|
||||
"$(INTDIR)\texture.obj"
|
||||
|
||||
"$(OUTDIR)\msdraw.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
||||
$(LIB32) @<<
|
||||
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
||||
<<
|
||||
|
||||
!ELSEIF "$(CFG)" == "msdraw - 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 "msvcobj"
|
||||
# PROP Intermediate_Dir "msvcobj"
|
||||
# PROP Target_Dir ""
|
||||
OUTDIR=.\msvcobj
|
||||
INTDIR=.\msvcobj
|
||||
|
||||
ALL : "..\exe\msdraw.lib"
|
||||
|
||||
CLEAN :
|
||||
-@erase "$(INTDIR)\devenum.obj"
|
||||
-@erase "$(INTDIR)\direct3d.obj"
|
||||
-@erase "$(INTDIR)\draw.obj"
|
||||
-@erase "$(INTDIR)\drawsfc.obj"
|
||||
-@erase "$(INTDIR)\dspenum.obj"
|
||||
-@erase "$(INTDIR)\palette.obj"
|
||||
-@erase "$(INTDIR)\texture.obj"
|
||||
-@erase "$(INTDIR)\tmap32.obj"
|
||||
-@erase "..\exe\msdraw.lib"
|
||||
|
||||
"$(OUTDIR)" :
|
||||
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||
|
||||
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
|
||||
# ADD CPP /nologo /Zp1 /MTd /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "STRICT" /D "__FLAT__" /Fp"..\exe\msvc42.pch" /YX /c
|
||||
CPP_PROJ=/nologo /Zp1 /MTd /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\
|
||||
"STRICT" /D "__FLAT__" /Fp"..\exe\msvc42.pch" /YX /Fo"$(INTDIR)/" /c
|
||||
CPP_OBJS=.\msvcobj/
|
||||
CPP_SBRS=.\.
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
BSC32_FLAGS=/nologo /o"$(OUTDIR)/msdraw.bsc"
|
||||
BSC32_SBRS= \
|
||||
|
||||
LIB32=link.exe -lib
|
||||
# ADD BASE LIB32 /nologo
|
||||
# ADD LIB32 /nologo /out:"..\exe\msdraw.lib"
|
||||
LIB32_FLAGS=/nologo /out:"..\exe\msdraw.lib"
|
||||
LIB32_OBJS= \
|
||||
"$(INTDIR)\devenum.obj" \
|
||||
"$(INTDIR)\direct3d.obj" \
|
||||
"$(INTDIR)\draw.obj" \
|
||||
"$(INTDIR)\drawsfc.obj" \
|
||||
"$(INTDIR)\dspenum.obj" \
|
||||
"$(INTDIR)\palette.obj" \
|
||||
"$(INTDIR)\texture.obj" \
|
||||
"$(INTDIR)\tmap32.obj"
|
||||
|
||||
"..\exe\msdraw.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
||||
$(LIB32) @<<
|
||||
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
||||
<<
|
||||
|
||||
!ENDIF
|
||||
|
||||
.c{$(CPP_OBJS)}.obj:
|
||||
$(CPP) $(CPP_PROJ) $<
|
||||
|
||||
.cpp{$(CPP_OBJS)}.obj:
|
||||
$(CPP) $(CPP_PROJ) $<
|
||||
|
||||
.cxx{$(CPP_OBJS)}.obj:
|
||||
$(CPP) $(CPP_PROJ) $<
|
||||
|
||||
.c{$(CPP_SBRS)}.sbr:
|
||||
$(CPP) $(CPP_PROJ) $<
|
||||
|
||||
.cpp{$(CPP_SBRS)}.sbr:
|
||||
$(CPP) $(CPP_PROJ) $<
|
||||
|
||||
.cxx{$(CPP_SBRS)}.sbr:
|
||||
$(CPP) $(CPP_PROJ) $<
|
||||
|
||||
################################################################################
|
||||
# Begin Target
|
||||
|
||||
# Name "msdraw - Win32 Release"
|
||||
# Name "msdraw - Win32 Debug"
|
||||
|
||||
!IF "$(CFG)" == "msdraw - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "msdraw - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\direct3d.cpp
|
||||
|
||||
!IF "$(CFG)" == "msdraw - Win32 Release"
|
||||
|
||||
DEP_CPP_DIREC=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\bltfx.hpp"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\devdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\devenum.hpp"\
|
||||
{$(INCLUDE)}"\.\device3d.hpp"\
|
||||
{$(INCLUDE)}"\.\direct3d.hpp"\
|
||||
{$(INCLUDE)}"\.\error.hpp"\
|
||||
{$(INCLUDE)}"\.\palette.hpp"\
|
||||
{$(INCLUDE)}"\.\pixform.hpp"\
|
||||
{$(INCLUDE)}"\.\sfccaps.hpp"\
|
||||
{$(INCLUDE)}"\.\sfcdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\surface.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\common\palentry.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\common\pointer.hpp"\
|
||||
{$(INCLUDE)}"\common\rect.hpp"\
|
||||
{$(INCLUDE)}"\common\rgbcolor.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\direct3d.obj" : $(SOURCE) $(DEP_CPP_DIREC) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "msdraw - Win32 Debug"
|
||||
|
||||
DEP_CPP_DIREC=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\bltfx.hpp"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\devdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\devenum.hpp"\
|
||||
{$(INCLUDE)}"\.\device3d.hpp"\
|
||||
{$(INCLUDE)}"\.\direct3d.hpp"\
|
||||
{$(INCLUDE)}"\.\error.hpp"\
|
||||
{$(INCLUDE)}"\.\palette.hpp"\
|
||||
{$(INCLUDE)}"\.\pixform.hpp"\
|
||||
{$(INCLUDE)}"\.\sfccaps.hpp"\
|
||||
{$(INCLUDE)}"\.\sfcdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\surface.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\common\palentry.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\common\pointer.hpp"\
|
||||
{$(INCLUDE)}"\common\rect.hpp"\
|
||||
{$(INCLUDE)}"\common\rgbcolor.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\direct3d.obj" : $(SOURCE) $(DEP_CPP_DIREC) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\draw.cpp
|
||||
|
||||
!IF "$(CFG)" == "msdraw - Win32 Release"
|
||||
|
||||
DEP_CPP_DRAW_=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\bltfx.hpp"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\devdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\devenum.hpp"\
|
||||
{$(INCLUDE)}"\.\device3d.hpp"\
|
||||
{$(INCLUDE)}"\.\direct3d.hpp"\
|
||||
{$(INCLUDE)}"\.\draw.hpp"\
|
||||
{$(INCLUDE)}"\.\dspenum.hpp"\
|
||||
{$(INCLUDE)}"\.\error.hpp"\
|
||||
{$(INCLUDE)}"\.\palette.hpp"\
|
||||
{$(INCLUDE)}"\.\pixform.hpp"\
|
||||
{$(INCLUDE)}"\.\sfccaps.hpp"\
|
||||
{$(INCLUDE)}"\.\sfcdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\surface.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\callback.hpp"\
|
||||
{$(INCLUDE)}"\common\callback.tpp"\
|
||||
{$(INCLUDE)}"\common\cbdata.hpp"\
|
||||
{$(INCLUDE)}"\common\cbptr.hpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
||||
{$(INCLUDE)}"\common\palentry.hpp"\
|
||||
{$(INCLUDE)}"\common\pcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\common\pointer.hpp"\
|
||||
{$(INCLUDE)}"\common\rect.hpp"\
|
||||
{$(INCLUDE)}"\common\rgbcolor.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\common\vhandler.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\common\windowsx.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\draw.obj" : $(SOURCE) $(DEP_CPP_DRAW_) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "msdraw - Win32 Debug"
|
||||
|
||||
DEP_CPP_DRAW_=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\bltfx.hpp"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\devdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\devenum.hpp"\
|
||||
{$(INCLUDE)}"\.\device3d.hpp"\
|
||||
{$(INCLUDE)}"\.\direct3d.hpp"\
|
||||
{$(INCLUDE)}"\.\draw.hpp"\
|
||||
{$(INCLUDE)}"\.\dspenum.hpp"\
|
||||
{$(INCLUDE)}"\.\error.hpp"\
|
||||
{$(INCLUDE)}"\.\palette.hpp"\
|
||||
{$(INCLUDE)}"\.\pixform.hpp"\
|
||||
{$(INCLUDE)}"\.\sfccaps.hpp"\
|
||||
{$(INCLUDE)}"\.\sfcdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\surface.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\callback.hpp"\
|
||||
{$(INCLUDE)}"\common\callback.tpp"\
|
||||
{$(INCLUDE)}"\common\cbdata.hpp"\
|
||||
{$(INCLUDE)}"\common\cbptr.hpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
||||
{$(INCLUDE)}"\common\palentry.hpp"\
|
||||
{$(INCLUDE)}"\common\pcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\common\pointer.hpp"\
|
||||
{$(INCLUDE)}"\common\rect.hpp"\
|
||||
{$(INCLUDE)}"\common\rgbcolor.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\common\vhandler.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\common\windowsx.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\draw.obj" : $(SOURCE) $(DEP_CPP_DRAW_) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\dspenum.cpp
|
||||
|
||||
!IF "$(CFG)" == "msdraw - Win32 Release"
|
||||
|
||||
DEP_CPP_DSPEN=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\dspenum.hpp"\
|
||||
{$(INCLUDE)}"\.\sfccaps.hpp"\
|
||||
{$(INCLUDE)}"\.\sfcdesc.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\dspenum.obj" : $(SOURCE) $(DEP_CPP_DSPEN) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "msdraw - Win32 Debug"
|
||||
|
||||
DEP_CPP_DSPEN=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\dspenum.hpp"\
|
||||
{$(INCLUDE)}"\.\sfccaps.hpp"\
|
||||
{$(INCLUDE)}"\.\sfcdesc.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\dspenum.obj" : $(SOURCE) $(DEP_CPP_DSPEN) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\devenum.cpp
|
||||
|
||||
!IF "$(CFG)" == "msdraw - Win32 Release"
|
||||
|
||||
DEP_CPP_DEVEN=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\devdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\devenum.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\devenum.obj" : $(SOURCE) $(DEP_CPP_DEVEN) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "msdraw - Win32 Debug"
|
||||
|
||||
DEP_CPP_DEVEN=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\devdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\devenum.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\devenum.obj" : $(SOURCE) $(DEP_CPP_DEVEN) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\drawsfc.cpp
|
||||
DEP_CPP_DRAWS=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\bltfx.hpp"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\drawsfc.hpp"\
|
||||
{$(INCLUDE)}"\.\error.hpp"\
|
||||
{$(INCLUDE)}"\.\palette.hpp"\
|
||||
{$(INCLUDE)}"\.\pixform.hpp"\
|
||||
{$(INCLUDE)}"\.\rowinfo.hpp"\
|
||||
{$(INCLUDE)}"\.\sfccaps.hpp"\
|
||||
{$(INCLUDE)}"\.\sfcdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\surface.hpp"\
|
||||
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\Common\Math.hpp"\
|
||||
{$(INCLUDE)}"\common\palentry.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\common\pointer.hpp"\
|
||||
{$(INCLUDE)}"\common\rect.hpp"\
|
||||
{$(INCLUDE)}"\common\rgbcolor.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\drawsfc.obj" : $(SOURCE) $(DEP_CPP_DRAWS) "$(INTDIR)"
|
||||
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\texture.cpp
|
||||
|
||||
!IF "$(CFG)" == "msdraw - Win32 Release"
|
||||
|
||||
DEP_CPP_TEXTU=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\bltfx.hpp"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\drawsfc.hpp"\
|
||||
{$(INCLUDE)}"\.\error.hpp"\
|
||||
{$(INCLUDE)}"\.\palette.hpp"\
|
||||
{$(INCLUDE)}"\.\pixform.hpp"\
|
||||
{$(INCLUDE)}"\.\rowinfo.hpp"\
|
||||
{$(INCLUDE)}"\.\sfccaps.hpp"\
|
||||
{$(INCLUDE)}"\.\sfcdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\surface.hpp"\
|
||||
{$(INCLUDE)}"\.\texture.hpp"\
|
||||
{$(INCLUDE)}"\common\array.hpp"\
|
||||
{$(INCLUDE)}"\common\assert.hpp"\
|
||||
{$(INCLUDE)}"\Common\Bitmap.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\Common\Bmdata.hpp"\
|
||||
{$(INCLUDE)}"\Common\Bminfo.hpp"\
|
||||
{$(INCLUDE)}"\Common\Boverlay.hpp"\
|
||||
{$(INCLUDE)}"\common\callback.hpp"\
|
||||
{$(INCLUDE)}"\common\callback.tpp"\
|
||||
{$(INCLUDE)}"\common\cbdata.hpp"\
|
||||
{$(INCLUDE)}"\common\cbptr.hpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
||||
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
||||
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
||||
{$(INCLUDE)}"\Common\Math.hpp"\
|
||||
{$(INCLUDE)}"\common\palentry.hpp"\
|
||||
{$(INCLUDE)}"\common\pcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pen.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\common\pointer.hpp"\
|
||||
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
||||
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
||||
{$(INCLUDE)}"\Common\Purepal.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
||||
{$(INCLUDE)}"\common\rect.hpp"\
|
||||
{$(INCLUDE)}"\common\rgbcolor.hpp"\
|
||||
{$(INCLUDE)}"\Common\Rgbquad.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\Common\Types.hpp"\
|
||||
{$(INCLUDE)}"\Common\Vector2d.hpp"\
|
||||
{$(INCLUDE)}"\common\vhandler.hpp"\
|
||||
{$(INCLUDE)}"\Common\Window.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\common\windowsx.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\Engine\angle.hpp"\
|
||||
{$(INCLUDE)}"\Engine\angle3d.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Device3d.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Point3d.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Pureedge.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Puremap.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Purevsys.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Vector3d.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Viewsys.hpp"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\texture.obj" : $(SOURCE) $(DEP_CPP_TEXTU) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "msdraw - Win32 Debug"
|
||||
|
||||
DEP_CPP_TEXTU=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\bltfx.hpp"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\drawsfc.hpp"\
|
||||
{$(INCLUDE)}"\.\error.hpp"\
|
||||
{$(INCLUDE)}"\.\palette.hpp"\
|
||||
{$(INCLUDE)}"\.\pixform.hpp"\
|
||||
{$(INCLUDE)}"\.\rowinfo.hpp"\
|
||||
{$(INCLUDE)}"\.\sfccaps.hpp"\
|
||||
{$(INCLUDE)}"\.\sfcdesc.hpp"\
|
||||
{$(INCLUDE)}"\.\surface.hpp"\
|
||||
{$(INCLUDE)}"\.\texture.hpp"\
|
||||
{$(INCLUDE)}"\common\array.hpp"\
|
||||
{$(INCLUDE)}"\common\assert.hpp"\
|
||||
{$(INCLUDE)}"\Common\Bitmap.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\Common\Bmdata.hpp"\
|
||||
{$(INCLUDE)}"\Common\Bminfo.hpp"\
|
||||
{$(INCLUDE)}"\Common\Boverlay.hpp"\
|
||||
{$(INCLUDE)}"\common\callback.hpp"\
|
||||
{$(INCLUDE)}"\common\callback.tpp"\
|
||||
{$(INCLUDE)}"\common\cbdata.hpp"\
|
||||
{$(INCLUDE)}"\common\cbptr.hpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdata.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdata.tpp"\
|
||||
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
||||
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\common\guiwnd.hpp"\
|
||||
{$(INCLUDE)}"\Common\Math.hpp"\
|
||||
{$(INCLUDE)}"\common\palentry.hpp"\
|
||||
{$(INCLUDE)}"\common\pcallbck.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pen.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\common\pointer.hpp"\
|
||||
{$(INCLUDE)}"\Common\Purebmp.hpp"\
|
||||
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
||||
{$(INCLUDE)}"\Common\Purepal.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
||||
{$(INCLUDE)}"\common\rect.hpp"\
|
||||
{$(INCLUDE)}"\common\rgbcolor.hpp"\
|
||||
{$(INCLUDE)}"\Common\Rgbquad.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\Common\Types.hpp"\
|
||||
{$(INCLUDE)}"\Common\Vector2d.hpp"\
|
||||
{$(INCLUDE)}"\common\vhandler.hpp"\
|
||||
{$(INCLUDE)}"\Common\Window.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\common\windowsx.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\Engine\angle.hpp"\
|
||||
{$(INCLUDE)}"\Engine\angle3d.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Device3d.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Point3d.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Pureedge.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Puremap.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Purevsys.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Vector3d.hpp"\
|
||||
{$(INCLUDE)}"\Engine\Viewsys.hpp"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\texture.obj" : $(SOURCE) $(DEP_CPP_TEXTU) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\palette.cpp
|
||||
|
||||
!IF "$(CFG)" == "msdraw - Win32 Release"
|
||||
|
||||
DEP_CPP_PALET=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\palette.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\Common\Filemap.hpp"\
|
||||
{$(INCLUDE)}"\Common\Filetime.hpp"\
|
||||
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
||||
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\Common\Openfile.hpp"\
|
||||
{$(INCLUDE)}"\common\overlap.hpp"\
|
||||
{$(INCLUDE)}"\common\palentry.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pen.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\common\pointer.hpp"\
|
||||
{$(INCLUDE)}"\Common\Puredwrd.hpp"\
|
||||
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
||||
{$(INCLUDE)}"\Common\Pview.hpp"\
|
||||
{$(INCLUDE)}"\common\rect.hpp"\
|
||||
{$(INCLUDE)}"\common\rgbcolor.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\Common\Systime.hpp"\
|
||||
{$(INCLUDE)}"\Common\Types.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\palette.obj" : $(SOURCE) $(DEP_CPP_PALET) "$(INTDIR)"
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "msdraw - Win32 Debug"
|
||||
|
||||
DEP_CPP_PALET=\
|
||||
"..\..\parts\mssdk\include\d3dcaps.h"\
|
||||
"..\..\parts\mssdk\include\d3dtypes.h"\
|
||||
"..\..\parts\mssdk\include\d3dvec.inl"\
|
||||
{$(INCLUDE)}"\.\ddraw.hpp"\
|
||||
{$(INCLUDE)}"\.\palette.hpp"\
|
||||
{$(INCLUDE)}"\common\block.hpp"\
|
||||
{$(INCLUDE)}"\common\block.tpp"\
|
||||
{$(INCLUDE)}"\common\except.hpp"\
|
||||
{$(INCLUDE)}"\Common\Filemap.hpp"\
|
||||
{$(INCLUDE)}"\Common\Filetime.hpp"\
|
||||
{$(INCLUDE)}"\Common\Fixup.hpp"\
|
||||
{$(INCLUDE)}"\Common\Gdiobj.hpp"\
|
||||
{$(INCLUDE)}"\common\gdipoint.hpp"\
|
||||
{$(INCLUDE)}"\Common\Openfile.hpp"\
|
||||
{$(INCLUDE)}"\common\overlap.hpp"\
|
||||
{$(INCLUDE)}"\common\palentry.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pen.hpp"\
|
||||
{$(INCLUDE)}"\Common\Point.hpp"\
|
||||
{$(INCLUDE)}"\common\pointer.hpp"\
|
||||
{$(INCLUDE)}"\Common\Puredwrd.hpp"\
|
||||
{$(INCLUDE)}"\Common\Purehdc.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.hpp"\
|
||||
{$(INCLUDE)}"\Common\Pvector.tpp"\
|
||||
{$(INCLUDE)}"\Common\Pview.hpp"\
|
||||
{$(INCLUDE)}"\common\rect.hpp"\
|
||||
{$(INCLUDE)}"\common\rgbcolor.hpp"\
|
||||
{$(INCLUDE)}"\common\stdlib.hpp"\
|
||||
{$(INCLUDE)}"\common\string.hpp"\
|
||||
{$(INCLUDE)}"\Common\Systime.hpp"\
|
||||
{$(INCLUDE)}"\Common\Types.hpp"\
|
||||
{$(INCLUDE)}"\common\windows.hpp"\
|
||||
{$(INCLUDE)}"\ddraw.h"\
|
||||
{$(INCLUDE)}"\mssdk\include\d3d.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\palette.obj" : $(SOURCE) $(DEP_CPP_PALET) "$(INTDIR)"
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\tmap32.asm
|
||||
|
||||
!IF "$(CFG)" == "msdraw - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "msdraw - Win32 Debug"
|
||||
|
||||
# Begin Custom Build
|
||||
IntDir=.\msvcobj
|
||||
InputPath=.\tmap32.asm
|
||||
InputName=tmap32
|
||||
|
||||
"$(IntDir)\$(InputName).obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
tasm32 /zi /c /ml /m3 $(InputName).asm $(IntDir)\$(InputName).obj
|
||||
|
||||
# End Custom Build
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
################################################################################
|
||||
Reference in New Issue
Block a user