Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

52 lines
1.3 KiB

###########################################################################
#
# Norway standard makefile for: include
# Copyright (c) 1995 - Wang Labratories
#
# The only purpose of this makefile is to process .h files to .hm
# files, and install them in the help directory so that help compiles
# will work.
#
###########################################################################
NAME =
TARGET =
###########################################################################
#
# Include wang.mak for common code
#
###########################################################################
!INCLUDE ..\include\wang.mak
INSTALLHELP = $(LIB_DISK)\$(NORWAY)\help
###########################################################################
#
# Set up standard targets. The default target builds the target for this
# module (a .dll, .ocx, etc). The other targets are used by the system
# build procedures.
#
###########################################################################
all:
lib:
bin:
installlib:
!IF "$(SKIP_HELP)" == ""
copy oihelp.h $(INSTALLHELP)
!ENDIF
installbin:
cleanall:
###########################################################################
#
# Transformation Rules
#
###########################################################################