This website works better with JavaScript
Главная
Обзор
Помощь
Вход
pascal
/
fpc
зеркало из
https://gitlab.com/freepascal.org/fpc/source.git
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Просмотр исходного кода
* Use include prt0.as for cprt0, gprt0 and dllprt0 as files
git-svn-id: trunk@21665 -
pierre
13 лет назад
Родитель
e4ebe2e52e
Сommit
6b57f3a3d1
3 измененных файлов
с
3 добавлено
и
0 удалено
Разделённый вид
Показать статистику Diff
1
0
rtl/linux/mips/cprt0.as
1
0
rtl/linux/mips/dllprt0.as
1
0
rtl/linux/mips/gprt0.as
+ 1
- 0
rtl/linux/mips/cprt0.as
Просмотреть файл
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/dllprt0.as
Просмотреть файл
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/gprt0.as
Просмотреть файл
@@ -0,0 +1 @@
+.include "mips/prt0.as"