Hi,

Mirco Babin wrote (2009/07/10 20:24):
bcc32 -oobjs/apinames src/tools/apinames.c
CodeGear C++ 5.93 for Win32 Copyright (c) 1993, 2007 CodeGear
src/tools/apinames.c:
Turbo Incremental Link 5.81 Copyright (c) 1997-2008 CodeGear
Fatal: Unable to open file 'APINAMES.OBJ'
mingw32-make: *** [objs/apinames] Error 1

I'm unfamiliar with bcc32 commandline syntax.
How we can build "Hello World"-like program
by bcc32? I think the author of the Makefile
assumed that "bcc32 -ohello hello.c" is OK.
Please let me know how to build hello world
by bcc32.

The command

bcc32 -oobjs/apinames.exe src/tools/apinames.c

can compile & link working executabe "apinames.exe"?

Regards,
mpsuzuki


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to