fixed the message when creating setup.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fbf4eacb26
commit
835074fe0a
@ -204,7 +204,7 @@ SOURCE=.\msw\dummy.cpp
|
||||
|
||||
SOURCE=..\include\wx\univ\setup.h
|
||||
!IF "$(CFG)" == "wxUniv - Win32 Release"
|
||||
# Begin Custom Build - Creating wx/setup.h from $(InputPath)
|
||||
# Begin Custom Build - Creating lib\univ\wx\setup.h from $(InputPath)
|
||||
InputPath=..\include\wx\univ\setup.h
|
||||
|
||||
"../lib/univ/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
@ -212,7 +212,7 @@ InputPath=..\include\wx\univ\setup.h
|
||||
|
||||
# End Custom Build
|
||||
!ELSEIF "$(CFG)" == "wxUniv - Win32 Debug"
|
||||
# Begin Custom Build - Creating wx/setup.h from $(InputPath)
|
||||
# Begin Custom Build - Creating lib\univd\wx\setup.h from $(InputPath)
|
||||
InputPath=..\include\wx\univ\setup.h
|
||||
|
||||
"../lib/univd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
|
@ -1179,7 +1179,7 @@ SOURCE=.\univ\themes\win32.cpp
|
||||
|
||||
SOURCE=..\include\wx\univ\setup.h
|
||||
!IF "$(CFG)" == "wxUniv - Win32 Release"
|
||||
# Begin Custom Build - Creating wx/setup.h from $(InputPath)
|
||||
# Begin Custom Build - Creating lib\univ\wx\setup.h from $(InputPath)
|
||||
InputPath=..\include\wx\univ\setup.h
|
||||
|
||||
"../lib/univ/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
@ -1187,7 +1187,7 @@ InputPath=..\include\wx\univ\setup.h
|
||||
|
||||
# End Custom Build
|
||||
!ELSEIF "$(CFG)" == "wxUniv - Win32 Debug"
|
||||
# Begin Custom Build - Creating wx/setup.h from $(InputPath)
|
||||
# Begin Custom Build - Creating lib\univd\wx\setup.h from $(InputPath)
|
||||
InputPath=..\include\wx\univ\setup.h
|
||||
|
||||
"../lib/univd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
|
Loading…
Reference in New Issue
Block a user