Forum archive
Compiling Voxlap with VS Options instead of the makefile
- Hi!
I'm fiddling around with Voxlap a little and i want to use the VisualStudio Options instead of the makefile to compile it, but i can't get it to work that way. Does anyone know what options i've to set to compile it successfully without the makefile?
Thanks for your Help!
Haz - If you can compile at the command prompt using "nmake game.c", then you're most of the way there. Here's a checklist for making it work in the GUI environment:
Be sure to specify these non-default compiler settings:
/J default char type is unsigned
/TP compile all files as .cpp
/MD link with MSVCRT.LIB
Add these source files to your project:
winmain.cpp
kplib.c
Add these libraries to your linker settings:
ddraw.lib
dinput.lib
dxguid.lib
voxlap5.obj
v5.obj