Updated ecf files toward complete void-safety
Added iron package files. Added libfcgi files to compile .lib and .dll on Windows
This commit is contained in:
3
library/server/libfcgi/Clib/Makefile-win.SH
Normal file
3
library/server/libfcgi/Clib/Makefile-win.SH
Normal file
@@ -0,0 +1,3 @@
|
||||
all::
|
||||
build_win64.bat
|
||||
|
||||
@@ -16,3 +16,4 @@ link.exe %LINK_FLAGS% /DLL %E_libFCGI_OUTDIR%\fcgi_stdio.obj %E_libFCGI_OUTDIR%
|
||||
copy %E_libFCGI_OUTDIR%\libfcgi.* %~dp0..\spec\lib\windows\msc
|
||||
|
||||
endlocal
|
||||
exit 0
|
||||
|
||||
@@ -16,3 +16,4 @@ link.exe %LINK_FLAGS% /DLL %E_libFCGI_OUTDIR%\fcgi_stdio.obj %E_libFCGI_OUTDIR%
|
||||
copy %E_libFCGI_OUTDIR%\libfcgi.* %~dp0..\spec\lib\win64\msc
|
||||
|
||||
endlocal
|
||||
exit 0
|
||||
|
||||
20
library/server/libfcgi/Clib/build_windows.bat
Normal file
20
library/server/libfcgi/Clib/build_windows.bat
Normal file
@@ -0,0 +1,20 @@
|
||||
setlocal
|
||||
echo off
|
||||
|
||||
if "%ISE_PLATFORM%" == "win64" goto build_win64
|
||||
goto build_win32
|
||||
goto end
|
||||
|
||||
:build_win64
|
||||
echo Building libfcgi for win64
|
||||
%~dp0\build_win64.bat
|
||||
goto end
|
||||
|
||||
:build_win32
|
||||
echo Building libfcgi for win32
|
||||
%~dp0\build_win32.bat
|
||||
goto end
|
||||
|
||||
:end
|
||||
endlocal
|
||||
exit 0
|
||||
Reference in New Issue
Block a user