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.

15 lines
348 B

  1. MINORCOMP=randlib
  2. TARGETNAME=randlib
  3. #
  4. # For now, define the Win95 Interlocked behavior.
  5. # this is because, we'll need to fix the references to randlib.lib
  6. # to point to randlib9.lib
  7. #
  8. !if !$(WIN64)
  9. C_DEFINES=$(C_DEFINES) -DWIN95_RNG
  10. !endif
  11. !INCLUDE ..\SOURCES.INC
  12. PASS1_PUBLISH= \
  13. {$(O)\randlib.lib=$(DS_LIB_PATH)\randlib.lib}