[Gtkradiant] [Bug 844] q3data build in Linux

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Sun, 27 Jul 2003 02:00:34 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=844





------- Additional Comments From david@jawa.gotdns.org  2003-07-27 02:00 -------
Well I got it to build with few modifications.

Although, I need to know what to use for strlwr and _strcmpi.  Right now I am
using _pico_strlwr and copy/pasted _strlwr from strcmpcasenosensitive_internal.
 Neither is a good idea.  And str.h won't work because it is c++ and  q3data is
straight c.

So what should I do?  Just rewrite the few small functions again?