18 lines
412 B
Makefile
18 lines
412 B
Makefile
#############################################################################
|
|
#
|
|
# Microsoft Confidential
|
|
# Copyright (C) Microsoft Corporation 1995
|
|
# All Rights Reserved.
|
|
#
|
|
# makefile for Setup Custom Actions DLL
|
|
#
|
|
#############################################################################
|
|
!if "$(NTMAKEENV)" != ""
|
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
|
|
|
clean:
|
|
|
|
!endif
|
|
|
|
|