Commit Graph

53 Commits

Author SHA1 Message Date
Guillermo S. Romero
441f26a170 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
Peter Schlaile
df46549325 == Sequencer ==
Added include compiler switches for windows to make pthread.h accessible
and reverted Joshua's patch.
(Joshua: the prefetch buffering has _nothing_ to do with FFMPEG!)

If this still does not fix the problem, please send an email to me!

I also fixed 
source\blender\src\sequence.c(1405) : error C2275: 'PrefetchThread'

GCC is way to gracefully in latest versions... :)
2007-10-02 12:36:53 +00:00
Jens Ole Wund
31fd60f94c mscv6 turning off GE 2006-11-21 08:54:36 +00:00
Jens Ole Wund
eeaf053853 msvc6 still compiles nicely 2006-11-07 10:00:33 +00:00
Jens Ole Wund
65677de02c msvc6 adding transform_snap to project 2006-10-30 08:39:38 +00:00
Jens Ole Wund
1d5136f57e bullet + GE happy on msvc6 again :)
phew .. setting 'include pathes'  in VS6 is real pain
2006-06-15 21:22:22 +00:00
Jens Ole Wund
ca6aca0c07 restoring minimum debug build on msvc6 projects
-no GE
-no OpenExr / hum.. may be that's why storing a PNG does not crash
2006-03-14 08:49:41 +00:00
Jens Ole Wund
1d787c9e93 msvc6 projects that will compile when MEM_Allocator.h is fixed 2006-02-09 14:17:26 +00:00
Jens Ole Wund
1ae7fb0c99 doing MSCV6 project woodoo ( preparing orange --> bf migration )
NOTE to Ton and Hos
PLEASE do not try to merge any ot the MSVC6 project files (*.dsw ,*dsp)
I have a plan to get it done with a minimum of pain
thanks
ole
2006-01-26 22:05:39 +00:00
Jens Ole Wund
bbb2ab39a0 added editipo_lib.c editipo_mods.c to project 2005-10-10 18:21:31 +00:00
Jens Ole Wund
5f767d1627 the usual missing files / include path setting game
So the linker only misses performElbeemSimulation(..)
I can't create El'Beem.lib with msvc6 as discussed in ML
If you comment off the 2 calls in fluidsim.c
blender compiles with msvc6 projects again
with the complete fluid UI but simulation won't run
2005-09-23 10:41:11 +00:00
Jens Ole Wund
42ee04702c having a "mini gimp" in image editor
{ hope it does not break builds .. mscv6 .. scons works fine here }
2005-09-09 22:31:23 +00:00
Martin Poirier
360b494fc8 Project Files (MSVC 6.0) update:
- drawarmature.c
	- modifier.c, BKE_modifier.h
	- DNA_modifier_types.h
2005-07-19 23:52:21 +00:00
Martin Poirier
1ec178ecc7 MSVC 6.0 projectfiles update for the removal of IKA files. 2005-07-04 23:32:59 +00:00
Martin Poirier
6e6d92039c Adding lorem.c file to BL_src.dsp MSVC 6.0 projectfile.
Note to intrr: pressing the lorem bug crashes here too, will trace later.
2005-06-18 00:37:41 +00:00
Martin Poirier
764e1a3033 MSVC 6.0 projectfiles small cleaning.
DNA_makesdna.dsp was missing DNA_meshdata_types.h

BL_src.dsp was missing most of the BIF and BDR and BSE includes
2005-06-10 00:23:42 +00:00
Martin Poirier
dcae3d2058 MSVC 6.0 Projectfile changes for the timeline in BL_src.dsp (adding new files mostly).
BPY_python.dsp need some changes too (adding Font.c and Font.h) but I've got other changes in there that I can't commit, so someone else will have to update.
2005-05-09 09:53:55 +00:00
Jens Ole Wund
2577c4e915 Updated MSVC6 projects to handle depgraph (added some files)
fixed some *includes*
with
#ifdef WIN32
#elif
#include <sys/time.h>
#endif
looks like MSVC6 does not need that include .. donno if cygwin builds will
so thats why i kept that *ifdef overhead*
2005-04-30 22:52:00 +00:00
Martin Poirier
3c7617de52 MSVC 6.0 Projectfile changes for transform_conversions.c
Didn't get any diff with cvs, had to use an evil switcheroo technique and then it worked.

MSVC 6.0 users should be able to compile out of the box now.
2005-04-23 22:53:50 +00:00
Martin Poirier
4ea8947ea7 Merged all the internal transform includes into transform.h and moves it to /src to /include.
Split the conversion fonctions and sorting functions from transform.c into transform_conversions.c
Update MSVC 6.0 projectiles and SConscript accordingly.
Editview still included transform.h, replaced that for BIF_transform.h, the external include.
2005-04-10 18:33:19 +00:00
Martin Poirier
e5d4f9d580 Some MSVC 6.0 projectfiles updates:
BIF_transform.h added in BL_src
Adding moto include paths to EXP_expressions
SDL include paths and correct python version for all targets in SCA_gamelogic
KX_RayCast.cpp/h in KX_ketsji
SumoPHYCallbackBridge.cpp/.h in PHY_Sumo
2005-03-31 18:39:38 +00:00
Roel Spruit
1ec0238bd6 Added transform_manipulator.c to the windows MSVC 6.0 projectfile 2005-03-19 14:13:45 +00:00
Martin Poirier
28902e9334 MSVC 6.0 projectfile changes to go with last commit. 2005-02-14 02:56:15 +00:00
Jens Ole Wund
66faf81099 Msvc6 complies again with
bfont.ttf.c :)
2004-11-08 22:14:47 +00:00
Jens Ole Wund
de2c542d21 added outline.c :) 2004-10-09 20:46:29 +00:00
Martin Poirier
b997c654b1 MSVC 6.0 projectfiles fixes for new editmesh and bpython files. 2004-09-23 23:03:19 +00:00
Martin Poirier
143f0edc32 Editmesh spliting project files fix (MSVC 6.0) 2004-09-19 14:33:33 +00:00
Jens Ole Wund
8fb5fc0594 work on mcvc6 projects
add unwrapper.c to BL_src
in opennl create project/workspace to build
modify blender. to link to blender_ONL.lib
add ",..\..\..\lib\windows\opennl" to libpath
add ",..\..\..\lib\windows\opennl\debug" to libpath for debug
add opennl project to intern workspace .. adjusting dependancies

BM crosses fingers to work
2004-07-14 20:57:38 +00:00
Roel Spruit
ce041f555c added Robert's cursor stuff to the msvc 6.0 project files 2003-12-26 20:29:11 +00:00
Martin Poirier
e1d0527cc5 Projectfiles fixes for new script space code thingy 2003-12-15 03:24:47 +00:00
Roel Spruit
5cc89c0f4e Replaced all references to ..\..\source\blender\bpython\include with ..\..\source\blender\python. this because of the old python removal. 2003-11-23 14:02:54 +00:00
Roel Spruit
1acf0e4192 added interface_draw.c to msvc 6.0 projectfile 2003-10-20 15:57:43 +00:00
Roel Spruit
d518ca6bc6 added interface_panel.c to msvc 6 projectfile 2003-10-15 19:39:02 +00:00
Roel Spruit
e799e39e7f - Added all the stuff of the last week to the MSVC 6.0 project file.
- Added include BIF_gl.h to  header_imasel.c (I think it needs that :)
2003-10-10 23:20:01 +00:00
Simon Clitherow
77e78ab923 - removed button.c from MSVC 6 project files. 2003-10-07 19:14:12 +00:00
Roel Spruit
41e4869452 added tons AWESOME files to the msvc 6.0 projectfile 2003-10-04 21:27:57 +00:00
Simon Clitherow
f84d02e42d MSVC 6 debug target finally fixed! (yes, really!) :) 2003-07-26 18:05:20 +00:00
Simon Clitherow
92ff8e298f - fixed include paths for SoundSystem (MSVC 6). 2003-07-26 16:26:01 +00:00
Simon Clitherow
53c8eb3095 - updated MSVC 6 project files to include the sequencer audio support 2003-07-13 21:48:05 +00:00
Simon Clitherow
ac09398c37 - cleaned up MSVC 6 project files (removed non-existing .h files, etc) 2003-07-12 12:49:36 +00:00
Kent Mein
7d38afc7b6 holger's patch for visual-c ssl stuff.
Kent
2003-06-03 19:09:03 +00:00
Rob Haarsma
c3ac925655 Multilingual interface support added.
Added compileflag INTERNATIONAL to the 'release'
projectfiles for msvc and added the FTF_ftfont project
to the main blender project.
2003-05-03 12:20:23 +00:00
Rob Haarsma
a4f2249497 Added the WITH_FREETYPE2 compile flag, in the blenkernel
and blenlib msvc 'release' projectfiles. Compile and link with the
lib/windows/freetype directory.
2003-04-28 21:18:43 +00:00
Rob Haarsma
a22977b314 Added Quicktime support for OSX and Windows.
For Windows, the WITH_QUICKTIME flag, together with approriate paths
is added to the following msvc6 'release' projectfiles:
bf\blender\projectfiles\blender\imbuf\BL_imbuf.dsp
bf\blender\projectfiles\blender\src\BL_src.dsp
bf\blender\projectfiles\blender\render\BRE_render.dsp
bf\blender\projectfiles\blender\blender.dsp

Erase the flag if you don't want Quicktime support.
2003-04-28 02:17:04 +00:00
Simon Clitherow
ab05ef7618 - updated MSVC project files to suit the lib dir move - better late than never!
- blenderplayer and the web plugin now compile again (now using OpenAL)
2003-03-12 21:40:56 +00:00
Chris Want
9163759665 Changes to deal with the single splash file 2003-02-10 15:01:54 +00:00
Francis Laurence
586b210573 Remove isect.c
from the BL_src.dsp (visual c++ project file)
Goodbye isect
2003-01-13 19:23:58 +00:00
Simon Clitherow
77a7a8074e Updated the debug target defines. --aphex 2002-12-12 18:42:00 +00:00
Kent Mein
662b586185 Commited Simon Clitherow's mods to BL_src.dsp
Kent
--
mein@cs.umn.edu
2002-12-10 04:38:49 +00:00
Maarten Gribnau
a670f47461 Added img lib to the include path of the MSVC project file.
Maarten
2002-12-01 23:03:08 +00:00