Build instructions:
- Obtain FlashDevelop source code: https://github.com/fdorg/flashdevelop
- Compile solution
- Add Perforce.csproj to FlashDevelop.sln
- Go to project properties for Perforce project:
- Select Build tab -> set Output Path to
bin\Debug\
for Debug andbin\Release\
for Release - Select Build Events tab -> set Post-build event commandline to
copy "$(ProjectDir)bin\$(ConfigurationName)\Perforce.dll" "$(SolutionDir)\FlashDevelop\Bin\Debug\Plugins"
- Select Debug tab -> set Start external program to the path of the FlashDevelop exe. Usually found in
FlashDevelop\Bin\Debug\FlashDevelop.exe
- Set Perforce project as Startup Project and compile!
Enjoy!