git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3266
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
WIN95=1
!if "$(WIN95)" == "0"
WIN95=1
!if "$(WIN95)" == "0"
#--------------------------------------------------------------------
# Normal application - - - wx.lib
#
#--------------------------------------------------------------------
# Normal application - - - wx.lib
#
-# wxWin as DLL Defined - Defined wx200.lib
+# wxWin as DLL Defined - Defined wx$(WXVERSION).lib
-# App using wxWin DLL - Defined - wx200.lib
+# App using wxWin DLL - Defined - wx$(WXVERSION).lib
#
# App built as one DLL Defined - - wx.lib
#
#
# App built as one DLL Defined - - wx.lib
#
# This sets 'D' to a suitable directory name
# for this kind of build, and WXLIBNAME to one of wx (static release), wx_d (static debug),
# This sets 'D' to a suitable directory name
# for this kind of build, and WXLIBNAME to one of wx (static release), wx_d (static debug),
-# wx200 (DLL release), wx200_d (DLL debug)
+# wx$(WXVERSION) (DLL release), wx$(WXVERSION)_d (DLL debug)
!if "$(WXMAKINGDLL)" == "1" || "$(WXUSINGDLL)" == "1"
!if "$(WXMAKINGDLL)" == "1" || "$(WXUSINGDLL)" == "1"
+WXLIBNAME=wx$(WXVERSION)
!else
WXLIBNAME=wx
!endif
!else
WXLIBNAME=wx
!endif
-WXLIBNAME=$(WXLIBNAME)_d
+LIBEXT=_d
+WXLIBNAME=$(WXLIBNAME)$(LIBEXT)
!endif
!if "$(WXMAKINGDLL)" == "1" || "$(WXUSINGDLL)" == "1"
!endif
!if "$(WXMAKINGDLL)" == "1" || "$(WXUSINGDLL)" == "1"