mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 17:29:19 +00:00
having both ppc_asm.S and ppc_asm.s in the same dir on MacOS X is a bad idea...
This commit is contained in:
parent
4aa9a22f41
commit
3f1eb78c6e
@ -137,9 +137,9 @@ $(OBJ_DIR)/%.o : %.cpp
|
|||||||
$(OBJ_DIR)/%.o : %.mm
|
$(OBJ_DIR)/%.o : %.mm
|
||||||
$(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
|
$(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c $< -o $@
|
||||||
$(OBJ_DIR)/%.o : %.S
|
$(OBJ_DIR)/%.o : %.S
|
||||||
$(CPP) $(CPPFLAGS) -D__ASSEMBLY__ $< -o $*.s
|
$(CPP) $(CPPFLAGS) -D__ASSEMBLY__ $< -o $*.out.s
|
||||||
$(AS) $(ASFLAGS) -o $@ $*.s
|
$(AS) $(ASFLAGS) -o $@ $*.out.s
|
||||||
rm $*.s
|
rm $*.out.s
|
||||||
|
|
||||||
# Kheperix CPU emulator
|
# Kheperix CPU emulator
|
||||||
kpxsrcdir = ../kpx_cpu/src
|
kpxsrcdir = ../kpx_cpu/src
|
||||||
|
Loading…
Reference in New Issue
Block a user