fix name of borland dll

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-06-04 07:12:45 +00:00
parent eeab02964a
commit 646a6e4347

View File

@@ -77,11 +77,11 @@ DLL=0
# options and all the obj files, and note that you must delete the obj files if you # options and all the obj files, and note that you must delete the obj files if you
# change the options so that they are compiled using the correct ones. # change the options so that they are compiled using the correct ones.
!if "$(WXMAKINGDLL)" == "1" || "$(WXUSINGDLL)" == "1"
WXLIBNAME=wx32 ##need to change this with version
!else ## in 2.4.0 was wx32
WXLIBNAME=wx32 WXLIBNAME=wx24
!endif
## Use this if you want to use the UNIV controls set rather than the native ones ## Use this if you want to use the UNIV controls set rather than the native ones
## make -f makefile.b32 WXUSINGUNIV=1 ## make -f makefile.b32 WXUSINGUNIV=1
@@ -133,8 +133,8 @@ INCEXT=dll$(INCEXT)
WXLIBDIR=$(WXDIR)\lib WXLIBDIR=$(WXDIR)\lib
!endif !endif
WXLIB=$(WXLIBDIR)\$(WXLIBNAME).lib WXLIB=$(WXLIBDIR)\$(WXLIBNAME)_bcc.lib
WXDLL=$(WXLIBDIR)\$(WXLIBNAME).dll WXDLL=$(WXLIBDIR)\$(WXLIBNAME)_bcc.dll
!if "$(WXMAKINGDLL)" == "1" !if "$(WXMAKINGDLL)" == "1"
DLL_FLAGS= -DWXMAKINGDLL=1 -D_RTLDLL DLL_FLAGS= -DWXMAKINGDLL=1 -D_RTLDLL