If wxUSE_GUI was not defined, then apps using this file for their settings would not build the .RES file and link it in.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9aaf9bed0e
commit
1ec5903769
@ -34,6 +34,10 @@ wxclean:
|
||||
# cd $(THISDIR)
|
||||
|
||||
|
||||
!if "$(wxUSE_GUI)" == ""
|
||||
wxUSE_GUI=1
|
||||
!endif
|
||||
|
||||
!if "$(wxUSE_GUI)" == "1"
|
||||
|
||||
$(PROGRAM).exe: $(WXLIB) $(OBJECTS) $(PROGRAM).res
|
||||
|
Loading…
Reference in New Issue
Block a user