This commit is contained in:
parent
cdf7657b19
commit
4e2c270908
2 changed files with 2 additions and 2 deletions
2
NTMakefile
generated
2
NTMakefile
generated
|
|
@ -1,7 +1,7 @@
|
|||
CC = cl /TC /c /nologo
|
||||
LD = link /nologo
|
||||
|
||||
!if [where /R "%DXSDK_DIR%\\Include" d3d9.h >nul 2>nul]
|
||||
!if [where /R "%DXSDK_DIR%\\Include" /Q d3d9.h] == 0
|
||||
!if [echo DX9_FLAGS = /DMW_DIRECT3D9 /I"%DXSDK_DIR%\\Include">d3d9flags.mk]
|
||||
!endif
|
||||
!else
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ sub cobjs {
|
|||
|
||||
sub d3d9_detect_block {
|
||||
return <<'EOF';
|
||||
!if [where /R "%DXSDK_DIR%\\Include" d3d9.h >nul 2>nul]
|
||||
!if [where /R "%DXSDK_DIR%\\Include" /Q d3d9.h] == 0
|
||||
!if [echo DX9_FLAGS = /DMW_DIRECT3D9 /I"%DXSDK_DIR%\\Include">d3d9flags.mk]
|
||||
!endif
|
||||
!else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue