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

32 lines
757 B
Plaintext

############################################################################
#
# Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
#
# All rights reserved.
#
############################################################################
WMIPLATFORM=WINNT
WMIUNICODE = 1
!include ..\sources.inc
SOURCES_USED=..\sources.inc
# PRESOURCES must have precomp.h as the first #include in the file.
# There cannot be any #defines before the #include.
PRESOURCES=$(PRESOURCES) \
NTSOURCES=$(NTSOURCES)
# MISCSOURCES are the files that don't fit in either NTSOURCES or PRESOURCES
MISCSOURCES=$(MISCSOURCES)
SOURCES=$(SOURCES) \
$(MISCSOURCES) \
$(NTSOURCES) \
$(PRESOURCES)
C_DEFINES=$(C_DEFINES) /DNTONLY=4