sun workshop to sun studio migration
Hi,
We are going to move from SUN Workshop(on Solaris8) to newer application(on Solaris9).
We got SUN Studio 9, but it looks like a huge work to migrating all make files from SUN Workshop to SUN Studio 9.
I also saw that in SUN Workshop there was a project , which I could add/delete new files/libs . . . but I didnt see any way to perfom it using SUN Studio 9.
Q1:
Is there a way to add/delete new files/libs in SUN Studio 9?
Q2:
What is the easiet way to migrate SUN Workshop prd/makefile to SUN Studio 9 makefile?
Regards,
Moshe.
Message was edited by:
moshik
Message was edited by:
moshik
[679 byte] By [
moshik] at [2007-11-26 10:09:24]

# 1
> Is there a way to add/delete new files/libs in SUN Studio 9?
Since Sun Studio 9 has no concept of a project, there really isn't anything
to add to. Typically, you select a Makefile (in the Sun Studio 9 IDE) and
run a build target on it. You can edit the properties panel and add things
like command line variables, etc.
> What is the easiet way to migrate SUN Workshop prd/makefile to SUN Studio
> 9 makefile?
There really is no migration steps, going from WorkShop to SS9. Select the
desired Makefile (usually a top level one), right click, and select the make
target you want. You can add targets to this menu to customize the way you
run the Makefile.
# 2
Hi,
Thanks for your answer.
Q :
I didnt understood how to insert new file into a built makefile.
When I build a makefile (file->new->makefiles->makefile) using the GUI , I crossed many sceens and chose to add a.cpp file.When I finished using this GUI , it creates a makefile for me.
Now I want to add b.cpp + b.h files into this makefile.
How can I do it using GUI (not rewrite by myself the makefile). Is there a way to do it like in the WOrkShop ? There I could open the project and see all the GUI steps and add the b.h /b.cpp into the project.And it made new makefile for me.
Message was edited by:
moshik