Advertisement

3D Graphics Programming (book)

Started by April 29, 2002 05:01 PM
3 comments, last by Belgedin 22 years, 6 months ago
It''s the one written by Sergei Savchenko (3D Graphics Programming: Game and Beyond). Anyways my question is how do I "compile" the makefile so far I haven''t been able to get it to work, I''m gonna do some research on makefiles and stuff since the one in the makefile is configured for VC++ 4 and I use Dev-CPP but I''d still like to try and get this one working. I''m running Win98 so I''d want to get the windows.mk file working.
Bump []
Advertisement
Closed



Seriously, please don''t bump a message consistently - a lot of people see the new messages - if somebody knows the answer they''ll answer.


Jim Adams
home.att.net/~rpgbook
Author, Programming Role-Playing Games with DirectX
I Apologize...

[edited by - Belgedin on May 2, 2002 11:12:33 PM]
If you''ve got the paths set up right you just use the DOS prompt to CD into the code directory and do make -f filenamehere or nmake if you use VC I think, not sure on that one.

This topic is closed to new replies.

Advertisement