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.
17 lines
336 B
17 lines
336 B
!include $(WINCORE_PATH)\core.inc
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=w32
|
|
|
|
TARGETNAME=w32umode
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
SOURCES=
|
|
|
|
NTTARGETFILE0=$(WUMODE_PATH)\$(ALT_PROJECT)\$(O)\services.tab \
|
|
$(O)\usrstubs.$(ASM_SUFFIX)
|
|
|
|
SOURCES_USED=..\sources.inc $(WINCORE_PATH)\core.inc
|