>I want to use tinycc as a script compiler in my game >for pc. My develop platform is vc7.1. I have >downloaded the gz of tcc and compiled with mingw gcc >3.4. The mingw just generate a libtcc.a and libtcc1.a. >How to use this linux style lib in vc project? >Cound anybody send me a Makefile for build libtcc.dll >or libtcc.dll itself? >Thanks.. > >
You should compile tcc under vs7.1. MSC Compiler does not understand mingw's gcc object files format. _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
