Browse Source

* These libs are for tests, that run only on windows. Mark libs for windows only as well.

git-svn-id: branches/targetandroid@23490 -
yury 12 years ago
parent
commit
416da91b04
2 changed files with 2 additions and 0 deletions
  1. 1 0
      tests/test/library/tlib3a.pp
  2. 1 0
      tests/test/library/tlib3b.pp

+ 1 - 0
tests/test/library/tlib3a.pp

@@ -1,3 +1,4 @@
+{ %target=win32,win64 }
 { %needlibrary }
 { %norun }
 { %neededafter }

+ 1 - 0
tests/test/library/tlib3b.pp

@@ -1,3 +1,4 @@
+{ %target=win32,win64 }
 { %needlibrary }
 { %norun }
 { %neededafter }