13 lines
400 B
Makefile
13 lines
400 B
Makefile
|
#----------------------------------------------------------------------------
|
||
|
# /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
|
||
|
|
||
|
!endif # NTMAKEENV
|