Changed version number in DLL name to 23_0

Added a new value for the FINAL flag to make another kind of wxPython
build possible


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-10-31 23:12:24 +00:00
parent 7b30ac82dd
commit f641dada64
6 changed files with 34 additions and 3 deletions

View File

@@ -81,6 +81,8 @@ TROBJECTS= jpegtran.obj rdswitch.obj cdjpeg.obj transupp.obj
!if "$(FINAL)" == "1"
LIBTARGET=..\..\lib\jpeg.lib
!else if "$(FINAL)" == "hybrid"
LIBTARGET=..\..\lib\jpegh.lib
!else
LIBTARGET=..\..\lib\jpegd.lib
!endif
@@ -96,7 +98,7 @@ defaulttarget:
clean:
-erase $(LIBTARGET)
-erase *.obj
# Pull in standard variable definitions
!include ..\makelib.vc