summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/utils/stgview/makefile
blob: cbea271f127624fa97766eb7f9f53478e6fc3518 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
############################################################################
#
#   Microsoft Windows
#   Copyright (C) Microsoft Corporation, 1992 - 1994.
#   All rights reserved.
#
############################################################################

!ifdef NTMAKEENV
!include $(NTMAKEENV)\makefile.def
!else

default: all

EXENAME = stgview

!include $(CAIROLE)\stg\utils\util.mk
!include $(COMMON)\src\win40.mk
!include $(DEPENDFILE)

!endif # NTMAKEENV