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.
23 lines
470 B
23 lines
470 B
############################################################################
|
|
#
|
|
# Microsoft Windows
|
|
# Copyright (C) Microsoft Corporation, 1992 - 1993.
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
|
|
NAME = ofstest
|
|
|
|
TARGET = $(NAME).exe
|
|
|
|
CXXFILES = .\$(NAME).cxx\
|
|
.\tutils.cxx
|
|
|
|
PXXFILE = .\pch.cxx
|
|
|
|
LIBS = $(CAIROLIB)
|
|
|
|
CINC = $(CINC) -I..
|
|
NO_WINMAIN = 1
|
|
EXECOPY = v:\$(OBJDIR)
|