]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.wat
non-pch build fix
[wxWidgets.git] / samples / makefile.wat
index c508adfc41cdf4f0da18d91f7128895181fd363a..b477d18061e82933931c5472127b424a0b2d1d49 100644 (file)
@@ -39,7 +39,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
        WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" BUILD="$(BUILD)" &\r
        DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" &\r
        MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" &\r
-       USE_WEB="$(USE_WEB)" USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" &\r
+       USE_WEBVIEW="$(USE_WEBVIEW)" USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" &\r
        USE_AUI="$(USE_AUI)" USE_RIBBON="$(USE_RIBBON)" &\r
        USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" &\r
        USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" &\r
@@ -53,7 +53,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
 \r
 ### Targets: ###\r
 \r
-all : .SYMBOLIC access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dll dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest uiaction validate vscroll web widgets wizard wrapsizer xrc\r
+all : .SYMBOLIC access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dll dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest uiaction validate vscroll webview widgets wizard wrapsizer xrc\r
 \r
 clean : .SYMBOLIC \r
        -if exist .\*.obj del .\*.obj\r
@@ -283,7 +283,7 @@ clean : .SYMBOLIC
        cd vscroll\r
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
        cd $(WATCOM_CWD)\r
-       cd web\r
+       cd webview\r
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean\r
        cd $(WATCOM_CWD)\r
        cd widgets\r
@@ -672,8 +672,8 @@ vscroll : .SYMBOLIC
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
        cd $(WATCOM_CWD)\r
 \r
-web : .SYMBOLIC \r
-       cd web\r
+webview : .SYMBOLIC \r
+       cd webview\r
        wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all\r
        cd $(WATCOM_CWD)\r
 \r