Hi everyone,
Srry if this is a silly question, but, I only want to know how do i build a library using makefiles? I want to use TinyXML (cause IrrXMLReader have some problems reading XML written from IrrXMLWritter), and I really dont know how do i get .lib and .dll files. I only have code, documentation and this MakeFile.
Any help would be appriciated.
MakeFile?
makefiles are scripts for use with make.exe !!!
for example you call "make makefile" in the console and then it'll compile the project...
but be sure that make.exe (or maybe mingw32-make.exe) can be found on your system (add the path to your system path)...
and of course you'll have to open the makefile (text editor) and check if all pathes are correct for your system first...
for example you call "make makefile" in the console and then it'll compile the project...
but be sure that make.exe (or maybe mingw32-make.exe) can be found on your system (add the path to your system path)...
and of course you'll have to open the makefile (text editor) and check if all pathes are correct for your system first...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java