- --
Viewing Issue Advanced Details
[ Jump to Notes ]
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 02930 | Compiling | Typo | Always | Feb 19, 2009, 04:20 | Feb 26, 2009, 08:20 |
| Tester | emuman | View Status | Public | Platform | |
| Assigned To | Resolution | Fixed | OS | ||
| Status [?] | Resolved | Driver | |||
| Version | 0.129u4 | Fixed in Version | 0.129u5 | Build | |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 02930: cpu.mak typo and fix | ||||
| Description |
Index: D:/mess_svn/src/emu/cpu/cpu.mak =================================================================== --- D:/mess_svn/src/emu/cpu/cpu.mak (revision 4215) +++ D:/mess_svn/src/emu/cpu/cpu.mak (working copy) @@ -503,7 +503,7 @@ ifneq ($(filter SH1,$(CPUS)),) OBJDIRS += $(CPUOBJ)/sh2 -CPUOBJS += $(CPUOBJ)/sh2/sh2.o $(CPUOBJ)/sh2/sh2comn.o $(CPUOBJ)/sh2/sh2drc.o $(CPUOBJ)/sh2/sh2fe.o +CPUOBJS += $(CPUOBJ)/sh2/sh2.o $(CPUOBJ)/sh2/sh2comn.o $(CPUOBJ)/sh2/sh2drc.o $(CPUOBJ)/sh2/sh2fe.o $(DRCOBJ) DBGOBJS += $(CPUOBJ)/sh2/sh2dasm.o endif @@ -511,7 +511,7 @@ ifneq ($(filter SH2,$(CPUS)),) OBJDIRS += $(CPUOBJ)/sh2 -CPUOBJS += $(CPUOBJ)/sh2/sh2.o $(CPUOBJ)/sh2/sh2comn.o $(CPUOBJ)/sh2/sh2drc.o $(CPUOBJ)/sh2/sh2fe.o +CPUOBJS += $(CPUOBJ)/sh2/sh2.o $(CPUOBJ)/sh2/sh2comn.o $(CPUOBJ)/sh2/sh2drc.o $(CPUOBJ)/sh2/sh2fe.o $(DRCOBJ) DBGOBJS += $(CPUOBJ)/sh2/sh2dasm.o endif |
||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | |||||
| Affected Sets / Systems | |||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
0
| There are no notes attached to this issue. |