forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathencode_data.rules
More file actions
26 lines (26 loc) · 749 Bytes
/
Copy pathencode_data.rules
File metadata and controls
26 lines (26 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
Name="Encode Data"
Version="8.00"
>
<Rules>
<CustomBuildRule
Name="EncodePng"
DisplayName="EncodePng"
CommandLine=""$(SolutionDir)tools\revolution.exe" "$(SolutionDir)engine\encode_data.rev" "$(InputPath)" "$(InputDir)$(InputName).img.cpp" [VarPrefix]"
Outputs="$(InputDir)$(InputName).img.cpp"
FileExtensions="*.png"
ExecutionDescription="Encoding png"
>
<Properties>
<StringProperty
Name="VarPrefix"
DisplayName="Variable Prefix"
Description="Variable Prefix"
Switch="[value]"
DefaultValue="$(InputName)"
/>
</Properties>
</CustomBuildRule>
</Rules>
</VisualStudioToolFile>