root/library/system/win32/run_astyler.bat @ 471

Revision 471, 390 bytes (checked in by mido, 15 years ago)

1) ad UserInfo?: UI::get a UI::build predelany tak, ze vraci fals / NULL v pripade neexistence pozadovaneho Settingu, pridana enumericky typ UI::SettingPresence?, predelany stavajici UI implementace, dodelana UI dokumentace
2) dokoncena konfigurace ASTYLERU, brzy bude aplikovan
3) doxygen nastaven tak, ze vytvari soubor doxy_warnings.txt

Line 
1@echo off
2IF "%1"=="" GOTO INFO
3
4.\astyle_1.23_windows\astyle\bin\AStyle.exe --options=..\astylerc %1
5
6GOTO END
7:INFO
8
9@echo ==========================================================================
10@echo   Pass the filename as the first parameter: "run_astyler.bat [filename]"
11@echo ==========================================================================
12
13:END
14pause
15
Note: See TracBrowser for help on using the browser.