2025-04-27 07:49:33 -04:00

16 lines
348 B
Plaintext

MINORCOMP=randlib
TARGETNAME=randlib
#
# For now, define the Win95 Interlocked behavior.
# this is because, we'll need to fix the references to randlib.lib
# to point to randlib9.lib
#
!if !$(WIN64)
C_DEFINES=$(C_DEFINES) -DWIN95_RNG
!endif
!INCLUDE ..\SOURCES.INC
PASS1_PUBLISH= \
{$(O)\randlib.lib=$(DS_LIB_PATH)\randlib.lib}