Hi I have what at first seemed to be a very simpe problem:
I have a Microsoft Package that requires me to use nmake to make a lib file. I am unfamiliar with make files as I use visio and XP.
Now I had to move somethings due to restricted write access on
the computer I am currently at
I have a Makefile in:
My documents/Folder/src/
I tried to move the entire visio contents:
/VC/bin/
to the same folder
then calling nmake from a command prompt I get
fatal error RC1015 cannot include file "winver.h"
from when rc is called
Now should I just edit the files to give explicit locations
or is there a better way?
I only need to run this code once so any hack will do?