mirror of https://github.com/tongzx/nt5src
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.
26 lines
488 B
26 lines
488 B
#----------------------------------------------------------------------------
|
|
# Build the progman group converter
|
|
#----------------------------------------------------------------------------
|
|
|
|
NAME=pbrush
|
|
ROOT=..\..\..\..\..
|
|
RES_DIR=..
|
|
WIN32=TRUE
|
|
DEFENTRY = ModuleEntry@0
|
|
|
|
|
|
!ifdef VERDIR
|
|
ROOT=..\$(ROOT)
|
|
!endif
|
|
|
|
PCHOBJ0=pbrush.obj
|
|
LIB0=kernel32.lib shell32.lib
|
|
|
|
!include $(ROOT)\win\core\shell\common.mk
|
|
|
|
!ifdef VERDIR
|
|
$(PRIVINC).pch pch.obj:
|
|
|
|
$(NAME).res: $(SRCDIR)\$(NAME).ico
|
|
|
|
!endif
|