Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Copy compiler, linker, (...) settings to another computer?

1 view
Skip to first unread message

Byron Blue

unread,
May 11, 2018, 1:37:40 PM5/11/18
to
I'm using the Open Watcom IDE (1.9) and want to copy my project settings to
compile on my home system when I work there. Where are the settings stored
for a project?

Byron Blue
Software Engineering
MAQ Sonar

Paul S. Person

unread,
May 12, 2018, 1:38:06 PM5/12/18
to
The project settings as such are in the wpj file(s).
File- (or file-type-) specific settings are in the tgt file(s).
If the tgt file(s) are not in the same directory as the wpj file(s),
you will need to reproduce the directory structure as well (so the wpj
file(s) can find them). Or you will have to re-acquire them if the
directory structure is different.
The mk file(s) are generated by the IDE.

This is a general statement; you may find you have only one wpj file
and one tgt file in the same directory, making life much simpler.
--
"Nature must be explained in
her own terms through
the experience of our senses."
0 new messages