Sign in
goma
/
wine
/
cf6f8d2eb50aa28829ee2b76c61aab411f8730ae
/
dlls
/
ws2_32
/
Makefile.in
81b8ee8
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
by Alexandre Julliard
· 15 years ago
b86d515
dlls: Remove explicit imports of kernel32 and ntdll.
by Alexandre Julliard
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
7dc9ea8
ws2_32: Make winsock.dll into a stand-alone 16-bit module.
by Alexandre Julliard
· 16 years ago
8c44e25
ws2_32: Delay import iphlpapi.
by Juan Lang
· 17 years ago
4800089
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
by Rob Shearman
· 17 years ago
e958dc2
ws2_32: Win64 printf format fixes.
by Alexandre Julliard
· 18 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
5cf75e6
makefiles: Only run test and documentation targets in directories that need them.
by Alexandre Julliard
· 19 years ago
1089260
configure: Only link against libpoll where really necessary.
by Alexandre Julliard
· 19 years ago
eb8a40c
libs: Merged libwine_unicode into libwine.
by Alexandre Julliard
· 19 years ago
af781f3
winsock: Renamed the winsock directory to ws2_32.
by Alexandre Julliard
· 19 years ago
[Renamed from dlls/winsock/Makefile.in]
d48f50b
Move user32 to delay loaded imports.
by Dmitry Timoshkov
· 20 years ago
34fa35d
Added rules for building import libraries in the individual dll
by Alexandre Julliard
· 20 years ago
19def5f
Implement WSAAddressToString{A,W}.
by Hans Leidekker
· 20 years ago
f4b0051
Move implementation of EnumProtocols{A,W} from wsock32 to ws2_32.
by Hans Leidekker
· 21 years ago
b459952
Avoid some non-portable makefile constructs, and get rid of the
by Alexandre Julliard
· 21 years ago
0d7bdc7
Moved the 16-bit code out of socket.c and into a separate file.
by Alexandre Julliard
· 21 years ago
fbdfd91
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
by Dimitrie O. Paun
· 21 years ago
fe0bae3
Added version information.
by Francois Gouget
· 22 years ago
090f597
Use iphlpapi to implement SIO_GET_INTERFACE_LIST in WSAIoctl, and
by Juan Lang
· 22 years ago
e048ada
List 16-bit spec files explicitly to avoid problems with some versions of make.
by Alexandre Julliard
· 22 years ago
9fc8b11
- Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall).
by Martin Wilck
· 22 years ago
23bb371
Added support for building certain dlls with -DSTRICT.
by Alexandre Julliard
· 22 years ago
edeee89
Create separate makefiles for tests for more flexibility.
by Alexandre Julliard
· 23 years ago
67371bc
Added -res option to specify resources on winebuild command-line.
by Alexandre Julliard
· 23 years ago
3245991
Moved imports specification from the .spec into the Makefile so that
by Alexandre Julliard
· 23 years ago
b28f933
Added unit test for winsock.
by Martin Wilck
· 23 years ago
81f2a73
Send message for WSAAsyncSelect sockets directly from the server,
by Alexandre Julliard
· 23 years ago
c1bfca0
Changed builtin dlls file names to make it clear they are not normal
by Alexandre Julliard
· 23 years ago
2720231
Make winsock.h and winsock2.h independent from the Unix headers.
by Francois Gouget
· 23 years ago
1a3f705
Added import of ntdll.
by Alexandre Julliard
· 24 years ago
e514103
Added imports of kernel32.dll where necessary.
by Alexandre Julliard
· 25 years ago
6c9d83a
Added imports of user32/gdi32/kernel32 wherever necessary.
by Alexandre Julliard
· 25 years ago
c607532
Created separate libraries for dplay, shfolder, shlwapi, wow32 and
by Alexandre Julliard
· 25 years ago
6953d67
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
by Alexandre Julliard
· 25 years ago
829405a
Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
by James Hatheway
· 25 years ago
82a2b18
Added support for creating extra symlinks for .so files that contain
by Alexandre Julliard
· 25 years ago
d0edc5f
Moved dll-specific make rules to a separate Makedll.rules file.
by Alexandre Julliard
· 25 years ago
318f4ce
Build most dlls as separate shared libraries.
by Alexandre Julliard
· 25 years ago
de07869
Moved winsock implementation to dlls/winsock.
by Alexandre Julliard
· 25 years ago