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/wntmsc.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/wntmsc.mk')
-rw-r--r-- | solenv/inc/wntmsc.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/solenv/inc/wntmsc.mk b/solenv/inc/wntmsc.mk index 8660eb4fe1cb..9aca574b0873 100644 --- a/solenv/inc/wntmsc.mk +++ b/solenv/inc/wntmsc.mk @@ -342,11 +342,6 @@ MT=mt.exe MTFLAGS=$(NOLOGO) -.IF "$(CL_X64)" == "" -DLLPOSTFIX=mi -.ELSE -DLLPOSTFIX=mx -.ENDIF PCHPOST=.pch CSC*=$(FLIPCMD) csc |