build/Makefile.subsystem
changeset 67 63b81d807542
parent 35 85266cc22c7f
child 78 71ad690e91f5
--- a/build/Makefile.subsystem	Mon Aug 23 14:24:31 2010 +0300
+++ b/build/Makefile.subsystem	Thu Sep 02 13:22:59 2010 +0300
@@ -188,6 +188,11 @@
 bld.inf:
 	$(MAKE) -f subsystem.mk makestubs qmake
 
+# Use Carbide CodeScanner to list high-level issues
+codescanner:
+ifneq ($(call PATHSEARCH,codescanner.exe),)
+	$(call CODESCANNER,.)
+endif
 
 # Symbian SBS ------------------------------
 ifdef USESBS