Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

31 lines
868 B

CURDIR = time
OBJS=\
$(OBJDIR)\asctime.obj \
$(OBJDIR)\clock.obj \
$(OBJDIR)\ctime.obj \
$(OBJDIR)\days.obj \
$(OBJDIR)\difftime.obj \
$(OBJDIR)\dtoxtime.obj \
$(OBJDIR)\ftime.obj \
$(OBJDIR)\gmtime.obj \
$(OBJDIR)\localtim.obj \
$(OBJDIR)\mktime.obj \
$(OBJDIR)\strftime.obj \
$(OBJDIR)\strdate.obj \
$(OBJDIR)\strtime.obj \
!if "$(TARGET_CPU)"!="PMAC"
$(OBJDIR)\systime.obj \
!endif
$(OBJDIR)\time.obj \
$(OBJDIR)\timeset.obj \
$(OBJDIR)\tzset.obj \
$(OBJDIR)\utime.obj \
!if "$(TARGET_CPU)"!="PMAC"
$(OBJDIR)\wcsftime.obj \
$(OBJDIR)\wasctime.obj \
$(OBJDIR)\wctime.obj \
$(OBJDIR)\wstrdate.obj \
$(OBJDIR)\wstrtime.obj \
$(OBJDIR)\wutime.obj
!endif