rebaked after propgrid sample addition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,8 +20,8 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
|
||||
DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
|
||||
MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
|
||||
USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
|
||||
USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \
|
||||
USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
|
||||
USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" \
|
||||
USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
|
||||
USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
|
||||
USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
|
||||
OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
|
||||
@@ -35,7 +35,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
|
||||
|
||||
### Targets: ###
|
||||
|
||||
all: access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview docvwmdi dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer memcheck menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer mfc
|
||||
all: access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview docvwmdi dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer memcheck menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer mfc
|
||||
|
||||
clean:
|
||||
-if exist .\*.o del .\*.o
|
||||
@@ -89,6 +89,7 @@ clean:
|
||||
$(MAKE) -C ownerdrw -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C popup -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C printing -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C propgrid -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C regtest -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C render -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C richtext -f makefile.gcc $(MAKEARGS) clean
|
||||
@@ -262,6 +263,9 @@ popup:
|
||||
printing:
|
||||
$(MAKE) -C printing -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
propgrid:
|
||||
$(MAKE) -C propgrid -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
regtest:
|
||||
$(MAKE) -C regtest -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
@@ -337,13 +341,7 @@ wrapsizer:
|
||||
mfc:
|
||||
$(MAKE) -C mfc -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
.PHONY: all clean access animate artprov aui calendar caret collpane config combo \
|
||||
console controls dataview dialogs dialup display dnd docview docvwmdi dragimag \
|
||||
drawing erase event exec except font grid help htlbox html image internat ipc joytest \
|
||||
keyboard layout listctrl mdi mediaplayer memcheck menu minimal mobile nativdlg \
|
||||
notebook oleauto opengl ownerdrw popup printing regtest render richtext sashtest \
|
||||
scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text \
|
||||
thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer mfc
|
||||
.PHONY: all clean access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview docvwmdi dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer memcheck menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer mfc
|
||||
|
||||
|
||||
SHELL := $(COMSPEC)
|
||||
|
Reference in New Issue
Block a user