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.
29 lines
659 B
29 lines
659 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 1998
|
|
|
|
Module Name:
|
|
|
|
makefile.
|
|
|
|
!ENDIF
|
|
|
|
#----------------------------------------------------------------------------
|
|
# /Build the file cabinet app.
|
|
#----------------------------------------------------------------------------
|
|
|
|
!ifdef NTMAKEENV # Prevent NT's build.exe from executing this makefile
|
|
|
|
#
|
|
# Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
|
|
#
|
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
|
|
|
!else # NTMAKEENV
|
|
|
|
#
|
|
# Currently not set up for building under Win95
|
|
# Need to add makefile information for this build environment.
|
|
#
|
|
|
|
!endif # NTMAKEENV
|