Game Development Community

Simple omision on tools

by Rodrigo Hernandez · in Torque Game Engine · 12/15/2003 (9:16 pm) · 0 replies

Hello,

I just got torque and when compiling under Windows with MinGW I found that if you give the command "make all", map2dif won't compile because on targets.map2dif.mk, the line for the vorbis libs is missing, just add the line

$(LINK.LIBS.VORBIS)

after the line:

$(LINK.LIBS.TOOLS) \

Cheers!