Skip to content

Commit 98b025a

Browse files
committed
Commit build changes
1 parent 71e5714 commit 98b025a

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

src/Ar/VarTools/ANSIC.lby

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<?AutomationStudio FileVersion="4.9"?>
3-
<Library Version="0.11.5" SubType="ANSIC" xmlns="http://br-automation.co.at/AS/Library">
4-
<Files>
5-
<File Description="Exported data types">VarTools.typ</File>
6-
<File Description="Exported constants">VarTools.var</File>
7-
<File Description="Exported functions and function blocks">VarTools.fun</File>
8-
<File Description="Get variable information">varGetInfo.c</File>
9-
<File Description="Get the value of a variable as a string">varGetValue.c</File>
10-
<File Description="Get the value of a variable as a real">varGetValueReal.c</File>
11-
<File Description="Get the value of a variable as a lreal">varGetValueLreal.c</File>
12-
<File Description="Set the value of a variable from a string">varSetValue.c</File>
13-
<File Description="Set the value of a variable it's own name">varPopulateMemberNames.c</File>
14-
<File Description="Get a list of all local and global variables with a given name">varGetVariableList.c</File>
15-
<File Description="Set the value of a variable from a string">varVariableWatch.c</File>
16-
<File>variableBrowser.c</File>
17-
<File Description="Force refresh of variable information in next getValue call">varRefresh.c</File>
18-
<File Description="">varToolsInternal.h</File>
19-
<File Description="Get variable all information">varGetAllVars.c</File>
20-
<File Description="Internal functions for varGetAllVars">varGetAllVarsInternal.h</File>
21-
<File Description="Internal functions for varGetAllVars">varGetAllVarsInternal.c</File>
22-
</Files>
23-
<Dependencies>
24-
<Dependency ObjectName="sys_lib" />
25-
<Dependency ObjectName="AsBrStr" />
26-
<Dependency ObjectName="AsBrWStr" />
27-
<Dependency ObjectName="stringext" FromVersion="0.14.0" ToVersion="0.15.9" />
28-
</Dependencies>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<?AutomationStudio FileVersion="4.9"?>
3+
<Library Version="0.11.5" SubType="ANSIC" xmlns="http://br-automation.co.at/AS/Library">
4+
<Files>
5+
<File Description="Exported data types">VarTools.typ</File>
6+
<File Description="Exported constants">VarTools.var</File>
7+
<File Description="Exported functions and function blocks">VarTools.fun</File>
8+
<File Description="Get variable information">varGetInfo.c</File>
9+
<File Description="Get the value of a variable as a string">varGetValue.c</File>
10+
<File Description="Get the value of a variable as a real">varGetValueReal.c</File>
11+
<File Description="Get the value of a variable as a lreal">varGetValueLreal.c</File>
12+
<File Description="Set the value of a variable from a string">varSetValue.c</File>
13+
<File Description="Set the value of a variable it's own name">varPopulateMemberNames.c</File>
14+
<File Description="Get a list of all local and global variables with a given name">varGetVariableList.c</File>
15+
<File Description="Set the value of a variable from a string">varVariableWatch.c</File>
16+
<File>variableBrowser.c</File>
17+
<File Description="Force refresh of variable information in next getValue call">varRefresh.c</File>
18+
<File>varToolsInternal.h</File>
19+
<File Description="Get variable all information">varGetAllVars.c</File>
20+
<File Description="Internal functions for varGetAllVars">varGetAllVarsInternal.h</File>
21+
<File Description="Internal functions for varGetAllVars">varGetAllVarsInternal.c</File>
22+
</Files>
23+
<Dependencies>
24+
<Dependency ObjectName="sys_lib" />
25+
<Dependency ObjectName="AsBrStr" />
26+
<Dependency ObjectName="AsBrWStr" />
27+
<Dependency ObjectName="stringext" FromVersion="0.14.0" ToVersion="0.15.9" />
28+
</Dependencies>
2929
</Library>

0 commit comments

Comments
 (0)