diff --git a/src/makeb32.env b/src/makeb32.env index 857e503f62..45967ebe10 100644 --- a/src/makeb32.env +++ b/src/makeb32.env @@ -77,11 +77,11 @@ DLL=0 # 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. -!if "$(WXMAKINGDLL)" == "1" || "$(WXUSINGDLL)" == "1" -WXLIBNAME=wx32 -!else -WXLIBNAME=wx32 -!endif + +##need to change this with version +## in 2.4.0 was wx32 +WXLIBNAME=wx24 + ## Use this if you want to use the UNIV controls set rather than the native ones ## make -f makefile.b32 WXUSINGUNIV=1 @@ -133,8 +133,8 @@ INCEXT=dll$(INCEXT) WXLIBDIR=$(WXDIR)\lib !endif -WXLIB=$(WXLIBDIR)\$(WXLIBNAME).lib -WXDLL=$(WXLIBDIR)\$(WXLIBNAME).dll +WXLIB=$(WXLIBDIR)\$(WXLIBNAME)_bcc.lib +WXDLL=$(WXLIBDIR)\$(WXLIBNAME)_bcc.dll !if "$(WXMAKINGDLL)" == "1" DLL_FLAGS= -DWXMAKINGDLL=1 -D_RTLDLL