Closed Bug 674663 Opened 13 years ago Closed 13 years ago

Set up DirectX environment

Categories

(Mozilla Messaging Graveyard :: Release Engineering, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jhopkins, Unassigned)

Details

Need to set INCLUDE/LIB dirs for DirectX on win32
Inserted the following into start-msvc8.bat on Thunderbird and Calendar win32 build slaves:

------
rem Set up Direct X 10 environment
set INCLUDE=%INCLUDE%;d:\sdks\dx10\include
if "%WIN64%" == "1" (
  set LIB=%LIB%;d:\sdks\dx10\lib\x64
) else (
  set LIB=%LIB%;d:\sdks\dx10\lib\x86
)
------
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
It seems the calendar windows boxes are still burning. I've edited start-msvc8.bat to add:

set DXSDK_DIR=d:\sdks\dx10
You need to log in before you can comment on or make changes to this bug.