Source code of Windows XP (NT5)
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.
|
|
# NmMigRat makefile (16 bit)
!ifndef ROOT ROOT=$(MAKEDIR:\setup\nmmigrat=) !endif !ifndef DEVROOT DEVROOT=$(ROOT)\dev !endif
!include $(DEVROOT)\common.inc
MAJORCOMP=setup MINORCOMP=nmmigrat
TARGETNAME=nmmigrat TARGETPATH=$(_OBJ_DIR)
# Note: the order is important - build.exe always uses the last definition !if "$(386)" != "1" TARGETTYPE=NOTARGET !else TARGETTYPE=DYNLINK !endif
DLLDEF=$(TARGETNAME).def
!if "$(FREEBUILD)" == "0" C16_FLAGS=-c -W3 -G2 -Gc -ALu /Od !else C16_FLAGS=-c -W3 -G3 -Gc -Gs -ALu /Ox !endif
SDK_LIB_PATH=$(DEVROOT)\lib16
INCLUDES=..\inc
TARGETLIBS=\ $(SDK_LIB_PATH)\ldllcew.lib \ $(SDK_LIB_PATH)\libw.lib \ setupx.lib
# # List of sources #
SOURCES=
i386_SOURCES=\ nmmigrat.c
NTTARGETFILE0=nmmigrat.c $(_OBJ_DIR)\$(TARGET_DIRECTORY)\nmmigrat.res
CONDITIONAL_INCLUDES = \ macocidl.h \ macwin32.h \ rpcerr.h \ rpcmac.h \ winwlm.h \ macname1.h \ macname2.h \ macpub.h \ macapi.h
|