Last change
on this file since 94320 was 94320, checked in by vboxsync, 3 years ago |
libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128
|
File size:
247 bytes
|
Line | |
---|
1 | $COMMON=rand_unix.c rand_win.c rand_tsc.c rand_cpu_x86.c
|
---|
2 | IF[{- $config{target} =~ /vxworks/i -}]
|
---|
3 | $COMMON=$COMMON rand_vxworks.c
|
---|
4 | ENDIF
|
---|
5 | IF[{- $config{target} =~ /vms/i -}]
|
---|
6 | $COMMON=$COMMON rand_vms.c
|
---|
7 | ENDIF
|
---|
8 |
|
---|
9 | SOURCE[../../../libdefault.a]=$COMMON
|
---|
10 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.