Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
415 B

for burnslib\core
USE_MSVCRT=1
links to dll version of CRTs. If STL headers are included, also causes
link to msvcrp60.dll
causes -D_DLL=1 -D_MT=1 to be passed to cl, otherwise the same.
USE_LIBCMT=1
causes -D_MT=1 but not -D_DLL=1 to be passed to cl
_MT is necessary to get correct declaration of errno from stdlib.h
for binaries, causes link to thread-aware msvcrt.dll (non-static crts)