To configure omake for Visual C++

Procedure

  1. Set up the HCL VersionVault add-in. More information is available about setting up the HCL VersionVault add-in for Visual C++.
  2. 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).
  3. In Visual C++, click Tools > Customize.
  4. In the Customize winbdow, click the Tools tab.
  5. On the Tools page, click New to create a new command. Name the new command omake.
  6. In the Command field, type omake.exe.
  7. In the Arguments field, type the following line:
    
    -EN -s -f "$(WkspDir)\$(WkspName).mak"
    
  8. In the Initial Directory field, type the following text:
    
    $(WkspDir)
    
  9. Select Use Output Window.
  10. In the Customize window, click Close.