This commit is contained in:
Nishi 2026-09-22 11:06:13 +09:00
commit cdf7657b19
3 changed files with 3 additions and 3 deletions

2
NTMakefile generated
View file

@ -2,7 +2,7 @@ CC = cl /TC /c /nologo
LD = link /nologo
!if [where /R "%DXSDK_DIR%\\Include" d3d9.h >nul 2>nul]
!if [for /f "delims=" %P in ('where /R "%DXSDK_DIR%\\Include" d3d9.h 2^>nul') do @echo DX9_FLAGS = /DMW_DIRECT3D9 /I"%~dpP">d3d9flags.mk]
!if [echo DX9_FLAGS = /DMW_DIRECT3D9 /I"%DXSDK_DIR%\\Include">d3d9flags.mk]
!endif
!else
!if [echo DX9_FLAGS =>d3d9flags.mk]