mirror of https://github.com/lianthony/NT4.0
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.
34 lines
1.1 KiB
34 lines
1.1 KiB
HDEPENDENCIES=..\..\exts.h $(WINDIR)\inc\stdexts.h
|
|
|
|
userexts.def: ..\..\genuedef.c $(HDEPENDENCIES)
|
|
$(CXX_COMPILER_NAME) /D_$(ALT_PROJECT)_ /EP ..\..\genuedef.c >userexts.def
|
|
|
|
#
|
|
# Dependencies for dummy targets
|
|
#
|
|
..\alpha.c: ..\..\alpha.c
|
|
..\i386.c: ..\..\i386.c
|
|
..\kdexts.c: ..\..\kdexts.c
|
|
..\mips.c: ..\..\mips.c
|
|
..\ppc.c: ..\..\ppc.c
|
|
..\userexts.c: ..\..\userkdx.h \
|
|
..\..\userexts.c \
|
|
$(HDEPENDENCIES) \
|
|
$(WINDIR)\inc\stdexts.c
|
|
..\userexts.rc: ..\..\userexts.rc
|
|
|
|
..\..\precomp.h: ..\..\userkdx.h
|
|
..\..\userkdx.h: ..\..\..\client\usercli.h \
|
|
..\..\..\inc\user.h \
|
|
..\..\..\inc\ntuser.h \
|
|
$(WINDIR)\inc\winuserp.h \
|
|
..\..\..\..\w32inc\winuserk.h
|
|
|
|
|
|
userkdx.pph: ..\..\userkdx.h
|
|
@echo Creating $@ from $**
|
|
$(C_PREPROCESSOR) $** > $@
|
|
|
|
dsotable.c: userkdx.pph ..\ntsd.txt ..\..\dsocode.c
|
|
structo -i h -p -s ..\ntsd.txt -o $@ userkdx.pph
|
|
|