Igor Korot
2016-08-08 03:30:27 UTC
Hi,
I am successfully working with Anjuta building my application on one machine
against GTK+2.
My application contains one binary executable and couple of .so.
Everything is located inside one "Workspace". The project is also
located on GitHub.
Now, on another machine I set up an environment with GTK+3.
I grabbed my source code from the GitHub and also everything I need.
However all my Makefile files are referencing GTK+2. And so I thought
that I can just
add the build target instead of trying to recreate the project and
change the Makefiles accordingly for the .so libraries.
Now here is the question:
When I add the build target and change the Makefiles will I be able
to push my changes to GitHub?
Or I will have to keep them local, because the build target is available only
to one current target?
Thank you.
I am successfully working with Anjuta building my application on one machine
against GTK+2.
My application contains one binary executable and couple of .so.
Everything is located inside one "Workspace". The project is also
located on GitHub.
Now, on another machine I set up an environment with GTK+3.
I grabbed my source code from the GitHub and also everything I need.
However all my Makefile files are referencing GTK+2. And so I thought
that I can just
add the build target instead of trying to recreate the project and
change the Makefiles accordingly for the .so libraries.
Now here is the question:
When I add the build target and change the Makefiles will I be able
to push my changes to GitHub?
Or I will have to keep them local, because the build target is available only
to one current target?
Thank you.