I searched a the forums and found problems rather similer to mine, but most of them appeared to be about the symbols file, which didnt really help =/
Anyway, im trying to compile my IRCd with zip links, ive downloaded the zip from http://vulnscan.org/unrealwin32dev/, and extracted to C:\Dev, so that i could copy + paste the thing from compileing_win32.txt
anyway, my irc compiles fine without ZIP links, but if i try to compile with them i get this
LINK : warning LNK4075: ignoring '/MAPINFO:LINES' due to '/INCREMENTAL' specific
ation
Standard version built
my compiler is Visual Studio 2003, ive tried compiling the symbols file but it didnt make any difference
EDIT: heres what im typing into Visual Studio command line:
nmake -f makefile.win32 USE_ZIPLINKS=1 ZLIB_INC_DIR="c:\dev\zlib" ZLIB_LIB_DIR="c:\dev\zlib\dll32"