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:
@@ -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
|
||||
|
Reference in New Issue
Block a user