[haiku-commits] r38927 - haiku/trunk/src/system/boot/platform/amiga_m68k
- From: revol@xxxxxxx
- To: haiku-commits@xxxxxxxxxxxxx
- Date: Sun, 10 Oct 2010 15:15:16 +0200 (CEST)
Author: mmu_man
Date: 2010-10-10 15:15:16 +0200 (Sun, 10 Oct 2010)
New Revision: 38927
Changeset: http://dev.haiku-os.org/changeset/38927
Modified:
haiku/trunk/src/system/boot/platform/amiga_m68k/Jamfile
Log:
Those are C++ files now.
Modified: haiku/trunk/src/system/boot/platform/amiga_m68k/Jamfile
===================================================================
--- haiku/trunk/src/system/boot/platform/amiga_m68k/Jamfile 2010-10-10
13:03:19 UTC (rev 38926)
+++ haiku/trunk/src/system/boot/platform/amiga_m68k/Jamfile 2010-10-10
13:15:16 UTC (rev 38927)
@@ -27,9 +27,9 @@
KernelMergeObject boot_platform_amiga_m68k_other.o :
# shell.S
- start.c
- toscalls.c
- debug.c
+ start.cpp
+ amicalls.cpp
+ debug.cpp
#bios.S
console.cpp
#serial.cpp
Other related posts:
- » [haiku-commits] r38927 - haiku/trunk/src/system/boot/platform/amiga_m68k - revol