windows-nt/Source/XPSP1/NT/shell/osshell/accesory/pbrush/makefile.w95
2020-09-26 16:20:57 +08:00

27 lines
488 B
Plaintext

#----------------------------------------------------------------------------
# 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