Hi,
I am trying to recompile JServ on WinNT.. Got Visual C++ and Build.exe. Now there is no $(APACHE_SRC)\CoreR\ApacheCore.lib file needed by the makefile. Can someone tell me where to get )CoreR\ApacheCore.lib ?
Thanks !
Here is the part of the Makefile.win32 in the Apache JServ 1.1b3/sources/c directory.
Sean
!IFDEF STANDALONE
build: jserv.h ApacheJServ.exe
echo Done.
!ELSE
build: jserv.h $(APACHE_SRC)\CoreR\ApacheCore.lib ApacheModuleJServ.dll
echo Done.
!ENDIF