<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 20 Aug 2020 at 22:41, anshu khare <<a href="mailto:anshukhare50@gmail.com">anshukhare50@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto"><br></div><div dir="auto">I basically ran autogen.sh , /opt/lo/bin/make gb_color=1, instdir/program/soffice.exe, and /opt/lo/bin/make vs2019-ide-integration again on Cygwin. </div></div></blockquote><div><br></div><div>You don't need to run autogen.sh every time. That is only for the first build. The normal workflow is to make a new branch -> do your required changes -> make</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto">Then I went to build folder in C drive of my pc. There I found Libreoffice.sln</div><div dir="auto"><br></div><div dir="auto">I opened it and built the debug version. </div><div dir="auto">I found that the changes which were made during first build were reflected in this built. </div><div dir="auto">The changes which I made earlier in the code during my first build were present this time as well.</div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto">I undid the changes in the code. But that didn't affect the changes in built. </div></div></blockquote><div> </div><div></div><div>Are you sure? run "git status" to check if you have some uncommitted changes or</div><div>perhaps if you are working on a separate branch from master do "git diff master ... your_branch_name". (do not forget the "...")</div><div><br></div><div>regards,</div><div>Shivam Kumar Singh</div><div></div></div></div>