IncludeModule c/directx ;
Applies settings to the specified TARGET, allowing it to build a DirectX-capable project.
| TARGET | The target to assign the DirectX settings to. TARGET is optional if rule ActiveProject PROJECT has been specified. | |
| OPTIONS | (optional) The following options are available: |
link- When linking the final executable or DLL, this option sets up the DirectX link libraries.
# Applies DirectX settings to MyLibrary. C.UseDirectX MyLibrary ; # Applies DirectX settings, including the appropriate linker flags, to MyApplication. C.UseDirectX MyApplication : link ;