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.

15 lines
468 B

  1. oleprx32.sym: $(TARGET)
  2. !IF $(386)
  3. mapsym $(TARGETPATH)\i386\$(TARGETNAME).map $(TARGETPATH)\i386\$(TARGETNAME).sym
  4. !ELSEIF $(MIPS)
  5. mapsym $(TARGETPATH)\mips\$(TARGETNAME).map $(TARGETPATH)\mips\$(TARGETNAME).sym
  6. !ELSEIF $(ALPHA)
  7. mapsym $(TARGETPATH)\alpha\$(TARGETNAME).map $(TARGETPATH)\alpha\$(TARGETNAME).sym
  8. !ELSEIF $(PPC)
  9. mapsym $(TARGETPATH)\ppc\$(TARGETNAME).map $(TARGETPATH)\ppc\$(TARGETNAME).sym
  10. !ENDIF