POV-Ray : Newsgroups : povray.programming : Compiling POVRAY 3.5 using VC6.0 in Release Mode : Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode Server Time
8 Jul 2024 17:14:02 EDT (-0400)
  Re: Compiling POVRAY 3.5 using VC6.0 in Release Mode  
From: alphaQuad
Date: 27 Nov 2007 11:15:01
Message: <web.474c41ae791be38299dcdadb0@news.povray.org>
windows/makefiles/install.txt


think I'll try the windows code first, eh? makes sense to me


makefile.bcc - make of Borland C++  (www.borland.com)
makefile.gcc - make of MinGW        (www.mingw.org)
makefile.vc  - nmake of VisualC     (www.microsoft.com)
makefile.wat - wmake of Watcom      (www.openwatcom.org)
makefile.dms - smake of DigitalMars (www.digitalmars.com)


Example of building with MinGW:

  make.exe -f windows\makefiles\makefile.gcc USE_GUI=0 BUILD=debug


cool


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.