Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

'Rational Purify' by using 'nmake'

Status
Not open for further replies.

cadbilbao

Programmer
Apr 9, 2001
233
ES
Hi!

I'm creating a program by using:
nmake /f "my_makefile.mak" CFG "my_program - Release"
(Using VC++6.0 on Windows NT4.0)

Now, I want to optimize the memory using by my program, and I've
downloaded 'Rational Purify'.

Does anybody know how to modify my 'makefile' in order to use
'Rational Purify'?

Regards and thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top