-
Notifications
You must be signed in to change notification settings - Fork 0
Win32libfcgi
Ligustah edited this page Sep 17, 2011
·
1 revision
To build libfcgi.lib yourself you will need DMC (Digital Mars C/C++ Compiler) installed and added to your PATH.
To get started download the current version from Fastcgi.com and extract it somewhere on your computer. Open a command prompt and navigate to fcgi-folder\libfcgi . Now run these:
dmc -I..\include -c fcgi_stdio.c
dmc -I..\include -c fcgiapp.c
dmc -I..\include -c os_win32.c
lib -c libfcgi.lib fcgi_stdio.ojb fcgiapp.obj os_win32.obj
You should now have a file named libfcgi.lib in the fcgi-folder\libfcgi folder.