1328 lines
41 KiB
Makefile
1328 lines
41 KiB
Makefile
# Microsoft Developer Studio Generated NMAKE File, Based on OpenGL.dsp
|
|
!IF "$(CFG)" == ""
|
|
CFG=OpenGL - Win32 Debug
|
|
!MESSAGE No configuration specified. Defaulting to OpenGL - Win32 Debug.
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" != "OpenGL - Win32 Release" && "$(CFG)" != "OpenGL - Win32 Debug"\
|
|
&& "$(CFG)" != "OpenGL - Win32 Retail"
|
|
!MESSAGE Invalid configuration "$(CFG)" specified.
|
|
!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 "OpenGL.mak" CFG="OpenGL - Win32 Debug"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "OpenGL - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
|
!MESSAGE "OpenGL - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
|
!MESSAGE "OpenGL - Win32 Retail" (based on "Win32 (x86) Dynamic-Link Library")
|
|
!MESSAGE
|
|
!ERROR An invalid configuration is specified.
|
|
!ENDIF
|
|
|
|
!IF "$(OS)" == "Windows_NT"
|
|
NULL=
|
|
!ELSE
|
|
NULL=nul
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" == "OpenGL - Win32 Release"
|
|
|
|
OUTDIR=.\temp\Release
|
|
INTDIR=.\temp\Release
|
|
|
|
!IF "$(RECURSE)" == "0"
|
|
|
|
ALL : "..\..\..\..\exe\main\dll\GliOGLvr.dll"
|
|
|
|
!ELSE
|
|
|
|
ALL : "..\..\..\..\exe\main\dll\GliOGLvr.dll"
|
|
|
|
!ENDIF
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\ClipTRIANGLES.obj"
|
|
-@erase "$(INTDIR)\DllCom.obj"
|
|
-@erase "$(INTDIR)\OGL_Dll.obj"
|
|
-@erase "$(INTDIR)\OGL_Domat.obj"
|
|
-@erase "$(INTDIR)\OGL_Errors.obj"
|
|
-@erase "$(INTDIR)\OGL_HdwTx.obj"
|
|
-@erase "$(INTDIR)\OGL_Init.obj"
|
|
-@erase "$(INTDIR)\OGL_Thread.obj"
|
|
-@erase "$(INTDIR)\vc50.idb"
|
|
-@erase "$(OUTDIR)\GliOGLvr.exp"
|
|
-@erase "$(OUTDIR)\GliOGLvr.lib"
|
|
-@erase "..\..\..\..\exe\main\dll\GliOGLvr.dll"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP=cl.exe
|
|
CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "t:\3dFX\GLIDE\SRC\SST1\INCLUDE" /I\
|
|
"x:\cpa\public" /I "x:\cpa\public\gli" /I "x:\cpa\public\geo" /I "inc" /I\
|
|
"x:\cpa\tempgrp\gliglou\multidrv\inc" /I "..\\" /I "t:\mssdk\include" /D\
|
|
"NDEBUG" /D "_WINDOWS" /D "USE_PROFILER" /D "WIN32" /D "GLI_OPENGL"\
|
|
/Fp"$(INTDIR)\OpenGL.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
|
CPP_OBJS=.\temp\Release/
|
|
CPP_SBRS=.
|
|
|
|
.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) $<
|
|
<<
|
|
|
|
MTL=midl.exe
|
|
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
|
|
RSC=rc.exe
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\OpenGL.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LINK32=link.exe
|
|
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
|
|
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
|
|
odbccp32.lib opengl32.lib /nologo /subsystem:windows /dll /incremental:no\
|
|
/pdb:"$(OUTDIR)\GliOGLvr.pdb" /machine:I386 /def:"..\GliDLL.def"\
|
|
/out:"x:\cpa\exe\main\dll\GliOGLvr.dll" /implib:"$(OUTDIR)\GliOGLvr.lib"
|
|
DEF_FILE= \
|
|
"..\GliDLL.def"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)\ClipTRIANGLES.obj" \
|
|
"$(INTDIR)\DllCom.obj" \
|
|
"$(INTDIR)\OGL_Dll.obj" \
|
|
"$(INTDIR)\OGL_Domat.obj" \
|
|
"$(INTDIR)\OGL_Errors.obj" \
|
|
"$(INTDIR)\OGL_HdwTx.obj" \
|
|
"$(INTDIR)\OGL_Init.obj" \
|
|
"$(INTDIR)\OGL_Thread.obj" \
|
|
"T:\dxsdk\sdk\lib\ddraw.lib"
|
|
|
|
"..\..\..\..\exe\main\dll\GliOGLvr.dll" : "$(OUTDIR)" $(DEF_FILE)\
|
|
$(LINK32_OBJS)
|
|
$(LINK32) @<<
|
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "OpenGL - Win32 Debug"
|
|
|
|
OUTDIR=.\temp\Debug
|
|
INTDIR=.\temp\Debug
|
|
|
|
!IF "$(RECURSE)" == "0"
|
|
|
|
ALL : "..\..\..\..\exe\main\dll\GliOGLvd.dll"
|
|
|
|
!ELSE
|
|
|
|
ALL : "..\..\..\..\exe\main\dll\GliOGLvd.dll"
|
|
|
|
!ENDIF
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\ClipTRIANGLES.obj"
|
|
-@erase "$(INTDIR)\DllCom.obj"
|
|
-@erase "$(INTDIR)\OGL_Dll.obj"
|
|
-@erase "$(INTDIR)\OGL_Domat.obj"
|
|
-@erase "$(INTDIR)\OGL_Errors.obj"
|
|
-@erase "$(INTDIR)\OGL_HdwTx.obj"
|
|
-@erase "$(INTDIR)\OGL_Init.obj"
|
|
-@erase "$(INTDIR)\OGL_Thread.obj"
|
|
-@erase "$(INTDIR)\vc50.idb"
|
|
-@erase "$(INTDIR)\vc50.pdb"
|
|
-@erase "$(OUTDIR)\GliOGLvd.exp"
|
|
-@erase "$(OUTDIR)\GliOGLvd.lib"
|
|
-@erase "$(OUTDIR)\GliOGLvd.pdb"
|
|
-@erase "..\..\..\..\exe\main\dll\GliOGLvd.dll"
|
|
-@erase "..\..\..\..\exe\main\dll\GliOGLvd.ilk"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP=cl.exe
|
|
CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "t:\3dFX\GLIDE\SRC\SST1\INCLUDE"\
|
|
/I "x:\cpa\public" /I "x:\cpa\public\gli" /I "x:\cpa\public\geo" /I "inc" /I\
|
|
"x:\cpa\tempgrp\gliglou\multidrv\inc" /I "..\\" /I "t:\mssdk\include" /D\
|
|
"_DEBUG" /D "VISUAL" /D "USE_PROFILER" /D "MTH_CHECK" /D "CPA_WANTS_EXPORT" /D\
|
|
"WIN32" /D "GLI_OPENGL" /U "t:\3dFX\GLIDE\SRC\SST1\INCLUDE" /U "x:\cpa\public"\
|
|
/U "x:\cpa\public\gli" /U "x:\cpa\public\geo" /U "inc" /U\
|
|
"x:\cpa\tempgrp\gliglou\multidrv\inc" /U "..\\" /U "t:\mssdk\include"\
|
|
/Fp"$(INTDIR)\OpenGL.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
|
CPP_OBJS=.\temp\Debug/
|
|
CPP_SBRS=.
|
|
|
|
.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) $<
|
|
<<
|
|
|
|
MTL=midl.exe
|
|
MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
|
|
RSC=rc.exe
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\OpenGL.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LINK32=link.exe
|
|
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
|
|
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
|
|
odbccp32.lib opengl32.lib /nologo /subsystem:windows /dll /incremental:yes\
|
|
/pdb:"$(OUTDIR)\GliOGLvd.pdb" /debug /machine:I386 /def:"..\GliDLL.def"\
|
|
/out:"x:\cpa\exe\main\dll\GliOGLvd.dll" /implib:"$(OUTDIR)\GliOGLvd.lib"\
|
|
/pdbtype:sept
|
|
DEF_FILE= \
|
|
"..\GliDLL.def"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)\ClipTRIANGLES.obj" \
|
|
"$(INTDIR)\DllCom.obj" \
|
|
"$(INTDIR)\OGL_Dll.obj" \
|
|
"$(INTDIR)\OGL_Domat.obj" \
|
|
"$(INTDIR)\OGL_Errors.obj" \
|
|
"$(INTDIR)\OGL_HdwTx.obj" \
|
|
"$(INTDIR)\OGL_Init.obj" \
|
|
"$(INTDIR)\OGL_Thread.obj" \
|
|
"T:\dxsdk\sdk\lib\ddraw.lib"
|
|
|
|
"..\..\..\..\exe\main\dll\GliOGLvd.dll" : "$(OUTDIR)" $(DEF_FILE)\
|
|
$(LINK32_OBJS)
|
|
$(LINK32) @<<
|
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "OpenGL - Win32 Retail"
|
|
|
|
OUTDIR=.\Temp\Retail
|
|
INTDIR=.\Temp\Retail
|
|
|
|
!IF "$(RECURSE)" == "0"
|
|
|
|
ALL : "..\..\..\..\exe\main\dll\GliOGLvf.dll"
|
|
|
|
!ELSE
|
|
|
|
ALL : "..\..\..\..\exe\main\dll\GliOGLvf.dll"
|
|
|
|
!ENDIF
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\ClipTRIANGLES.obj"
|
|
-@erase "$(INTDIR)\DllCom.obj"
|
|
-@erase "$(INTDIR)\OGL_Dll.obj"
|
|
-@erase "$(INTDIR)\OGL_Domat.obj"
|
|
-@erase "$(INTDIR)\OGL_Errors.obj"
|
|
-@erase "$(INTDIR)\OGL_HdwTx.obj"
|
|
-@erase "$(INTDIR)\OGL_Init.obj"
|
|
-@erase "$(INTDIR)\OGL_Thread.obj"
|
|
-@erase "$(INTDIR)\vc50.idb"
|
|
-@erase "$(OUTDIR)\GliOGLvf.exp"
|
|
-@erase "$(OUTDIR)\GliOGLvf.lib"
|
|
-@erase "..\..\..\..\exe\main\dll\GliOGLvf.dll"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
CPP=cl.exe
|
|
CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "t:\3dFX\GLIDE\SRC\SST1\INCLUDE" /I\
|
|
"x:\cpa\public" /I "x:\cpa\public\gli" /I "x:\cpa\public\geo" /I "inc" /I\
|
|
"x:\cpa\tempgrp\gliglou\multidrv\inc" /I "..\\" /D "NDEBUG" /D "_WINDOWS" /D\
|
|
"RETAIL" /D "WIN32" /D "GLI_OPENGL" /Fp"$(INTDIR)\OpenGL.pch" /YX\
|
|
/Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
|
CPP_OBJS=.\Temp\Retail/
|
|
CPP_SBRS=.
|
|
|
|
.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) $<
|
|
<<
|
|
|
|
MTL=midl.exe
|
|
MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
|
|
RSC=rc.exe
|
|
BSC32=bscmake.exe
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\OpenGL.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LINK32=link.exe
|
|
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
|
|
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
|
|
odbccp32.lib opengl32.lib /nologo /subsystem:windows /dll /incremental:no\
|
|
/pdb:"$(OUTDIR)\GliOGLvf.pdb" /machine:I386 /def:"..\GliDLL.def"\
|
|
/out:"x:\cpa\exe\main\dll\GliOGLvf.dll" /implib:"$(OUTDIR)\GliOGLvf.lib"
|
|
DEF_FILE= \
|
|
"..\GliDLL.def"
|
|
LINK32_OBJS= \
|
|
"$(INTDIR)\ClipTRIANGLES.obj" \
|
|
"$(INTDIR)\DllCom.obj" \
|
|
"$(INTDIR)\OGL_Dll.obj" \
|
|
"$(INTDIR)\OGL_Domat.obj" \
|
|
"$(INTDIR)\OGL_Errors.obj" \
|
|
"$(INTDIR)\OGL_HdwTx.obj" \
|
|
"$(INTDIR)\OGL_Init.obj" \
|
|
"$(INTDIR)\OGL_Thread.obj" \
|
|
"T:\dxsdk\sdk\lib\ddraw.lib"
|
|
|
|
"..\..\..\..\exe\main\dll\GliOGLvf.dll" : "$(OUTDIR)" $(DEF_FILE)\
|
|
$(LINK32_OBJS)
|
|
$(LINK32) @<<
|
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
|
<<
|
|
|
|
!ENDIF
|
|
|
|
|
|
!IF "$(CFG)" == "OpenGL - Win32 Release" || "$(CFG)" == "OpenGL - Win32 Debug"\
|
|
|| "$(CFG)" == "OpenGL - Win32 Retail"
|
|
SOURCE=..\Acces_ALL.c
|
|
SOURCE=..\ClipTRIANGLES.c
|
|
DEP_CPP_CLIPT=\
|
|
"..\..\..\..\public\acp_base.h"\
|
|
"..\..\..\..\Public\AI\AIBase\AI_Handl.h"\
|
|
"..\..\..\..\Public\AI\AIBase\WP_Handl.h"\
|
|
"..\..\..\..\public\cpa_dep.h"\
|
|
"..\..\..\..\public\cpa_expt.h"\
|
|
"..\..\..\..\public\cpa_std.h"\
|
|
"..\..\..\..\public\erm.h"\
|
|
"..\..\..\..\public\erm\cpaerror.h"\
|
|
"..\..\..\..\Public\GAM\GAMHandl.h"\
|
|
"..\..\..\..\public\geo.h"\
|
|
"..\..\..\..\public\geo\color.h"\
|
|
"..\..\..\..\public\geo\culling.h"\
|
|
"..\..\..\..\public\geo\element.h"\
|
|
"..\..\..\..\public\geo\errgeo.h"\
|
|
"..\..\..\..\public\geo\fmd.h"\
|
|
"..\..\..\..\public\geo\geobdvol.h"\
|
|
"..\..\..\..\public\geo\geomem.h"\
|
|
"..\..\..\..\public\geo\geoobj.h"\
|
|
"..\..\..\..\public\geo\geosprit.h"\
|
|
"..\..\..\..\public\geo\mmggeo.h"\
|
|
"..\..\..\..\public\gld.h"\
|
|
"..\..\..\..\public\gld\errgld.h"\
|
|
"..\..\..\..\public\gld\gld_pu1.h"\
|
|
"..\..\..\..\public\gld\gld_pub.h"\
|
|
"..\..\..\..\public\gld\mmggld.h"\
|
|
"..\..\..\..\public\gld\pixfmt.h"\
|
|
"..\..\..\..\public\GLI\camera.h"\
|
|
"..\..\..\..\public\GLI\GLI_Defn.h"\
|
|
"..\..\..\..\public\GLI\light.h"\
|
|
"..\..\..\..\public\GLI\material.h"\
|
|
"..\..\..\..\public\GLI\polygon.h"\
|
|
"..\..\..\..\public\GLI\proj.h"\
|
|
"..\..\..\..\public\GLI\texture.h"\
|
|
"..\..\..\..\public\GLI\util.h"\
|
|
"..\..\..\..\public\GLI\vertex.h"\
|
|
"..\..\..\..\public\GLI\Vpt3D.h"\
|
|
"..\..\..\..\public\GLI\watrplan.h"\
|
|
"..\..\..\..\public\gmt.h"\
|
|
"..\..\..\..\public\gmt\gmtfunct.h"\
|
|
"..\..\..\..\public\gmt\gmthandl.h"\
|
|
"..\..\..\..\public\gmt\gmtlnktb.h"\
|
|
"..\..\..\..\public\gmt\gmtload.h"\
|
|
"..\..\..\..\public\gmt\gmtproto.h"\
|
|
"..\..\..\..\public\gmt\gmtznlod.h"\
|
|
"..\..\..\..\public\hdl.h"\
|
|
"..\..\..\..\public\hdl\gmthandl.h"\
|
|
"..\..\..\..\public\hdl\hdlproto.h"\
|
|
"..\..\..\..\public\mec\hmecmatc.h"\
|
|
"..\..\..\..\public\mmg.h"\
|
|
"..\..\..\..\public\mmg\cpammg.h"\
|
|
"..\..\..\..\public\mmg\errmmg.h"\
|
|
"..\..\..\..\public\mmg\rastmmg.h"\
|
|
"..\..\..\..\public\mth.h"\
|
|
"..\..\..\..\public\mth\mth2d.h"\
|
|
"..\..\..\..\public\mth\mth3d.h"\
|
|
"..\..\..\..\public\mth\mth3dopt.h"\
|
|
"..\..\..\..\public\mth\MTH_dble.h"\
|
|
"..\..\..\..\public\mth\mth_def.h"\
|
|
"..\..\..\..\public\mth\mth_fchk.h"\
|
|
"..\..\..\..\public\mth\mth_flt.h"\
|
|
"..\..\..\..\public\mth\MTH_fnop.h"\
|
|
"..\..\..\..\public\mth\mth_fopt.h"\
|
|
"..\..\..\..\public\mth\MTH_fx16.h"\
|
|
"..\..\..\..\public\mth\mth_real.h"\
|
|
"..\..\..\..\public\mth\MTH_trig.h"\
|
|
"..\..\..\..\public\pos.h"\
|
|
"..\..\..\..\public\pos\errpos.h"\
|
|
"..\..\..\..\public\pos\mmgpos.h"\
|
|
"..\..\..\..\public\pos\posproto.h"\
|
|
"..\..\..\..\public\pos\pospubst.h"\
|
|
"..\..\..\..\public\prf.h"\
|
|
"..\..\..\..\public\sai.h"\
|
|
"..\..\..\..\public\sai\sai_enum.h"\
|
|
"..\..\..\..\public\sai\sai_main.h"\
|
|
"..\..\..\..\public\sai\sai_pub.h"\
|
|
"..\..\..\..\public\scr.h"\
|
|
"..\..\..\..\public\scr\errscr.h"\
|
|
"..\..\..\..\public\scr\mmgscr.h"\
|
|
"..\..\..\..\public\scr\scr_anl.h"\
|
|
"..\..\..\..\public\scr\scr_bin.h"\
|
|
"..\..\..\..\public\scr\scr_cfg.h"\
|
|
"..\..\..\..\public\scr\scr_cfil.h"\
|
|
"..\..\..\..\public\scr\scr_cxt.h"\
|
|
"..\..\..\..\public\scr\scr_dbg.h"\
|
|
"..\..\..\..\public\scr\scr_dyar.h"\
|
|
"..\..\..\..\public\scr\scr_err.h"\
|
|
"..\..\..\..\public\scr\scr_file.h"\
|
|
"..\..\..\..\public\scr\scr_hash.h"\
|
|
"..\..\..\..\public\scr\scr_link.h"\
|
|
"..\..\..\..\public\scr\scr_mem.h"\
|
|
"..\..\..\..\public\scr\scr_ntfy.h"\
|
|
"..\..\..\..\public\scr\scr_page.h"\
|
|
"..\..\..\..\public\scr\scr_pars.h"\
|
|
"..\..\..\..\public\scr\scr_rdl0.h"\
|
|
"..\..\..\..\public\scr\scr_sect.h"\
|
|
"..\..\..\..\public\scr\scr_svl0.h"\
|
|
"..\..\..\..\public\scr\scr_svl1.h"\
|
|
"..\..\..\..\public\scr\scr_vars.h"\
|
|
"..\..\..\..\public\scr\scr_xxxx.h"\
|
|
"..\..\..\..\Public\SND\sndhandl.h"\
|
|
"..\..\..\..\public\spo\hiehand.h"\
|
|
"..\..\..\..\public\tex.h"\
|
|
"..\..\..\..\public\tmp.h"\
|
|
"..\..\..\..\public\tmp\tmp_ext.h"\
|
|
"..\..\..\..\public\tmr.h"\
|
|
"..\..\..\..\public\tmr\errtmr.h"\
|
|
"..\..\..\..\public\tmr\specif\counter.h"\
|
|
"..\..\..\..\public\tmr\struct.h"\
|
|
"..\..\..\..\public\tmr\timer.h"\
|
|
"..\..\MultiDRV\Inc\DLLCaps.h"\
|
|
"..\..\MultiDRV\Inc\DrawFlags.h"\
|
|
"..\..\MultiDRV\Inc\Gli_st.h"\
|
|
"..\..\MultiDRV\Inc\GliBench.h"\
|
|
"..\..\MultiDRV\Inc\Light_st.h"\
|
|
"..\..\MultiDRV\Inc\liste.h"\
|
|
"..\..\MultiDRV\Inc\Mater_st.h"\
|
|
"..\..\MultiDRV\Inc\PvObj_st.h"\
|
|
"..\..\MultiDRV\Inc\TexBench.h"\
|
|
"..\..\MultiDRV\Inc\Textu_st.h"\
|
|
"..\Acces_ALL.c"\
|
|
"..\DirectX6\Src\DX6_Acces.c"\
|
|
"..\DllCom.h"\
|
|
"..\GLIDE2\Src\Acces_GLIDE2.c"\
|
|
"..\GLIDE2MT\SRC\Glide2MT_Acces.c"\
|
|
"..\GLIDE3\Src\Glide3_Acces.c"\
|
|
"..\Kamui\Acces_KAMUI.c"\
|
|
"..\SGL2\Acces_SGL2.c"\
|
|
".\Inc\OGL_Errors.h"\
|
|
".\Inc\OGL_Options.h"\
|
|
".\Inc\OGL_Thread.h"\
|
|
".\Src\OGL_Acces.c"\
|
|
"t:\3dfx\glide\src\sst1\include\3dfx.h"\
|
|
"t:\3dfx\glide\src\sst1\include\glide.h"\
|
|
"t:\3dfx\glide\src\sst1\include\glidesys.h"\
|
|
"t:\3dfx\glide\src\sst1\include\glideutl.h"\
|
|
"t:\3dfx\glide\src\sst1\include\sst1vid.h"\
|
|
{$(INCLUDE)}"gl\gl.h"\
|
|
{$(INCLUDE)}"sys\stat.h"\
|
|
{$(INCLUDE)}"sys\types.h"\
|
|
|
|
NODEP_CPP_CLIPT=\
|
|
"..\..\..\..\public\geo\GLD\Specif\DisplMsg.h"\
|
|
"..\..\..\..\public\geo\ZeMem.h"\
|
|
"..\..\..\..\public\GmtMacro.h"\
|
|
"..\..\..\..\public\GmtStruc.h"\
|
|
"..\..\..\..\public\GTE\gte_mac.h"\
|
|
"..\..\..\..\public\MMG\Specif\MMG_Func.h"\
|
|
"..\..\..\..\public\mmg\ultra.h"\
|
|
"..\GLIDE2\Src\TextuDFX.h"\
|
|
"..\GLIDE2MT\SRC\TextuDFX.h"\
|
|
"..\GLIDE3\Src\Glide2To3.h"\
|
|
"..\GLIDE3\Src\TextuDFX.h"\
|
|
|
|
|
|
"$(INTDIR)\ClipTRIANGLES.obj" : $(SOURCE) $(DEP_CPP_CLIPT) "$(INTDIR)"
|
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
|
|
|
|
|
SOURCE=..\DllCom.c
|
|
DEP_CPP_DLLCO=\
|
|
"..\..\..\..\public\acp_base.h"\
|
|
"..\..\..\..\Public\AI\AIBase\AI_Handl.h"\
|
|
"..\..\..\..\Public\AI\AIBase\WP_Handl.h"\
|
|
"..\..\..\..\public\cpa_dep.h"\
|
|
"..\..\..\..\public\cpa_expt.h"\
|
|
"..\..\..\..\public\cpa_std.h"\
|
|
"..\..\..\..\public\erm.h"\
|
|
"..\..\..\..\public\erm\cpaerror.h"\
|
|
"..\..\..\..\Public\GAM\GAMHandl.h"\
|
|
"..\..\..\..\public\geo.h"\
|
|
"..\..\..\..\public\geo\color.h"\
|
|
"..\..\..\..\public\geo\culling.h"\
|
|
"..\..\..\..\public\geo\element.h"\
|
|
"..\..\..\..\public\geo\errgeo.h"\
|
|
"..\..\..\..\public\geo\fmd.h"\
|
|
"..\..\..\..\public\geo\geobdvol.h"\
|
|
"..\..\..\..\public\geo\geomem.h"\
|
|
"..\..\..\..\public\geo\geoobj.h"\
|
|
"..\..\..\..\public\geo\geosprit.h"\
|
|
"..\..\..\..\public\geo\mmggeo.h"\
|
|
"..\..\..\..\public\gld.h"\
|
|
"..\..\..\..\public\gld\errgld.h"\
|
|
"..\..\..\..\public\gld\gld_pu1.h"\
|
|
"..\..\..\..\public\gld\gld_pub.h"\
|
|
"..\..\..\..\public\gld\mmggld.h"\
|
|
"..\..\..\..\public\gld\pixfmt.h"\
|
|
"..\..\..\..\public\GLI\camera.h"\
|
|
"..\..\..\..\public\GLI\GLI_Defn.h"\
|
|
"..\..\..\..\public\GLI\light.h"\
|
|
"..\..\..\..\public\GLI\util.h"\
|
|
"..\..\..\..\public\GLI\vertex.h"\
|
|
"..\..\..\..\public\gmt.h"\
|
|
"..\..\..\..\public\gmt\gmtfunct.h"\
|
|
"..\..\..\..\public\gmt\gmthandl.h"\
|
|
"..\..\..\..\public\gmt\gmtlnktb.h"\
|
|
"..\..\..\..\public\gmt\gmtload.h"\
|
|
"..\..\..\..\public\gmt\gmtproto.h"\
|
|
"..\..\..\..\public\gmt\gmtznlod.h"\
|
|
"..\..\..\..\public\hdl.h"\
|
|
"..\..\..\..\public\hdl\gmthandl.h"\
|
|
"..\..\..\..\public\hdl\hdlproto.h"\
|
|
"..\..\..\..\public\mec\hmecmatc.h"\
|
|
"..\..\..\..\public\mmg.h"\
|
|
"..\..\..\..\public\mmg\cpammg.h"\
|
|
"..\..\..\..\public\mmg\errmmg.h"\
|
|
"..\..\..\..\public\mmg\rastmmg.h"\
|
|
"..\..\..\..\public\mth.h"\
|
|
"..\..\..\..\public\mth\mth2d.h"\
|
|
"..\..\..\..\public\mth\mth3d.h"\
|
|
"..\..\..\..\public\mth\mth3dopt.h"\
|
|
"..\..\..\..\public\mth\MTH_dble.h"\
|
|
"..\..\..\..\public\mth\mth_def.h"\
|
|
"..\..\..\..\public\mth\mth_fchk.h"\
|
|
"..\..\..\..\public\mth\mth_flt.h"\
|
|
"..\..\..\..\public\mth\MTH_fnop.h"\
|
|
"..\..\..\..\public\mth\mth_fopt.h"\
|
|
"..\..\..\..\public\mth\MTH_fx16.h"\
|
|
"..\..\..\..\public\mth\mth_real.h"\
|
|
"..\..\..\..\public\mth\MTH_trig.h"\
|
|
"..\..\..\..\public\pos.h"\
|
|
"..\..\..\..\public\pos\errpos.h"\
|
|
"..\..\..\..\public\pos\mmgpos.h"\
|
|
"..\..\..\..\public\pos\posproto.h"\
|
|
"..\..\..\..\public\pos\pospubst.h"\
|
|
"..\..\..\..\public\sai.h"\
|
|
"..\..\..\..\public\sai\sai_enum.h"\
|
|
"..\..\..\..\public\sai\sai_main.h"\
|
|
"..\..\..\..\public\sai\sai_pub.h"\
|
|
"..\..\..\..\public\scr.h"\
|
|
"..\..\..\..\public\scr\errscr.h"\
|
|
"..\..\..\..\public\scr\mmgscr.h"\
|
|
"..\..\..\..\public\scr\scr_anl.h"\
|
|
"..\..\..\..\public\scr\scr_bin.h"\
|
|
"..\..\..\..\public\scr\scr_cfg.h"\
|
|
"..\..\..\..\public\scr\scr_cfil.h"\
|
|
"..\..\..\..\public\scr\scr_cxt.h"\
|
|
"..\..\..\..\public\scr\scr_dbg.h"\
|
|
"..\..\..\..\public\scr\scr_dyar.h"\
|
|
"..\..\..\..\public\scr\scr_err.h"\
|
|
"..\..\..\..\public\scr\scr_file.h"\
|
|
"..\..\..\..\public\scr\scr_hash.h"\
|
|
"..\..\..\..\public\scr\scr_link.h"\
|
|
"..\..\..\..\public\scr\scr_mem.h"\
|
|
"..\..\..\..\public\scr\scr_ntfy.h"\
|
|
"..\..\..\..\public\scr\scr_page.h"\
|
|
"..\..\..\..\public\scr\scr_pars.h"\
|
|
"..\..\..\..\public\scr\scr_rdl0.h"\
|
|
"..\..\..\..\public\scr\scr_sect.h"\
|
|
"..\..\..\..\public\scr\scr_svl0.h"\
|
|
"..\..\..\..\public\scr\scr_svl1.h"\
|
|
"..\..\..\..\public\scr\scr_vars.h"\
|
|
"..\..\..\..\public\scr\scr_xxxx.h"\
|
|
"..\..\..\..\Public\SND\sndhandl.h"\
|
|
"..\..\..\..\public\spo\hiehand.h"\
|
|
"..\..\..\..\public\tmp.h"\
|
|
"..\..\..\..\public\tmp\tmp_ext.h"\
|
|
"..\..\..\..\public\tmr.h"\
|
|
"..\..\..\..\public\tmr\errtmr.h"\
|
|
"..\..\..\..\public\tmr\specif\counter.h"\
|
|
"..\..\..\..\public\tmr\struct.h"\
|
|
"..\..\..\..\public\tmr\timer.h"\
|
|
"..\..\MultiDRV\Inc\DLLCaps.h"\
|
|
"..\..\MultiDRV\Inc\GliBench.h"\
|
|
"..\..\MultiDRV\Inc\PvObj_st.h"\
|
|
"..\..\MultiDRV\Inc\TexBench.h"\
|
|
"..\..\MultiDRV\Inc\Textu_st.h"\
|
|
"..\DllCom.h"\
|
|
{$(INCLUDE)}"sys\stat.h"\
|
|
{$(INCLUDE)}"sys\types.h"\
|
|
|
|
NODEP_CPP_DLLCO=\
|
|
"..\..\..\..\public\geo\GLD\Specif\DisplMsg.h"\
|
|
"..\..\..\..\public\geo\ZeMem.h"\
|
|
"..\..\..\..\public\GmtMacro.h"\
|
|
"..\..\..\..\public\GmtStruc.h"\
|
|
"..\..\..\..\public\GTE\gte_mac.h"\
|
|
"..\..\..\..\public\MMG\Specif\MMG_Func.h"\
|
|
"..\..\..\..\public\mmg\ultra.h"\
|
|
|
|
|
|
"$(INTDIR)\DllCom.obj" : $(SOURCE) $(DEP_CPP_DLLCO) "$(INTDIR)"
|
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
|
|
|
|
|
SOURCE=.\Src\OGL_Acces.c
|
|
SOURCE=.\Src\OGL_Dll.c
|
|
DEP_CPP_OGL_D=\
|
|
"..\..\..\..\public\acp_base.h"\
|
|
"..\..\..\..\Public\AI\AIBase\AI_Handl.h"\
|
|
"..\..\..\..\Public\AI\AIBase\WP_Handl.h"\
|
|
"..\..\..\..\public\cpa_dep.h"\
|
|
"..\..\..\..\public\cpa_expt.h"\
|
|
"..\..\..\..\public\cpa_std.h"\
|
|
"..\..\..\..\public\erm.h"\
|
|
"..\..\..\..\public\erm\cpaerror.h"\
|
|
"..\..\..\..\Public\GAM\GAMHandl.h"\
|
|
"..\..\..\..\public\geo.h"\
|
|
"..\..\..\..\public\geo\color.h"\
|
|
"..\..\..\..\public\geo\culling.h"\
|
|
"..\..\..\..\public\geo\element.h"\
|
|
"..\..\..\..\public\geo\errgeo.h"\
|
|
"..\..\..\..\public\geo\fmd.h"\
|
|
"..\..\..\..\public\geo\geobdvol.h"\
|
|
"..\..\..\..\public\geo\geomem.h"\
|
|
"..\..\..\..\public\geo\geoobj.h"\
|
|
"..\..\..\..\public\geo\geosprit.h"\
|
|
"..\..\..\..\public\geo\mmggeo.h"\
|
|
"..\..\..\..\public\gld.h"\
|
|
"..\..\..\..\public\gld\errgld.h"\
|
|
"..\..\..\..\public\gld\gld_pu1.h"\
|
|
"..\..\..\..\public\gld\gld_pub.h"\
|
|
"..\..\..\..\public\gld\mmggld.h"\
|
|
"..\..\..\..\public\gld\pixfmt.h"\
|
|
"..\..\..\..\public\GLI\camera.h"\
|
|
"..\..\..\..\public\GLI\GLI_Defn.h"\
|
|
"..\..\..\..\public\GLI\Init_Gli.h"\
|
|
"..\..\..\..\public\GLI\light.h"\
|
|
"..\..\..\..\public\GLI\util.h"\
|
|
"..\..\..\..\public\GLI\vertex.h"\
|
|
"..\..\..\..\public\gmt.h"\
|
|
"..\..\..\..\public\gmt\gmtfunct.h"\
|
|
"..\..\..\..\public\gmt\gmthandl.h"\
|
|
"..\..\..\..\public\gmt\gmtlnktb.h"\
|
|
"..\..\..\..\public\gmt\gmtload.h"\
|
|
"..\..\..\..\public\gmt\gmtproto.h"\
|
|
"..\..\..\..\public\gmt\gmtznlod.h"\
|
|
"..\..\..\..\public\hdl.h"\
|
|
"..\..\..\..\public\hdl\gmthandl.h"\
|
|
"..\..\..\..\public\hdl\hdlproto.h"\
|
|
"..\..\..\..\public\mec\hmecmatc.h"\
|
|
"..\..\..\..\public\mmg.h"\
|
|
"..\..\..\..\public\mmg\cpammg.h"\
|
|
"..\..\..\..\public\mmg\errmmg.h"\
|
|
"..\..\..\..\public\mmg\rastmmg.h"\
|
|
"..\..\..\..\public\mth.h"\
|
|
"..\..\..\..\public\mth\mth2d.h"\
|
|
"..\..\..\..\public\mth\mth3d.h"\
|
|
"..\..\..\..\public\mth\mth3dopt.h"\
|
|
"..\..\..\..\public\mth\MTH_dble.h"\
|
|
"..\..\..\..\public\mth\mth_def.h"\
|
|
"..\..\..\..\public\mth\mth_fchk.h"\
|
|
"..\..\..\..\public\mth\mth_flt.h"\
|
|
"..\..\..\..\public\mth\MTH_fnop.h"\
|
|
"..\..\..\..\public\mth\mth_fopt.h"\
|
|
"..\..\..\..\public\mth\MTH_fx16.h"\
|
|
"..\..\..\..\public\mth\mth_real.h"\
|
|
"..\..\..\..\public\mth\MTH_trig.h"\
|
|
"..\..\..\..\public\pos.h"\
|
|
"..\..\..\..\public\pos\errpos.h"\
|
|
"..\..\..\..\public\pos\mmgpos.h"\
|
|
"..\..\..\..\public\pos\posproto.h"\
|
|
"..\..\..\..\public\pos\pospubst.h"\
|
|
"..\..\..\..\public\sai.h"\
|
|
"..\..\..\..\public\sai\sai_enum.h"\
|
|
"..\..\..\..\public\sai\sai_main.h"\
|
|
"..\..\..\..\public\sai\sai_pub.h"\
|
|
"..\..\..\..\public\scr.h"\
|
|
"..\..\..\..\public\scr\errscr.h"\
|
|
"..\..\..\..\public\scr\mmgscr.h"\
|
|
"..\..\..\..\public\scr\scr_anl.h"\
|
|
"..\..\..\..\public\scr\scr_bin.h"\
|
|
"..\..\..\..\public\scr\scr_cfg.h"\
|
|
"..\..\..\..\public\scr\scr_cfil.h"\
|
|
"..\..\..\..\public\scr\scr_cxt.h"\
|
|
"..\..\..\..\public\scr\scr_dbg.h"\
|
|
"..\..\..\..\public\scr\scr_dyar.h"\
|
|
"..\..\..\..\public\scr\scr_err.h"\
|
|
"..\..\..\..\public\scr\scr_file.h"\
|
|
"..\..\..\..\public\scr\scr_hash.h"\
|
|
"..\..\..\..\public\scr\scr_link.h"\
|
|
"..\..\..\..\public\scr\scr_mem.h"\
|
|
"..\..\..\..\public\scr\scr_ntfy.h"\
|
|
"..\..\..\..\public\scr\scr_page.h"\
|
|
"..\..\..\..\public\scr\scr_pars.h"\
|
|
"..\..\..\..\public\scr\scr_rdl0.h"\
|
|
"..\..\..\..\public\scr\scr_sect.h"\
|
|
"..\..\..\..\public\scr\scr_svl0.h"\
|
|
"..\..\..\..\public\scr\scr_svl1.h"\
|
|
"..\..\..\..\public\scr\scr_vars.h"\
|
|
"..\..\..\..\public\scr\scr_xxxx.h"\
|
|
"..\..\..\..\Public\SND\sndhandl.h"\
|
|
"..\..\..\..\public\spo\hiehand.h"\
|
|
"..\..\..\..\public\tmp.h"\
|
|
"..\..\..\..\public\tmp\tmp_ext.h"\
|
|
"..\..\..\..\public\tmr.h"\
|
|
"..\..\..\..\public\tmr\errtmr.h"\
|
|
"..\..\..\..\public\tmr\specif\counter.h"\
|
|
"..\..\..\..\public\tmr\struct.h"\
|
|
"..\..\..\..\public\tmr\timer.h"\
|
|
"..\..\MultiDRV\Inc\DLLCaps.h"\
|
|
"..\..\MultiDRV\Inc\PvObj_st.h"\
|
|
"..\..\MultiDRV\Inc\TexBench.h"\
|
|
"..\..\MultiDRV\Inc\Textu_st.h"\
|
|
"..\DllCom.h"\
|
|
{$(INCLUDE)}"sys\stat.h"\
|
|
{$(INCLUDE)}"sys\types.h"\
|
|
|
|
NODEP_CPP_OGL_D=\
|
|
"..\..\..\..\public\geo\GLD\Specif\DisplMsg.h"\
|
|
"..\..\..\..\public\geo\ZeMem.h"\
|
|
"..\..\..\..\public\GLI\h_level.h"\
|
|
"..\..\..\..\public\GLI\Rom64.h"\
|
|
"..\..\..\..\public\GmtMacro.h"\
|
|
"..\..\..\..\public\GmtStruc.h"\
|
|
"..\..\..\..\public\GTE\gte_mac.h"\
|
|
"..\..\..\..\public\MMG\Specif\MMG_Func.h"\
|
|
"..\..\..\..\public\mmg\ultra.h"\
|
|
|
|
|
|
"$(INTDIR)\OGL_Dll.obj" : $(SOURCE) $(DEP_CPP_OGL_D) "$(INTDIR)"
|
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
|
|
|
|
|
SOURCE=.\Src\OGL_Domat.c
|
|
DEP_CPP_OGL_DO=\
|
|
"..\..\..\..\public\acp_base.h"\
|
|
"..\..\..\..\Public\AI\AIBase\AI_Handl.h"\
|
|
"..\..\..\..\Public\AI\AIBase\WP_Handl.h"\
|
|
"..\..\..\..\public\cpa_dep.h"\
|
|
"..\..\..\..\public\cpa_expt.h"\
|
|
"..\..\..\..\public\cpa_std.h"\
|
|
"..\..\..\..\public\erm.h"\
|
|
"..\..\..\..\public\erm\cpaerror.h"\
|
|
"..\..\..\..\Public\GAM\GAMHandl.h"\
|
|
"..\..\..\..\public\geo.h"\
|
|
"..\..\..\..\public\geo\color.h"\
|
|
"..\..\..\..\public\geo\culling.h"\
|
|
"..\..\..\..\public\geo\element.h"\
|
|
"..\..\..\..\public\geo\errgeo.h"\
|
|
"..\..\..\..\public\geo\fmd.h"\
|
|
"..\..\..\..\public\geo\geobdvol.h"\
|
|
"..\..\..\..\public\geo\geomem.h"\
|
|
"..\..\..\..\public\geo\geoobj.h"\
|
|
"..\..\..\..\public\geo\geosprit.h"\
|
|
"..\..\..\..\public\geo\mmggeo.h"\
|
|
"..\..\..\..\public\gld.h"\
|
|
"..\..\..\..\public\gld\errgld.h"\
|
|
"..\..\..\..\public\gld\gld_pu1.h"\
|
|
"..\..\..\..\public\gld\gld_pub.h"\
|
|
"..\..\..\..\public\gld\mmggld.h"\
|
|
"..\..\..\..\public\gld\pixfmt.h"\
|
|
"..\..\..\..\public\GLI\camera.h"\
|
|
"..\..\..\..\public\GLI\GLI_Defn.h"\
|
|
"..\..\..\..\public\GLI\light.h"\
|
|
"..\..\..\..\public\GLI\material.h"\
|
|
"..\..\..\..\public\GLI\polygon.h"\
|
|
"..\..\..\..\public\GLI\proj.h"\
|
|
"..\..\..\..\public\GLI\texture.h"\
|
|
"..\..\..\..\public\GLI\util.h"\
|
|
"..\..\..\..\public\GLI\vertex.h"\
|
|
"..\..\..\..\public\GLI\Vpt3D.h"\
|
|
"..\..\..\..\public\GLI\watrplan.h"\
|
|
"..\..\..\..\public\gmt.h"\
|
|
"..\..\..\..\public\gmt\gmtfunct.h"\
|
|
"..\..\..\..\public\gmt\gmthandl.h"\
|
|
"..\..\..\..\public\gmt\gmtlnktb.h"\
|
|
"..\..\..\..\public\gmt\gmtload.h"\
|
|
"..\..\..\..\public\gmt\gmtproto.h"\
|
|
"..\..\..\..\public\gmt\gmtznlod.h"\
|
|
"..\..\..\..\public\hdl.h"\
|
|
"..\..\..\..\public\hdl\gmthandl.h"\
|
|
"..\..\..\..\public\hdl\hdlproto.h"\
|
|
"..\..\..\..\public\mec\hmecmatc.h"\
|
|
"..\..\..\..\public\mmg.h"\
|
|
"..\..\..\..\public\mmg\cpammg.h"\
|
|
"..\..\..\..\public\mmg\errmmg.h"\
|
|
"..\..\..\..\public\mmg\rastmmg.h"\
|
|
"..\..\..\..\public\mth.h"\
|
|
"..\..\..\..\public\mth\mth2d.h"\
|
|
"..\..\..\..\public\mth\mth3d.h"\
|
|
"..\..\..\..\public\mth\mth3dopt.h"\
|
|
"..\..\..\..\public\mth\MTH_dble.h"\
|
|
"..\..\..\..\public\mth\mth_def.h"\
|
|
"..\..\..\..\public\mth\mth_fchk.h"\
|
|
"..\..\..\..\public\mth\mth_flt.h"\
|
|
"..\..\..\..\public\mth\MTH_fnop.h"\
|
|
"..\..\..\..\public\mth\mth_fopt.h"\
|
|
"..\..\..\..\public\mth\MTH_fx16.h"\
|
|
"..\..\..\..\public\mth\mth_real.h"\
|
|
"..\..\..\..\public\mth\MTH_trig.h"\
|
|
"..\..\..\..\public\pos.h"\
|
|
"..\..\..\..\public\pos\errpos.h"\
|
|
"..\..\..\..\public\pos\mmgpos.h"\
|
|
"..\..\..\..\public\pos\posproto.h"\
|
|
"..\..\..\..\public\pos\pospubst.h"\
|
|
"..\..\..\..\public\prf.h"\
|
|
"..\..\..\..\public\sai.h"\
|
|
"..\..\..\..\public\sai\sai_enum.h"\
|
|
"..\..\..\..\public\sai\sai_main.h"\
|
|
"..\..\..\..\public\sai\sai_pub.h"\
|
|
"..\..\..\..\public\scr.h"\
|
|
"..\..\..\..\public\scr\errscr.h"\
|
|
"..\..\..\..\public\scr\mmgscr.h"\
|
|
"..\..\..\..\public\scr\scr_anl.h"\
|
|
"..\..\..\..\public\scr\scr_bin.h"\
|
|
"..\..\..\..\public\scr\scr_cfg.h"\
|
|
"..\..\..\..\public\scr\scr_cfil.h"\
|
|
"..\..\..\..\public\scr\scr_cxt.h"\
|
|
"..\..\..\..\public\scr\scr_dbg.h"\
|
|
"..\..\..\..\public\scr\scr_dyar.h"\
|
|
"..\..\..\..\public\scr\scr_err.h"\
|
|
"..\..\..\..\public\scr\scr_file.h"\
|
|
"..\..\..\..\public\scr\scr_hash.h"\
|
|
"..\..\..\..\public\scr\scr_link.h"\
|
|
"..\..\..\..\public\scr\scr_mem.h"\
|
|
"..\..\..\..\public\scr\scr_ntfy.h"\
|
|
"..\..\..\..\public\scr\scr_page.h"\
|
|
"..\..\..\..\public\scr\scr_pars.h"\
|
|
"..\..\..\..\public\scr\scr_rdl0.h"\
|
|
"..\..\..\..\public\scr\scr_sect.h"\
|
|
"..\..\..\..\public\scr\scr_svl0.h"\
|
|
"..\..\..\..\public\scr\scr_svl1.h"\
|
|
"..\..\..\..\public\scr\scr_vars.h"\
|
|
"..\..\..\..\public\scr\scr_xxxx.h"\
|
|
"..\..\..\..\Public\SND\sndhandl.h"\
|
|
"..\..\..\..\public\spo\hiehand.h"\
|
|
"..\..\..\..\public\tex.h"\
|
|
"..\..\..\..\public\tmp.h"\
|
|
"..\..\..\..\public\tmp\tmp_ext.h"\
|
|
"..\..\..\..\public\tmr.h"\
|
|
"..\..\..\..\public\tmr\errtmr.h"\
|
|
"..\..\..\..\public\tmr\specif\counter.h"\
|
|
"..\..\..\..\public\tmr\struct.h"\
|
|
"..\..\..\..\public\tmr\timer.h"\
|
|
"..\..\MultiDRV\Inc\DLLCaps.h"\
|
|
"..\..\MultiDRV\Inc\Gli_st.h"\
|
|
"..\..\MultiDRV\Inc\GliBench.h"\
|
|
"..\..\MultiDRV\Inc\Light_st.h"\
|
|
"..\..\MultiDRV\Inc\liste.h"\
|
|
"..\..\MultiDRV\Inc\Mater_st.h"\
|
|
"..\..\MultiDRV\Inc\PvObj_st.h"\
|
|
"..\..\MultiDRV\Inc\TexBench.h"\
|
|
"..\..\MultiDRV\Inc\Textu_st.h"\
|
|
"..\DllCom.h"\
|
|
".\Inc\OGL_Errors.h"\
|
|
".\Inc\OGL_Options.h"\
|
|
".\Inc\OGL_Thread.h"\
|
|
{$(INCLUDE)}"gl\gl.h"\
|
|
{$(INCLUDE)}"sys\stat.h"\
|
|
{$(INCLUDE)}"sys\types.h"\
|
|
|
|
NODEP_CPP_OGL_DO=\
|
|
"..\..\..\..\public\geo\GLD\Specif\DisplMsg.h"\
|
|
"..\..\..\..\public\geo\ZeMem.h"\
|
|
"..\..\..\..\public\GmtMacro.h"\
|
|
"..\..\..\..\public\GmtStruc.h"\
|
|
"..\..\..\..\public\GTE\gte_mac.h"\
|
|
"..\..\..\..\public\MMG\Specif\MMG_Func.h"\
|
|
"..\..\..\..\public\mmg\ultra.h"\
|
|
|
|
|
|
"$(INTDIR)\OGL_Domat.obj" : $(SOURCE) $(DEP_CPP_OGL_DO) "$(INTDIR)"
|
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
|
|
|
|
|
SOURCE=.\Src\OGL_Errors.c
|
|
DEP_CPP_OGL_E=\
|
|
".\Inc\OGL_Errors.h"\
|
|
".\Inc\OGL_Options.h"\
|
|
".\Inc\OGL_Thread.h"\
|
|
{$(INCLUDE)}"gl\gl.h"\
|
|
|
|
|
|
"$(INTDIR)\OGL_Errors.obj" : $(SOURCE) $(DEP_CPP_OGL_E) "$(INTDIR)"
|
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
|
|
|
|
|
SOURCE=.\Src\OGL_Func.c
|
|
SOURCE=.\Src\OGL_HdwTx.c
|
|
DEP_CPP_OGL_H=\
|
|
"..\..\..\..\public\acp_base.h"\
|
|
"..\..\..\..\Public\AI\AIBase\AI_Handl.h"\
|
|
"..\..\..\..\Public\AI\AIBase\WP_Handl.h"\
|
|
"..\..\..\..\public\cpa_dep.h"\
|
|
"..\..\..\..\public\cpa_expt.h"\
|
|
"..\..\..\..\public\cpa_std.h"\
|
|
"..\..\..\..\public\erm.h"\
|
|
"..\..\..\..\public\erm\cpaerror.h"\
|
|
"..\..\..\..\public\fil.h"\
|
|
"..\..\..\..\public\fil\fil_pub.h"\
|
|
"..\..\..\..\Public\GAM\GAMHandl.h"\
|
|
"..\..\..\..\public\geo.h"\
|
|
"..\..\..\..\public\geo\color.h"\
|
|
"..\..\..\..\public\geo\culling.h"\
|
|
"..\..\..\..\public\geo\element.h"\
|
|
"..\..\..\..\public\geo\errgeo.h"\
|
|
"..\..\..\..\public\geo\fmd.h"\
|
|
"..\..\..\..\public\geo\geobdvol.h"\
|
|
"..\..\..\..\public\geo\geomem.h"\
|
|
"..\..\..\..\public\geo\geoobj.h"\
|
|
"..\..\..\..\public\geo\geosprit.h"\
|
|
"..\..\..\..\public\geo\mmggeo.h"\
|
|
"..\..\..\..\public\gld.h"\
|
|
"..\..\..\..\public\gld\errgld.h"\
|
|
"..\..\..\..\public\gld\gld_pu1.h"\
|
|
"..\..\..\..\public\gld\gld_pub.h"\
|
|
"..\..\..\..\public\gld\mmggld.h"\
|
|
"..\..\..\..\public\gld\pixfmt.h"\
|
|
"..\..\..\..\public\GLI\camera.h"\
|
|
"..\..\..\..\public\GLI\GLI_Defn.h"\
|
|
"..\..\..\..\public\GLI\light.h"\
|
|
"..\..\..\..\public\GLI\texture.h"\
|
|
"..\..\..\..\public\GLI\util.h"\
|
|
"..\..\..\..\public\GLI\vertex.h"\
|
|
"..\..\..\..\public\gmt.h"\
|
|
"..\..\..\..\public\gmt\gmtfunct.h"\
|
|
"..\..\..\..\public\gmt\gmthandl.h"\
|
|
"..\..\..\..\public\gmt\gmtlnktb.h"\
|
|
"..\..\..\..\public\gmt\gmtload.h"\
|
|
"..\..\..\..\public\gmt\gmtproto.h"\
|
|
"..\..\..\..\public\gmt\gmtznlod.h"\
|
|
"..\..\..\..\public\hdl.h"\
|
|
"..\..\..\..\public\hdl\gmthandl.h"\
|
|
"..\..\..\..\public\hdl\hdlproto.h"\
|
|
"..\..\..\..\public\mec\hmecmatc.h"\
|
|
"..\..\..\..\public\mmg.h"\
|
|
"..\..\..\..\public\mmg\cpammg.h"\
|
|
"..\..\..\..\public\mmg\errmmg.h"\
|
|
"..\..\..\..\public\mmg\rastmmg.h"\
|
|
"..\..\..\..\public\mth.h"\
|
|
"..\..\..\..\public\mth\mth2d.h"\
|
|
"..\..\..\..\public\mth\mth3d.h"\
|
|
"..\..\..\..\public\mth\mth3dopt.h"\
|
|
"..\..\..\..\public\mth\MTH_dble.h"\
|
|
"..\..\..\..\public\mth\mth_def.h"\
|
|
"..\..\..\..\public\mth\mth_fchk.h"\
|
|
"..\..\..\..\public\mth\mth_flt.h"\
|
|
"..\..\..\..\public\mth\MTH_fnop.h"\
|
|
"..\..\..\..\public\mth\mth_fopt.h"\
|
|
"..\..\..\..\public\mth\MTH_fx16.h"\
|
|
"..\..\..\..\public\mth\mth_real.h"\
|
|
"..\..\..\..\public\mth\MTH_trig.h"\
|
|
"..\..\..\..\public\pos.h"\
|
|
"..\..\..\..\public\pos\errpos.h"\
|
|
"..\..\..\..\public\pos\mmgpos.h"\
|
|
"..\..\..\..\public\pos\posproto.h"\
|
|
"..\..\..\..\public\pos\pospubst.h"\
|
|
"..\..\..\..\public\sai.h"\
|
|
"..\..\..\..\public\sai\sai_enum.h"\
|
|
"..\..\..\..\public\sai\sai_main.h"\
|
|
"..\..\..\..\public\sai\sai_pub.h"\
|
|
"..\..\..\..\public\scr.h"\
|
|
"..\..\..\..\public\scr\errscr.h"\
|
|
"..\..\..\..\public\scr\mmgscr.h"\
|
|
"..\..\..\..\public\scr\scr_anl.h"\
|
|
"..\..\..\..\public\scr\scr_bin.h"\
|
|
"..\..\..\..\public\scr\scr_cfg.h"\
|
|
"..\..\..\..\public\scr\scr_cfil.h"\
|
|
"..\..\..\..\public\scr\scr_cxt.h"\
|
|
"..\..\..\..\public\scr\scr_dbg.h"\
|
|
"..\..\..\..\public\scr\scr_dyar.h"\
|
|
"..\..\..\..\public\scr\scr_err.h"\
|
|
"..\..\..\..\public\scr\scr_file.h"\
|
|
"..\..\..\..\public\scr\scr_hash.h"\
|
|
"..\..\..\..\public\scr\scr_link.h"\
|
|
"..\..\..\..\public\scr\scr_mem.h"\
|
|
"..\..\..\..\public\scr\scr_ntfy.h"\
|
|
"..\..\..\..\public\scr\scr_page.h"\
|
|
"..\..\..\..\public\scr\scr_pars.h"\
|
|
"..\..\..\..\public\scr\scr_rdl0.h"\
|
|
"..\..\..\..\public\scr\scr_sect.h"\
|
|
"..\..\..\..\public\scr\scr_svl0.h"\
|
|
"..\..\..\..\public\scr\scr_svl1.h"\
|
|
"..\..\..\..\public\scr\scr_vars.h"\
|
|
"..\..\..\..\public\scr\scr_xxxx.h"\
|
|
"..\..\..\..\Public\SND\sndhandl.h"\
|
|
"..\..\..\..\public\spo\hiehand.h"\
|
|
"..\..\..\..\public\tex.h"\
|
|
"..\..\..\..\public\tmp.h"\
|
|
"..\..\..\..\public\tmp\tmp_ext.h"\
|
|
"..\..\..\..\public\tmr.h"\
|
|
"..\..\..\..\public\tmr\errtmr.h"\
|
|
"..\..\..\..\public\tmr\specif\counter.h"\
|
|
"..\..\..\..\public\tmr\struct.h"\
|
|
"..\..\..\..\public\tmr\timer.h"\
|
|
"..\..\MultiDRV\Inc\DLLCaps.h"\
|
|
"..\..\MultiDRV\Inc\Gli_st.h"\
|
|
"..\..\MultiDRV\Inc\PvObj_st.h"\
|
|
"..\..\MultiDRV\Inc\TexBench.h"\
|
|
"..\..\MultiDRV\Inc\Textu_st.h"\
|
|
"..\DllCom.h"\
|
|
".\Inc\OGL_Errors.h"\
|
|
".\Inc\OGL_Options.h"\
|
|
".\Inc\OGL_Thread.h"\
|
|
{$(INCLUDE)}"gl\gl.h"\
|
|
{$(INCLUDE)}"sys\stat.h"\
|
|
{$(INCLUDE)}"sys\types.h"\
|
|
|
|
NODEP_CPP_OGL_H=\
|
|
"..\..\..\..\public\geo\GLD\Specif\DisplMsg.h"\
|
|
"..\..\..\..\public\geo\ZeMem.h"\
|
|
"..\..\..\..\public\GmtMacro.h"\
|
|
"..\..\..\..\public\GmtStruc.h"\
|
|
"..\..\..\..\public\GTE\gte_mac.h"\
|
|
"..\..\..\..\public\MMG\Specif\MMG_Func.h"\
|
|
"..\..\..\..\public\mmg\ultra.h"\
|
|
|
|
|
|
"$(INTDIR)\OGL_HdwTx.obj" : $(SOURCE) $(DEP_CPP_OGL_H) "$(INTDIR)"
|
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
|
|
|
|
|
SOURCE=.\Src\OGL_Init.c
|
|
DEP_CPP_OGL_I=\
|
|
"..\..\..\..\public\acp_base.h"\
|
|
"..\..\..\..\Public\AI\AIBase\AI_Handl.h"\
|
|
"..\..\..\..\Public\AI\AIBase\WP_Handl.h"\
|
|
"..\..\..\..\public\cpa_dep.h"\
|
|
"..\..\..\..\public\cpa_expt.h"\
|
|
"..\..\..\..\public\cpa_std.h"\
|
|
"..\..\..\..\public\erm.h"\
|
|
"..\..\..\..\public\erm\cpaerror.h"\
|
|
"..\..\..\..\Public\GAM\GAMHandl.h"\
|
|
"..\..\..\..\public\geo.h"\
|
|
"..\..\..\..\public\geo\color.h"\
|
|
"..\..\..\..\public\geo\culling.h"\
|
|
"..\..\..\..\public\geo\element.h"\
|
|
"..\..\..\..\public\geo\errgeo.h"\
|
|
"..\..\..\..\public\geo\fmd.h"\
|
|
"..\..\..\..\public\geo\geobdvol.h"\
|
|
"..\..\..\..\public\geo\geomem.h"\
|
|
"..\..\..\..\public\geo\geoobj.h"\
|
|
"..\..\..\..\public\geo\geosprit.h"\
|
|
"..\..\..\..\public\geo\mmggeo.h"\
|
|
"..\..\..\..\public\gld.h"\
|
|
"..\..\..\..\public\gld\errgld.h"\
|
|
"..\..\..\..\public\gld\gld_pu1.h"\
|
|
"..\..\..\..\public\gld\gld_pub.h"\
|
|
"..\..\..\..\public\gld\mmggld.h"\
|
|
"..\..\..\..\public\gld\pixfmt.h"\
|
|
"..\..\..\..\public\GLI\camera.h"\
|
|
"..\..\..\..\public\GLI\GLI_Defn.h"\
|
|
"..\..\..\..\public\GLI\Init_Gli.h"\
|
|
"..\..\..\..\public\GLI\light.h"\
|
|
"..\..\..\..\public\GLI\util.h"\
|
|
"..\..\..\..\public\GLI\vertex.h"\
|
|
"..\..\..\..\public\gmt.h"\
|
|
"..\..\..\..\public\gmt\gmtfunct.h"\
|
|
"..\..\..\..\public\gmt\gmthandl.h"\
|
|
"..\..\..\..\public\gmt\gmtlnktb.h"\
|
|
"..\..\..\..\public\gmt\gmtload.h"\
|
|
"..\..\..\..\public\gmt\gmtproto.h"\
|
|
"..\..\..\..\public\gmt\gmtznlod.h"\
|
|
"..\..\..\..\public\hdl.h"\
|
|
"..\..\..\..\public\hdl\gmthandl.h"\
|
|
"..\..\..\..\public\hdl\hdlproto.h"\
|
|
"..\..\..\..\public\mec\hmecmatc.h"\
|
|
"..\..\..\..\public\mmg.h"\
|
|
"..\..\..\..\public\mmg\cpammg.h"\
|
|
"..\..\..\..\public\mmg\errmmg.h"\
|
|
"..\..\..\..\public\mmg\rastmmg.h"\
|
|
"..\..\..\..\public\mth.h"\
|
|
"..\..\..\..\public\mth\mth2d.h"\
|
|
"..\..\..\..\public\mth\mth3d.h"\
|
|
"..\..\..\..\public\mth\mth3dopt.h"\
|
|
"..\..\..\..\public\mth\MTH_dble.h"\
|
|
"..\..\..\..\public\mth\mth_def.h"\
|
|
"..\..\..\..\public\mth\mth_fchk.h"\
|
|
"..\..\..\..\public\mth\mth_flt.h"\
|
|
"..\..\..\..\public\mth\MTH_fnop.h"\
|
|
"..\..\..\..\public\mth\mth_fopt.h"\
|
|
"..\..\..\..\public\mth\MTH_fx16.h"\
|
|
"..\..\..\..\public\mth\mth_real.h"\
|
|
"..\..\..\..\public\mth\MTH_trig.h"\
|
|
"..\..\..\..\public\pos.h"\
|
|
"..\..\..\..\public\pos\errpos.h"\
|
|
"..\..\..\..\public\pos\mmgpos.h"\
|
|
"..\..\..\..\public\pos\posproto.h"\
|
|
"..\..\..\..\public\pos\pospubst.h"\
|
|
"..\..\..\..\public\prf.h"\
|
|
"..\..\..\..\public\sai.h"\
|
|
"..\..\..\..\public\sai\sai_enum.h"\
|
|
"..\..\..\..\public\sai\sai_main.h"\
|
|
"..\..\..\..\public\sai\sai_pub.h"\
|
|
"..\..\..\..\public\scr.h"\
|
|
"..\..\..\..\public\scr\errscr.h"\
|
|
"..\..\..\..\public\scr\mmgscr.h"\
|
|
"..\..\..\..\public\scr\scr_anl.h"\
|
|
"..\..\..\..\public\scr\scr_bin.h"\
|
|
"..\..\..\..\public\scr\scr_cfg.h"\
|
|
"..\..\..\..\public\scr\scr_cfil.h"\
|
|
"..\..\..\..\public\scr\scr_cxt.h"\
|
|
"..\..\..\..\public\scr\scr_dbg.h"\
|
|
"..\..\..\..\public\scr\scr_dyar.h"\
|
|
"..\..\..\..\public\scr\scr_err.h"\
|
|
"..\..\..\..\public\scr\scr_file.h"\
|
|
"..\..\..\..\public\scr\scr_hash.h"\
|
|
"..\..\..\..\public\scr\scr_link.h"\
|
|
"..\..\..\..\public\scr\scr_mem.h"\
|
|
"..\..\..\..\public\scr\scr_ntfy.h"\
|
|
"..\..\..\..\public\scr\scr_page.h"\
|
|
"..\..\..\..\public\scr\scr_pars.h"\
|
|
"..\..\..\..\public\scr\scr_rdl0.h"\
|
|
"..\..\..\..\public\scr\scr_sect.h"\
|
|
"..\..\..\..\public\scr\scr_svl0.h"\
|
|
"..\..\..\..\public\scr\scr_svl1.h"\
|
|
"..\..\..\..\public\scr\scr_vars.h"\
|
|
"..\..\..\..\public\scr\scr_xxxx.h"\
|
|
"..\..\..\..\Public\SND\sndhandl.h"\
|
|
"..\..\..\..\public\spo\hiehand.h"\
|
|
"..\..\..\..\public\tmp.h"\
|
|
"..\..\..\..\public\tmp\tmp_ext.h"\
|
|
"..\..\..\..\public\tmr.h"\
|
|
"..\..\..\..\public\tmr\errtmr.h"\
|
|
"..\..\..\..\public\tmr\specif\counter.h"\
|
|
"..\..\..\..\public\tmr\struct.h"\
|
|
"..\..\..\..\public\tmr\timer.h"\
|
|
"..\..\MultiDRV\Inc\DLLCaps.h"\
|
|
"..\..\MultiDRV\Inc\Gli_st.h"\
|
|
"..\..\MultiDRV\Inc\Light_st.h"\
|
|
"..\..\MultiDRV\Inc\PvObj_st.h"\
|
|
"..\..\MultiDRV\Inc\TexBench.h"\
|
|
"..\..\MultiDRV\Inc\Textu_st.h"\
|
|
"..\DllCom.h"\
|
|
".\Inc\OGL_Errors.h"\
|
|
".\Inc\OGL_Options.h"\
|
|
".\Inc\OGL_Thread.h"\
|
|
{$(INCLUDE)}"gl\gl.h"\
|
|
{$(INCLUDE)}"sys\stat.h"\
|
|
{$(INCLUDE)}"sys\types.h"\
|
|
|
|
NODEP_CPP_OGL_I=\
|
|
"..\..\..\..\public\geo\GLD\Specif\DisplMsg.h"\
|
|
"..\..\..\..\public\geo\ZeMem.h"\
|
|
"..\..\..\..\public\GLI\h_level.h"\
|
|
"..\..\..\..\public\GLI\Rom64.h"\
|
|
"..\..\..\..\public\GmtMacro.h"\
|
|
"..\..\..\..\public\GmtStruc.h"\
|
|
"..\..\..\..\public\GTE\gte_mac.h"\
|
|
"..\..\..\..\public\MMG\Specif\MMG_Func.h"\
|
|
"..\..\..\..\public\mmg\ultra.h"\
|
|
|
|
|
|
"$(INTDIR)\OGL_Init.obj" : $(SOURCE) $(DEP_CPP_OGL_I) "$(INTDIR)"
|
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
|
|
|
|
|
SOURCE=.\Src\OGL_Lock.c
|
|
SOURCE=.\Src\OGL_Thread.c
|
|
DEP_CPP_OGL_T=\
|
|
"..\..\..\..\public\acp_base.h"\
|
|
"..\..\..\..\Public\AI\AIBase\AI_Handl.h"\
|
|
"..\..\..\..\Public\AI\AIBase\WP_Handl.h"\
|
|
"..\..\..\..\public\cpa_dep.h"\
|
|
"..\..\..\..\public\cpa_expt.h"\
|
|
"..\..\..\..\public\cpa_std.h"\
|
|
"..\..\..\..\public\erm.h"\
|
|
"..\..\..\..\public\erm\cpaerror.h"\
|
|
"..\..\..\..\Public\GAM\GAMHandl.h"\
|
|
"..\..\..\..\public\geo.h"\
|
|
"..\..\..\..\public\geo\color.h"\
|
|
"..\..\..\..\public\geo\culling.h"\
|
|
"..\..\..\..\public\geo\element.h"\
|
|
"..\..\..\..\public\geo\errgeo.h"\
|
|
"..\..\..\..\public\geo\fmd.h"\
|
|
"..\..\..\..\public\geo\geobdvol.h"\
|
|
"..\..\..\..\public\geo\geomem.h"\
|
|
"..\..\..\..\public\geo\geoobj.h"\
|
|
"..\..\..\..\public\geo\geosprit.h"\
|
|
"..\..\..\..\public\geo\mmggeo.h"\
|
|
"..\..\..\..\public\gld.h"\
|
|
"..\..\..\..\public\gld\errgld.h"\
|
|
"..\..\..\..\public\gld\gld_pu1.h"\
|
|
"..\..\..\..\public\gld\gld_pub.h"\
|
|
"..\..\..\..\public\gld\mmggld.h"\
|
|
"..\..\..\..\public\gld\pixfmt.h"\
|
|
"..\..\..\..\public\GLI\camera.h"\
|
|
"..\..\..\..\public\GLI\GLI_Defn.h"\
|
|
"..\..\..\..\public\GLI\light.h"\
|
|
"..\..\..\..\public\GLI\texture.h"\
|
|
"..\..\..\..\public\GLI\util.h"\
|
|
"..\..\..\..\public\GLI\vertex.h"\
|
|
"..\..\..\..\public\gmt.h"\
|
|
"..\..\..\..\public\gmt\gmtfunct.h"\
|
|
"..\..\..\..\public\gmt\gmthandl.h"\
|
|
"..\..\..\..\public\gmt\gmtlnktb.h"\
|
|
"..\..\..\..\public\gmt\gmtload.h"\
|
|
"..\..\..\..\public\gmt\gmtproto.h"\
|
|
"..\..\..\..\public\gmt\gmtznlod.h"\
|
|
"..\..\..\..\public\hdl.h"\
|
|
"..\..\..\..\public\hdl\gmthandl.h"\
|
|
"..\..\..\..\public\hdl\hdlproto.h"\
|
|
"..\..\..\..\public\mec\hmecmatc.h"\
|
|
"..\..\..\..\public\mmg.h"\
|
|
"..\..\..\..\public\mmg\cpammg.h"\
|
|
"..\..\..\..\public\mmg\errmmg.h"\
|
|
"..\..\..\..\public\mmg\rastmmg.h"\
|
|
"..\..\..\..\public\mth.h"\
|
|
"..\..\..\..\public\mth\mth2d.h"\
|
|
"..\..\..\..\public\mth\mth3d.h"\
|
|
"..\..\..\..\public\mth\mth3dopt.h"\
|
|
"..\..\..\..\public\mth\MTH_dble.h"\
|
|
"..\..\..\..\public\mth\mth_def.h"\
|
|
"..\..\..\..\public\mth\mth_fchk.h"\
|
|
"..\..\..\..\public\mth\mth_flt.h"\
|
|
"..\..\..\..\public\mth\MTH_fnop.h"\
|
|
"..\..\..\..\public\mth\mth_fopt.h"\
|
|
"..\..\..\..\public\mth\MTH_fx16.h"\
|
|
"..\..\..\..\public\mth\mth_real.h"\
|
|
"..\..\..\..\public\mth\MTH_trig.h"\
|
|
"..\..\..\..\public\pos.h"\
|
|
"..\..\..\..\public\pos\errpos.h"\
|
|
"..\..\..\..\public\pos\mmgpos.h"\
|
|
"..\..\..\..\public\pos\posproto.h"\
|
|
"..\..\..\..\public\pos\pospubst.h"\
|
|
"..\..\..\..\public\sai.h"\
|
|
"..\..\..\..\public\sai\sai_enum.h"\
|
|
"..\..\..\..\public\sai\sai_main.h"\
|
|
"..\..\..\..\public\sai\sai_pub.h"\
|
|
"..\..\..\..\public\scr.h"\
|
|
"..\..\..\..\public\scr\errscr.h"\
|
|
"..\..\..\..\public\scr\mmgscr.h"\
|
|
"..\..\..\..\public\scr\scr_anl.h"\
|
|
"..\..\..\..\public\scr\scr_bin.h"\
|
|
"..\..\..\..\public\scr\scr_cfg.h"\
|
|
"..\..\..\..\public\scr\scr_cfil.h"\
|
|
"..\..\..\..\public\scr\scr_cxt.h"\
|
|
"..\..\..\..\public\scr\scr_dbg.h"\
|
|
"..\..\..\..\public\scr\scr_dyar.h"\
|
|
"..\..\..\..\public\scr\scr_err.h"\
|
|
"..\..\..\..\public\scr\scr_file.h"\
|
|
"..\..\..\..\public\scr\scr_hash.h"\
|
|
"..\..\..\..\public\scr\scr_link.h"\
|
|
"..\..\..\..\public\scr\scr_mem.h"\
|
|
"..\..\..\..\public\scr\scr_ntfy.h"\
|
|
"..\..\..\..\public\scr\scr_page.h"\
|
|
"..\..\..\..\public\scr\scr_pars.h"\
|
|
"..\..\..\..\public\scr\scr_rdl0.h"\
|
|
"..\..\..\..\public\scr\scr_sect.h"\
|
|
"..\..\..\..\public\scr\scr_svl0.h"\
|
|
"..\..\..\..\public\scr\scr_svl1.h"\
|
|
"..\..\..\..\public\scr\scr_vars.h"\
|
|
"..\..\..\..\public\scr\scr_xxxx.h"\
|
|
"..\..\..\..\Public\SND\sndhandl.h"\
|
|
"..\..\..\..\public\spo\hiehand.h"\
|
|
"..\..\..\..\public\tex.h"\
|
|
"..\..\..\..\public\tmp.h"\
|
|
"..\..\..\..\public\tmp\tmp_ext.h"\
|
|
"..\..\..\..\public\tmr.h"\
|
|
"..\..\..\..\public\tmr\errtmr.h"\
|
|
"..\..\..\..\public\tmr\specif\counter.h"\
|
|
"..\..\..\..\public\tmr\struct.h"\
|
|
"..\..\..\..\public\tmr\timer.h"\
|
|
"..\..\MultiDRV\Inc\DLLCaps.h"\
|
|
"..\..\MultiDRV\Inc\PvObj_st.h"\
|
|
"..\..\MultiDRV\Inc\TexBench.h"\
|
|
"..\..\MultiDRV\Inc\Textu_st.h"\
|
|
"..\DllCom.h"\
|
|
".\Inc\OGL_Errors.h"\
|
|
".\Inc\OGL_Options.h"\
|
|
".\Inc\OGL_Thread.h"\
|
|
".\Src\OGL_Func.c"\
|
|
".\Src\OGL_Lock.c"\
|
|
{$(INCLUDE)}"gl\gl.h"\
|
|
{$(INCLUDE)}"sys\stat.h"\
|
|
{$(INCLUDE)}"sys\types.h"\
|
|
|
|
NODEP_CPP_OGL_T=\
|
|
"..\..\..\..\public\geo\GLD\Specif\DisplMsg.h"\
|
|
"..\..\..\..\public\geo\ZeMem.h"\
|
|
"..\..\..\..\public\GmtMacro.h"\
|
|
"..\..\..\..\public\GmtStruc.h"\
|
|
"..\..\..\..\public\GTE\gte_mac.h"\
|
|
"..\..\..\..\public\MMG\Specif\MMG_Func.h"\
|
|
"..\..\..\..\public\mmg\ultra.h"\
|
|
|
|
|
|
"$(INTDIR)\OGL_Thread.obj" : $(SOURCE) $(DEP_CPP_OGL_T) "$(INTDIR)"
|
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
|
|
|
|
|
|
|
!ENDIF
|
|
|