Commit 0266435cdcfd4f88e3d66e8d097bb4ad73b9add9

Authored by David RENÉ
1 parent ab8da554

Add a .bat to copy lib in final location (anubis\modules\lib.19\) when the compilation is success.

hayamiki_web_controller.aproj
@@ -12,6 +12,7 @@ @@ -12,6 +12,7 @@
12 <MakeUnusedFile>False</MakeUnusedFile> 12 <MakeUnusedFile>False</MakeUnusedFile>
13 <AnubiscVerbosity>False</AnubiscVerbosity> 13 <AnubiscVerbosity>False</AnubiscVerbosity>
14 <AnubisPath>C:\anubis\1.19\</AnubisPath> 14 <AnubisPath>C:\anubis\1.19\</AnubisPath>
  15 + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
15 </PropertyGroup> 16 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 17 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
17 <OutputPath>bin\Debug\</OutputPath> 18 <OutputPath>bin\Debug\</OutputPath>
@@ -1046,4 +1047,7 @@ @@ -1046,4 +1047,7 @@
1046 <Folder Include="xlib\web_controllers\language" /> 1047 <Folder Include="xlib\web_controllers\language" />
1047 <Folder Include="xlib\web_controllers\fs" /> 1048 <Folder Include="xlib\web_controllers\fs" />
1048 </ItemGroup> 1049 </ItemGroup>
  1050 + <PropertyGroup>
  1051 + <PostBuildEvent>..\..\make_install.1.19.bat</PostBuildEvent>
  1052 + </PropertyGroup>
1049 </Project> 1053 </Project>
1050 \ No newline at end of file 1054 \ No newline at end of file
make_install.1.19.bat 0 → 100644
  1 +copy "hayamiki web controller.adm" "..\..\..\..\..\my_anubis\modules\lib_1.19\hayamiki.lib"
0 \ No newline at end of file 2 \ No newline at end of file
xlib @ aa085f22010
1 -Subproject commit 0555931cf45f083fa29cd976aadf081a4f3c1d78 1 +Subproject commit aa085f22010ed8ef6db6be69e8a354322609dd01