3 lines
166 B
Plaintext
3 lines
166 B
Plaintext
|
#!/bin/sh
|
||
|
filterdiff -x '*/*.vcproj' -x '*/*.dsp' -x configure -x '*/makefile.*' -x '*Makefile.in' -x setup.h.in -x include/wx/msw/wince/setup.h -x '*/setup0.h' "$@"
|