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.
38 lines
548 B
38 lines
548 B
!ifdef NTMAKEENV
|
|
|
|
#
|
|
# Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
|
|
#
|
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
|
|
|
!else # NTMAKEENV
|
|
|
|
ROOT=..\..\..\..
|
|
RES_DIR=..
|
|
WIN32=TRUE
|
|
|
|
BUILDDLL=TRUE
|
|
|
|
!ifdef VERDIR
|
|
ROOT=..\$(ROOT)
|
|
!endif
|
|
|
|
NAME=DiskCopy
|
|
|
|
CFLAGS=$(CFLAGS) -Gy
|
|
|
|
MISCOBJ0=debug.obj
|
|
|
|
PCHOBJ0=shellext.obj diskcopy.obj
|
|
|
|
LIB0=uuid.lib user32.lib gdi32.lib shell32.lib kernel32.lib comctl32.lib libcmt.lib
|
|
|
|
!include $(ROOT)\win\core\shell\common.mk
|
|
|
|
!ifdef VERDIR
|
|
|
|
$(NAME).res: $(SRCDIR)\diskcopy.ico
|
|
|
|
!endif
|
|
|
|
!endif # NTMAKEENV
|