Sha256: 13bc1d868484e0a5ff43e0f31341a70cfdac871b286a69eb89580ae2038f4d26

Contents?: true

Size: 431 Bytes

Versions: 3

Compression:

Stored size: 431 Bytes

Contents

; Build the pthreads library with the Digital Mars Compiler
;
set DMCDIR=c:\dm

;   RELEASE
%DMCDIR%\bin\dmc -D_WIN32_WINNT -D_MT -DHAVE_PTW32_CONFIG_H -I.;c:\dm\include -o+all -WD pthread.c user32.lib+kernel32.lib+wsock32.lib -L/impl -L/NODEBUG -L/SU:WINDOWS

;   DEBUG
%DMCDIR%\bin\dmc -g -D_WIN32_WINNT -D_MT -DHAVE_PTW32_CONFIG_H -I.;c:\dm\include -o+all -WD pthread.c user32.lib+kernel32.lib+wsock32.lib -L/impl -L/SU:WINDOWS

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
noderb-0.0.4 ext/noderb_extension/libuv/deps/pthread-win32/builddmc.bat
noderb-0.0.3 ext/noderb_extension/libuv/deps/pthread-win32/builddmc.bat
noderb-0.0.2 ext/noderb_extension/libuv/deps/pthread-win32/builddmc.bat