11 lines
195 B
Makefile
11 lines
195 B
Makefile
# @@ COPY_RIGHT_HERE
|
|
# @@ ROADMAP :: Makefile for AFP Manager project
|
|
|
|
!IFNDEF UI
|
|
UI=$(_NTBINDIR)\private\net\ui
|
|
!ENDIF
|
|
|
|
!include $(UI)\common\src\uiglobal.mk
|
|
|
|
!include $(NTMAKEENV)\makefile.def
|