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.
32 lines
551 B
32 lines
551 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 2000-2001
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Description:
|
|
|
|
sources for building Win9x (WDM10) version of avcstrm.sys
|
|
|
|
!ENDIF
|
|
|
|
!include ..\sources.inc
|
|
|
|
#
|
|
# Use 61883.h for WinME
|
|
#
|
|
INCLUDES=..\..\inc\WinME;$(INCLUDES)
|
|
|
|
#
|
|
# To turn on time bomb:
|
|
# -DTIME_BOMB
|
|
#
|
|
# To define number day until expiration: (if not defined, the default is 31)
|
|
# -DDAYS_UNTIL_EXPIRATION=??
|
|
#
|
|
|
|
C_DEFINES=$(C_DEFINES) -DCIP_TALK_USE_SPH_TIMESTAMP=1 -DCIP_TALK_DOUBLE_BUFFER=2
|
|
|
|
|