Fixed to recognise the FINAL=hybrid make flag and to then use the
right library. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,10 +19,17 @@ FINAL=0
|
||||
|
||||
!if "$(FINAL)" == "0"
|
||||
EXTRALIBS=$(WXDIR)\lib\wxxmld.lib
|
||||
!else
|
||||
!endif
|
||||
|
||||
!if "$(FINAL)" == "1"
|
||||
EXTRALIBS=$(WXDIR)\lib\wxxml.lib
|
||||
!endif
|
||||
|
||||
!if "$(FINAL)" == "hybrid"
|
||||
EXTRALIBS=$(WXDIR)\lib\wxxmlh.lib
|
||||
!endif
|
||||
|
||||
|
||||
OBJECTS = $(PROGRAM).obj
|
||||
|
||||
!include $(WXDIR)\src\makeprog.vc
|
||||
|
Reference in New Issue
Block a user