Commit 0266435cdcfd4f88e3d66e8d097bb4ad73b9add9
1 parent
ab8da554
Add a .bat to copy lib in final location (anubis\modules\lib.19\) when the compilation is success.
Showing
3 changed files
with
6 additions
and
1 deletions
Show diff stats
hayamiki_web_controller.aproj
| ... | ... | @@ -12,6 +12,7 @@ |
| 12 | 12 | <MakeUnusedFile>False</MakeUnusedFile> |
| 13 | 13 | <AnubiscVerbosity>False</AnubiscVerbosity> |
| 14 | 14 | <AnubisPath>C:\anubis\1.19\</AnubisPath> |
| 15 | + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | |
| 15 | 16 | </PropertyGroup> |
| 16 | 17 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
| 17 | 18 | <OutputPath>bin\Debug\</OutputPath> |
| ... | ... | @@ -1046,4 +1047,7 @@ |
| 1046 | 1047 | <Folder Include="xlib\web_controllers\language" /> |
| 1047 | 1048 | <Folder Include="xlib\web_controllers\fs" /> |
| 1048 | 1049 | </ItemGroup> |
| 1050 | + <PropertyGroup> | |
| 1051 | + <PostBuildEvent>..\..\make_install.1.19.bat</PostBuildEvent> | |
| 1052 | + </PropertyGroup> | |
| 1049 | 1053 | </Project> |
| 1050 | 1054 | \ No newline at end of file | ... | ... |