Browse Source

* Set windows library name correct

git-svn-id: trunk@10091 -
michael 17 years ago
parent
commit
6fe396389f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/pxlib/src/pxlib.pp

+ 4 - 0
packages/pxlib/src/pxlib.pp

@@ -15,7 +15,11 @@ uses
   MVC : Heavily edited after generation. C is a mess :( }
   MVC : Heavily edited after generation. C is a mess :( }
 
 
 const
 const
+{$ifdef windows}
+  pxlibraryname='pxlib.dll';
+{$else}
   pxlibraryname='libpx.so.0'; { Default name }
   pxlibraryname='libpx.so.0'; { Default name }
+{$endif}  
 
 
 const
 const