Changeset 1449
- Timestamp:
- Jun 8, 2012, 9:54:41 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1438 r1449 118 118 AC_CHECK_HEADERS(d3d9.h, [ac_cv_my_have_d3d9="yes"]) 119 119 if test "${ac_cv_my_have_d3d9}" != "no"; then 120 D3D_LIBS="${D3D_LIBS} -ld3d9 -ld3dx9 "120 D3D_LIBS="${D3D_LIBS} -ld3d9 -ld3dx9 -lxinput" 121 121 AC_DEFINE(USE_D3D9, 1, Define to 1 to use DirectX 9) 122 122 fi … … 392 392 [orbital/Makefile 393 393 ]) 394 AC_CONFIG_FILES( 395 [neercs/Makefile 396 ]) 394 397 395 398 AC_OUTPUT -
trunk/src/Makefile.am
r1440 r1449 68 68 69 69 d3d9_sources = \ 70 platform/ xbox/xboxinput.cpp platform/xbox/xboxinput.h70 platform/d3d9/d3d9input.cpp platform/d3d9/d3d9input.h 71 71 72 72 if USE_NACL
Note: See TracChangeset
for help on using the changeset viewer.