Mercurial > hg > aimc
view scripts/lint_all.sh @ 52:e914b02b31b0
- Hacks to get a basic AIM-C compiling on windows
author | tomwalters |
---|---|
date | Thu, 22 Jul 2010 04:24:55 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash find -E . -iregex ".*\.(h|cc|c)" | grep -v "ConvertUTF" | grep -v "SimpleIni" | xargs lint/cpplint.py --filter=-build/header_guard