You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/pipl-resource.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ For more information on the `ANIM_FilterInfo` and `ANIM_ParamAtom`, see the reso
26
26
27
27
## A Basic PiPL Example
28
28
29
-
```none
29
+
```cpp
30
30
#defineplugInName "SDK Custom Import"
31
31
#define plugInMatchName "SDK Custom Import"
32
32
@@ -58,4 +58,4 @@ On Windows, .r files are processed with CnvtPiPL.exe, which creates an .rcp file
58
58
59
59
To view them, open up the sample project in .NET. In the Solution Explorer, right-click the .r file and choose Properties. In the dialog, choose the Custom Build Step folder. The Command
60
60
61
-
Line contains the script for executing the CnvtPiPL.exe. Unless you are using a different compiler than the support compiler, or adding support for Asian languages, you should not need to modify the custom build steps. This script may also be found as a text file in the SDK at \\Examples\\ ResourcesWinCustom Build Steps.txt. This text file also describes the additional switches used for Asian languages.
61
+
Line contains the script for executing the CnvtPiPL.exe. Unless you are using a different compiler than the support compiler, or adding support for Asian languages, you should not need to modify the custom build steps. This script may also be found as a text file in the SDK at `\\Examples\\Resources\\Win\\Custom Build Steps.txt`. This text file also describes the additional switches used for Asian languages.
0 commit comments