9 lines
162 B
Makefile
9 lines
162 B
Makefile
|
# @@ COPY_RIGHT_HERE
|
||
|
# @@ ROADMAP :: The Makefile the product-wide header files
|
||
|
|
||
|
!ifdef NTMAKEENV
|
||
|
|
||
|
!include $(NTMAKEENV)\makefile.def
|
||
|
|
||
|
!endif # NTMAKEENV
|