mirror of https://github.com/lianthony/NT4.0
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
529 B
29 lines
529 B
!IF 0
|
|
|
|
Copyright (c) 1993 Micro Computer Systems, Inc.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=nwlink
|
|
MINORCOMP=nbcount
|
|
|
|
TARGETNAME=nbcount
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
|
|
USE_CRTDLL=1
|
|
|
|
C_DEFINES=$(C_DEFINES)
|
|
|
|
!IF 0
|
|
INCLUDES=..\h;..\..\..\..\..\inc;..\..\..\..\inc;..\..\..\inc
|
|
!ELSE
|
|
INCLUDES=..\h;$(BASEDIR)\private\inc;$(BASEDIR)\private\ntos\inc;$(BASEDIR)\private\ntos\streams\inc
|
|
!ENDIF
|
|
|
|
SOURCES= nbcount.c nbcount.rc
|
|
|
|
UMTYPE=console
|
|
UMAPPL=$(TARGETNAME)
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
|
|
|