huh.....i totally lost here.....I tried the
Code:
C:\MinGW>gcc -s -Os -o q3dirtrav.exe q3dirtrav.c -mwindows -lws2_32 -lz lib\libz.dll.a
but it doesn't work...I tried the
Code:
C:\MinGW>gcc -s -Os -o q3dirtrav.exe q3dirtrav.c -nostdlib -mwindows -luser32 -lz lib\stristr.o
but
Code:
gcc: lib\stristr.o: No such file or directory
... I dont know what to do...
Any ideas?