16 lines
455 B
Makefile
16 lines
455 B
Makefile
|
# Makefile : Build the 32-bit local user management DLL.
|
||
|
##########################################################################
|
||
|
#
|
||
|
# Microsoft Confidential
|
||
|
# Copyright (C) Microsoft Corporation 1991
|
||
|
# All Rights Reserved.
|
||
|
#
|
||
|
##########################################################################
|
||
|
|
||
|
#
|
||
|
# This section is for the NT build ONLY.
|
||
|
# For NT build, change the 'sources' or 'dirs' file, not this makefile
|
||
|
#
|
||
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
||
|
|