[Bf-committers] Patch for BL_src.dsp...

Simon Clitherow bf-committers@blender.org
Sun, 8 Dec 2002 20:16:14 -0000


The patch below fixes a problem with finding IMG_Api.h in the Windows build:

Lines 45 and 69 in blender/projectfiles/blender/src/BL_src.dsp:

# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\source\blender\img\include"
...<snip>...

change to:

# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\source\blender\img"
...<snip>...

Also, on the same lines (towards the end):

...<snip>... /D "_CONSOLE" /D "NAN_GAME" /D "GAME" ...<snip>...

change to:

...<snip>... /D "_CONSOLE" /D "GAMEBLENDER" ...<snip>...

-Simon <aphex>