windows-nt/Source/XPSP1/NT/printscan/ui/unittest/rotimg/makefile

40 lines
671 B
Makefile
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
##########################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1996-1997
# All Rights Reserved.
#
##########################################################################
!IFDEF WIN95_BUILD
ROOT = ..\..\..\..
WANT_C1132=TRUE
MSDEVMK = csti.mak
CFG_RETAIL = "csti - Win32 Release"
CFG_DEBUG = "csti - Win32 Debug"
USE_MSDEV = TRUE
!IFNDEF MSDEVDIR
MSDEVDIR=$(ROOT)\dev\msdev
!ENDIF
!include $(ROOT)\dev\vcwrap.mk
INCLUDE=$(INCLUDE);$(MSDEVDIR)\mfc\include
RCFLAGS=$(RCFLAGS) -i $(MSDEVDIR)\mfc\include
!ELSE
!include $(NTMAKEENV)\makefile.def
!ENDIF