]> gitweb.factorcode.org Git - factor.git/blob - basis/windows/nt/nt.factor
abc728ed19cfe456aea82652b042bd887afe88ea
[factor.git] / basis / windows / nt / nt.factor
1 USING: alien sequences alien.libraries ;
2 {
3     { "advapi32" "advapi32.dll" "stdcall" }
4     { "dinput"   "dinput8.dll"  "stdcall" }
5     { "gdi32"    "gdi32.dll"    "stdcall" }
6     { "user32"   "user32.dll"   "stdcall" }
7     { "kernel32" "kernel32.dll" "stdcall" }
8     { "winsock"  "ws2_32.dll"   "stdcall" }
9     { "mswsock"  "mswsock.dll"  "stdcall" }
10     { "shell32"  "shell32.dll"  "stdcall" }
11     { "libc"     "msvcrt.dll"   "cdecl"   }
12     { "libm"     "msvcrt.dll"   "cdecl"   }
13     { "gl"       "opengl32.dll" "stdcall" }
14     { "glu"      "glu32.dll"    "stdcall" }
15     { "ole32"    "ole32.dll"    "stdcall" }
16     { "usp10"    "usp10.dll"    "stdcall" }
17     { "psapi"    "psapi.dll"    "stdcall" }
18 } [ first3 add-library ] each