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.
30 lines
805 B
30 lines
805 B
CURDIR = dllstuff
|
|
|
|
OBJS=\
|
|
$(OBJDIR)\crtlib.obj \
|
|
$(OBJDIR)\crtexe.obj \
|
|
$(OBJDIR)\crtexew.obj \
|
|
$(OBJDIR)\crtdll.obj \
|
|
$(OBJDIR)\cinitexe.obj \
|
|
$(OBJDIR)\dllargv.obj \
|
|
$(OBJDIR)\dll_argv.obj \
|
|
$(OBJDIR)\ios_dll.obj \
|
|
$(OBJDIR)\merr.obj \
|
|
$(OBJDIR)\ti_inst.obj \
|
|
$(OBJDIR)\wcrtexe.obj \
|
|
$(OBJDIR)\wcrtexew.obj \
|
|
$(OBJDIR)\wdllargv.obj \
|
|
$(OBJDIR)\wdll_av.obj \
|
|
$(OBJDIR)\wildcard.obj \
|
|
$(OBJDIR)\xtxtmode.obj \
|
|
$(OBJDIR)\xncommod.obj \
|
|
!if "$(TARGET_CPU)"=="i386"
|
|
$(OBJDIR)\dllsupp.obj \
|
|
$(OBJDIR)\adjustfd.obj \
|
|
!endif
|
|
!if "$(TARGET_CPU)"=="IA64"
|
|
$(OBJDIR)\dllsupp.obj \
|
|
!endif
|
|
$(OBJDIR)\atonexit.obj
|
|
|
|
OBJS_NOT_IN_LIB=
|