WindowsXP-SP1/shell/osshell/control/t1instal/makefile.inc
2020-09-30 16:53:49 +02:00

35 lines
571 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# If BUILDMSG is not defined, the define it as the empty string to make
# the conditionals easier to write.
#
!IFNDEF BUILDMSG
BUILDMSG=
!ENDIF
!IFNDEF NO_STRICT
STRICT=1
!ENDIF
SDKINC = $(_NTROOT)\public\sdk\inc
OAKINC = $(_NTROOT)\public\oak\inc
TARGETSRCS= msg00001.bin \
t1msg.h \
t1msg.rc
all: $(TARGETSRCS)
!IF "$(BUILDMSG)" != ""
@ech ; $(BUILDMSG) ;
!ENDIF
clean: cleansrc all
cleansrc:
-erase $(TARGETSRCS)
msg00001.bin t1msg.rc t1msg.h: t1msg.mc
mc -v t1msg.mc