diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-06-01 08:40:48 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-06-02 14:37:34 +0200 |
commit | eb5217de96690a13928b00e6db3289f6c3b6b689 (patch) | |
tree | c97e7d24f62214ed792fcdb7ca8975ad3d3f581c /solenv/inc/unxsols4.mk | |
parent | 1000d15c859f7f1823704517c82ed0f3987a3e7b (diff) |
Unify DLLPOSTFIX value on all platforms.
There is no justification for changing some shared library file names
depending on the platform used.
Diffstat (limited to 'solenv/inc/unxsols4.mk')
-rw-r--r-- | solenv/inc/unxsols4.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/inc/unxsols4.mk b/solenv/inc/unxsols4.mk index 5918196e5e06..11b6f15473aa 100644 --- a/solenv/inc/unxsols4.mk +++ b/solenv/inc/unxsols4.mk @@ -222,8 +222,6 @@ RCLINK= RCLINKFLAGS= RCSETVERSION= -DLLPOSTFIX=ss - DLLPRE=lib DLLPOST=.so |