Leaked source code of windows server 2003
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.
 
 
 
 
 
 

13 lines
351 B

#
# exsup.obj must have sxgen run on it to add .sxdata info
#
!if "$(TARGET_CPU)"=="i386"
$(OBJDIR)\exsup.obj : i386\exsup.asm
$(AS) $(AFLAGS) $(A_INCLUDES) -Fo$(OBJDIR)\exsup.tmp \
$(MAKEDIR)\i386\exsup.asm
$(SXGEN) /in:$(OBJDIR)\exsup.tmp /out:$(OBJDIR)\exsup.obj __unwind_handler
-del $(OBJDIR)\exsup.tmp
!endif
#<eof>