summaryrefslogtreecommitdiff
path: root/builddmc.bat
blob: bf813d8166bef84b7c23e042a9fa2ac0ee79f228 (plain)
1
2
3
4
5
6
7
8
9
; 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