]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
Fixed HitTest for columns > 1
[wxWidgets.git] / samples / makefile.bcc
index da6feca56b35cd3714ed490b32a0725ff350f9e3..0f4cf91ec0ddb3df940f1f8faeb3cbfbf2ec2ce6 100644 (file)
@@ -38,7 +38,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
 
 ### Targets: ###
 
-all: access artprov calendar caret checklst config console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi memcheck menu mfc minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png printing propsize regtest render richedit rotate sashtest scroll scrollsub shaped sockets sound splitter statbar tab taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wxtest
+all: access artprov calendar caret checklst config console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi memcheck menu mfc minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png printing propsize regtest render richedit rotate sashtest scroll scrollsub shaped sockets sound splitter statbar tab taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
 
 clean: 
        -if exist .\*.obj del .\*.obj
@@ -339,10 +339,6 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wizard.bat
        call wizard.bat
        @del wizard.bat
-       @echo cd wxtest >wxtest.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wxtest.bat
-       call wxtest.bat
-       @del wxtest.bat
 
 access: 
        @echo cd access >access.bat
@@ -787,9 +783,3 @@ wizard:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
        call wizard.bat
        @del wizard.bat
-
-wxtest: 
-       @echo cd wxtest >wxtest.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wxtest.bat
-       call wxtest.bat
-       @del wxtest.bat