To configure omake for Visual C++
Procedure
- Set up the DevOps Code ClearCase® add-in. More information is available about setting up the DevOps Code ClearCase add-in for Visual C++.
- If you use Windows 95 or Windows 98, open a command
window and enter
vcvars32.bat
(you may enter this command from any directory or drive). - In Visual C++, click Tools > Customize.
- In the Customize winbdow, click the Tools tab.
- On the Tools page, click New to create a new command. Name the new command omake.
- In the Command field, type
omake.exe
. - In the Arguments field, type
the following line:
-EN -s -f "$(WkspDir)\$(WkspName).mak"
- In the Initial Directory field,
type the following text:
$(WkspDir)
- Select Use Output Window.
- In the Customize window, click Close.