This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
pascal
/
fpc
kopia lustrzana
https://gitlab.com/freepascal.org/fpc/source.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
* Use include prt0.as for cprt0, gprt0 and dllprt0 as files
git-svn-id: trunk@21665 -
pierre
13 lat temu
rodzic
e4ebe2e52e
commit
6b57f3a3d1
3 zmienionych plików
z
3 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
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
Wyświetl plik
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/dllprt0.as
Wyświetl plik
@@ -0,0 +1 @@
+.include "mips/prt0.as"
+ 1
- 0
rtl/linux/mips/gprt0.as
Wyświetl plik
@@ -0,0 +1 @@
+.include "mips/prt0.as"