build_cfg_file is phony target
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3ff632ce66
commit
e884cfe27d
@ -15,6 +15,7 @@
|
||||
</set>
|
||||
|
||||
<action id="build_cfg_file">
|
||||
<is-phony>1</is-phony>
|
||||
<dependency-of>all</dependency-of>
|
||||
<depends>libdir_setup</depends>
|
||||
<command>
|
||||
|
@ -9808,4 +9808,4 @@ $(LIBDIRNAME)\libwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_xml.a: $(XMLLIB_OBJECTS)
|
||||
endif
|
||||
endif
|
||||
|
||||
.PHONY: all clean samples setup_h
|
||||
.PHONY: all build_cfg_file clean samples setup_h
|
||||
|
@ -9635,7 +9635,7 @@ $(LIBDIRNAME)\wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib : $(BASELIB_OBJECTS)
|
||||
!endif
|
||||
!endif
|
||||
|
||||
build_cfg_file : $(SETUPHDIR)
|
||||
build_cfg_file : .SYMBOLIC $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=2 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=5 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)
|
||||
|
Loading…
Reference in New Issue
Block a user