blob: 7cde5d63a8f3fc0b710866d1187f7d3a8c8db1ff (
plain) (
blame)
1
2
3
4
5
6
7
|
@echo off
@rem $LynxId: develop.bat,v 1.2 2018/03/18 23:13:30 tom Exp $
@rem ensure that all IDE files are writable
attrib -r *.bat /s
attrib -r *.sln /s
attrib -r *.vcxproj /s
|