mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
549 B
26 lines
549 B
############################################################################
|
|
#
|
|
# Copyright (C) 1992, Microsoft Corporation.
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
CFLAGS= -DGBMASTER -DRLADMIN
|
|
|
|
!if "$(OPSYS)" == "DOS"
|
|
|
|
|
|
CFLAGS = $(CFLAGS) -DWIN16 -DRES16 /Idosenv\include
|
|
RCEXEFLAGS = -K
|
|
!else
|
|
|
|
CFLAGS = $(CFLAGS) -DRES32 -DWIN32 -DUNICODE -D_UNICODE -DCAIRO
|
|
RCFLAGS=$(RCFLAGS) -DWIN32
|
|
|
|
!endif
|
|
|
|
default: all
|
|
!include filelist.mk
|
|
!include $(COMMON)\src\win40.mk
|
|
!include depend.mk
|