]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
use correct signature for class init function
[wxWidgets.git] / samples / makefile.bcc
index ec70ac4920e40ea332c450f80a4a58beebe2c0b9..709be8bd1e0dc3d10c4943dcfdce906bf1156acf 100644 (file)
@@ -23,7 +23,8 @@ BCCDIR = $(MAKEDIR)\..
 \r
 MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \\r
        -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \\r
-       -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" \\r
+       -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DTOOLKIT="$(TOOLKIT)" \\r
+       -DTOOLKIT_VERSION="$(TOOLKIT_VERSION)" -DWXUNIV="$(WXUNIV)" \\r
        -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \\r
        -DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \\r
        -DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \\r
@@ -45,7 +46,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
 \r
 ### Targets: ###\r
 \r
-all: 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
+all: 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 preferences 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: \r
        -if exist .\*.obj del .\*.obj\r
@@ -243,6 +244,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>power.bat\r
        call power.bat\r
        @del power.bat\r
+       @echo cd preferences >preferences.bat\r
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>preferences.bat\r
+       call preferences.bat\r
+       @del preferences.bat\r
        @echo cd printing >printing.bat\r
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat\r
        call printing.bat\r
@@ -660,6 +665,12 @@ power:
        call power.bat\r
        @del power.bat\r
 \r
+preferences: \r
+       @echo cd preferences >preferences.bat\r
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>preferences.bat\r
+       call preferences.bat\r
+       @del preferences.bat\r
+\r
 printing: \r
        @echo cd printing >printing.bat\r
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat\r