[Bf-committers] Compiling under Windows with MinGW

Hans Lambermont hans at lambermont.dyndns.org
Sat Oct 23 12:48:58 CEST 2004


sh484090 at 12move.nl wrote:

> 2) In bf-blender/source/blender/nan-definitions.mk replace
>     export OS := $(shell echo ${CONFIG_GUESS} | sed -e 's/-.*//')
> by
>     export OS ?= $(shell echo ${CONFIG_GUESS} | sed -e 's/-.*//')

Sounds OK to me, this can be committed IMO

> 4) In bf-blender/source/blender/blenlib/intern/Makefile: removed spurious /
> at end of line
>     CPPFLAGS += -I../../include/
> GCC doesn't seem to like the trailing slash and fails to find include files
> in this path if you leave it in

That's weird, I don't remember seeing this behaviour on other gcc
platforms.

> The executable can be found in bf-blender/blender/obj/mingw-32-i386/bin.

This means the OS env var is not used everywhere anymore. Bug.

just my 2 ct.

-- Hans


More information about the Bf-committers mailing list