瀏覽代碼

* renamed tlibrary to tlibrary1 so it'll be compiled before tlibrary2

peter 23 年之前
父節點
當前提交
405bc99c16
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 0 0
      tests/test/tlibrary1.pp
  2. 3 2
      tests/test/tlibrary2.pp

+ 0 - 0
tests/test/tlibrary.pp → tests/test/tlibrary1.pp


+ 3 - 2
tests/test/tlibrary2.pp

@@ -1,3 +1,4 @@
+{ %OPT=-Fl. }
 { %NEEDLIBRARY }
 
 { Test program to test linking to fpc library }
@@ -16,9 +17,9 @@
 
 const
 {$ifdef win32}
-  libname='tlibrary.dll';
+  libname='tlibrary1.dll';
 {$else}
-  libname='libtlibrary.so';
+  libname='libtlibrary1.so';
 {$endif}
 
 procedure test;external libname name 'TestName';