have watcom check for d3d8.h/d3d9.h
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
2ef5092854
commit
037b8e2120
2 changed files with 19 additions and 3 deletions
|
|
@ -154,8 +154,10 @@ sub generate {
|
|||
$needlibs = "${lib}clib3r.lib";
|
||||
$c_dllout = "option implib=src${dir}Mw.lib";
|
||||
|
||||
$dx8_flags = "${def}MW_DIRECTX8";
|
||||
$dx9_flags = "${def}MW_DIRECTX9";
|
||||
$dx8_flags = "\$(DX8_FLAGS)";
|
||||
$dx8_block = dx8_detect_block();
|
||||
$dx9_flags = "\$(DX9_FLAGS)";
|
||||
$dx9_block = dx9_detect_block();
|
||||
}
|
||||
|
||||
open(OUT, ">", $output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue