2009-03-26 00:00:19 -04:00
|
|
|
USING: alien sequences alien.libraries ;
|
2007-09-20 18:09:08 -04:00
|
|
|
{
|
|
|
|
{ "advapi32" "\\windows\\coredll.dll" "stdcall" }
|
|
|
|
{ "gdi32" "\\windows\\coredll.dll" "stdcall" }
|
|
|
|
{ "user32" "\\windows\\coredll.dll" "stdcall" }
|
|
|
|
{ "kernel32" "\\windows\\coredll.dll" "stdcall" }
|
|
|
|
{ "winsock" "\\windows\\ws2.dll" "stdcall" }
|
|
|
|
{ "mswsock" "\\windows\\ws2.dll" "stdcall" }
|
|
|
|
{ "libc" "\\windows\\coredll.dll" "stdcall" }
|
|
|
|
{ "libm" "\\windows\\coredll.dll" "stdcall" }
|
|
|
|
! { "gl" "libGLES_CM.dll" "stdcall" }
|
|
|
|
! { "glu" "libGLES_CM.dll" "stdcall" }
|
2008-02-15 21:08:01 -05:00
|
|
|
{ "ole32" "ole32.dll" "stdcall" }
|
2007-09-20 18:09:08 -04:00
|
|
|
} [ first3 add-library ] each
|