~mingw-w64/pthreads-w32/w64-patch

490 by rpj
Initial support for Digital Mars Compiler
1
; Build the pthreads library with the Digital Mars Compiler
2
;
3
set DMCDIR=c:\dm
4
5
;   RELEASE
6
%DMCDIR%\bin\dmc -D_WIN32_WINNT -D_MT -DHAVE_CONFIG_H -I.;c:\dm\include -o+all -WD pthread.c user32.lib+kernel32.lib+wsock32.lib -L/impl -L/NODEBUG -L/SU:WINDOWS
7
8
;   DEBUG
9
%DMCDIR%\bin\dmc -g -D_WIN32_WINNT -D_MT -DHAVE_CONFIG_H -I.;c:\dm\include -o+all -WD pthread.c user32.lib+kernel32.lib+wsock32.lib -L/impl -L/SU:WINDOWS