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

oleprx32.sym: $(TARGET)
!IF $(386)
mapsym $(TARGETPATH)\i386\$(TARGETNAME).map $(TARGETPATH)\i386\$(TARGETNAME).sym
!ELSEIF $(MIPS)
mapsym $(TARGETPATH)\mips\$(TARGETNAME).map $(TARGETPATH)\mips\$(TARGETNAME).sym
!ELSEIF $(ALPHA)
mapsym $(TARGETPATH)\alpha\$(TARGETNAME).map $(TARGETPATH)\alpha\$(TARGETNAME).sym
!ELSEIF $(PPC)
mapsym $(TARGETPATH)\ppc\$(TARGETNAME).map $(TARGETPATH)\ppc\$(TARGETNAME).sym
!ENDIF