Anyway, it was pretty simple. Not sure if I "cheated" by commenting out a tiny statement in the qkdisp.c file in the qb_beep function as follows:
/*#elif WIN95
MessageBeep(MB_OK);*/
#elif __OS2__
because I was getting an error about it.
In any case, the makefile looks like this:

and the end result? No .obj files left over when I ran it with the command --- make && make clean ---
as well...ta da!!

No comments:
Post a Comment