equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 /** |
19 /** |
20 @file |
20 @file |
21 |
21 |
22 @SYMPurpose random.dll Pseudo-random number generator server, client-side |
22 @SYMPurpose random.dll Pseudo-random number generator interface |
23 */ |
23 */ |
24 |
24 |
25 TARGET random.dll |
25 TARGET random.dll |
26 CAPABILITY All |
26 CAPABILITY All |
27 TARGETTYPE DLL |
27 TARGETTYPE DLL |
33 SOURCEPATH ../source/random |
33 SOURCEPATH ../source/random |
34 SOURCE random.cpp threadrandom.cpp randomshim.cpp |
34 SOURCE random.cpp threadrandom.cpp randomshim.cpp |
35 |
35 |
36 USERINCLUDE ../inc |
36 USERINCLUDE ../inc |
37 USERINCLUDE ../inc/spi |
37 USERINCLUDE ../inc/spi |
|
38 USERINCLUDE ../../../cryptomgmtlibs/securityutils/inc |
38 USERINCLUDE ../../../cryptoplugins/cryptospiplugins/source/softwarecrypto |
39 USERINCLUDE ../../../cryptoplugins/cryptospiplugins/source/softwarecrypto |
39 OS_LAYER_SYSTEMINCLUDE |
40 OS_LAYER_SYSTEMINCLUDE |
40 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
41 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
41 LIBRARY euser.lib cryptospi.lib |
42 LIBRARY euser.lib cryptospi.lib |
42 |
43 |