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.

8 lines
177 B

  1. !if $(386)
  2. $(O)\$(TARGETNAME).lib : $(O)\exsup.org
  3. $(O)\exsup.org : $(O)\exsup.obj
  4. copy $** $@
  5. sxgen /verbose /in:$@ /out:$** __unwind_handler
  6. touch $@
  7. !endif