blob: 93509a645d2462ffd271a72d2dfb80b3e243aebe (
plain) (
blame)
1
2
3
4
5
6
7
|
@echo off
@rem $LynxId: develop.bat,v 1.2 2007/06/29 00:22:25 tom Exp $
@rem ensure that all IDE files are writable
attrib -r *.bat /s
attrib -r *.sln /s
attrib -r *.vcproj /s
|