Commit Graph

85 Commits

Author SHA1 Message Date
Andrea Weikert
ad886183e3 ==== MSVC 7.1 projectfiles ====
- small maintenance, added sss.c and sss.h
(does not affect release build)
2007-05-05 10:15:07 +00:00
Andrea Weikert
94b7743dd3 ==== MSVC 7.1 project files ====
- cleanup of the python included files
- update for some recently added files
2007-04-20 16:53:57 +00:00
Andrea Weikert
15b4dfba58 ==== MSVC 7.1 Projectfiles ====
- small maintenance: added two new node files to project
2007-04-13 17:16:23 +00:00
Andrea Weikert
8f9d243532 ==== MSVC 7.1 project files ====
- update for nodes_util.c and nodes_util.h
2007-04-05 20:28:07 +00:00
Andrea Weikert
0d19c13c93 ==== MSVC 7.1 projectfiles ====
- Python API changes: removed Main.c, added BPyModule.c
2007-03-27 18:04:51 +00:00
Andrea Weikert
4de22c2374 ==== MSVC 7.1 projectfiles ====
maintenance work:
- internally renamed nodes lib to BL_nodes to follow naming of other libs, renaming of
  actual projectfile will follow after move to svn.
- added missing include dirs for new BL_nodes lib
- removed hardcoded include dir in nodes lib
- changed nodes lib to not 'compile as C++', but as default, so .c as C, .cpp as C++
- still found PHY_Ode dependency in ActiveX plugin which I removed
summary:
All should compile fine again now, let me know of any problems.
2007-03-26 18:34:25 +00:00
Robert Holcomb
40a47e29e4 Has the nodes in it. I'm not a windows guru, so please review. 2007-03-24 18:42:38 +00:00
Robert Holcomb
1dcb99dce3 Still not part of the solution file, so shouln't affect the build. This version is complete, but won't compile until I commit the new BKE_node.h and drawnode.c files (plus a couple of others) 2007-03-24 07:18:26 +00:00
Andrea Weikert
059ea9359d ==== MSVC 7.1 projectfiles ====
- added BLI_boxpack2d files
2007-03-21 20:36:14 +00:00
Andrea Weikert
261120236b ==== MSVC 7.1 projectfiles ====
- added new file Config.c for Python API
2007-03-19 19:29:27 +00:00
Andrea Weikert
4badc5da7a ==== MSVC 7.1 projectfiles ====
- small update, added missing files.
2007-03-13 18:23:05 +00:00
Andrea Weikert
d1b17f8c30 ==== MSVC 7.1 project files ====
- fix for 3DPlugin compile
- cleanup of bullet path
- removed PHY_ODE project from 3D plugin too, not used anymore

Now all configurations should build again, let me know of any problems!

Not been able to test if the 3DPlugin is actually working,is job for another day ;)
Also the 3DPlugin is compiled without OpenExr, this needs to be looked into once too.
2007-03-03 11:28:15 +00:00
Joseph Gilbert
ccefcc8a79 updating vc7 projectfiles to link to python2.5 2007-03-01 20:49:44 +00:00
Andrea Weikert
a91e25ac1f ==== MSVC project files ====
- maintenance: added python Main.c
2007-02-25 15:49:22 +00:00
Andrea Weikert
b0c2e7808c ==== MSVC 7 project files ====
- small update:added multires-firstlevel.c
2007-01-11 20:01:31 +00:00
Andrea Weikert
c610fe7973 ==== MSVC 7.1 project files ====
- updated to latest version of OpenExr in lib/windows/openexr/lib
- also changed the /NODEFAULTLIB to the same values as scons build
- changed blender to compile with /MT like all libraries too
2007-01-07 17:10:46 +00:00
Andrea Weikert
3d0533e578 ==== MSVC 7 project files ====
- small update for added files shadeinput.c and shadeoutput.c
2006-12-05 18:35:03 +00:00
Andrea Weikert
f60da54058 ==== MSVC Projectfiles ====
- finally update to bullet2
2006-12-03 18:56:43 +00:00
Joseph Eagar
885d40c30d =ID Properties MSVC Project Files Update=
This commit updates the MSVC project files (both sets of them) to build
with ID Properties.  Please test!
2006-11-17 06:28:55 +00:00
Andrea Weikert
fe97147be8 ==== MSVC 7 project files ====
very small cleanup: add DNA_customdata_types.h header
2006-11-12 13:04:04 +00:00
Andrea Weikert
e00b6e52b2 ==== MSVC 7 project files ====
- aded missing verse.lib for linking blenderplayer
- added missing files from sculptmode commit
2006-11-07 21:40:49 +00:00
Andrea Weikert
06d047ddfa ==== MSVC 7 project files ====
- added transform_snap.c
2006-10-26 17:39:06 +00:00
Andrea Weikert
ffed7d3566 ==== MSVC 7 project files ====
- finally added OpenExr to be included by default to Blender release and Blender debug release targets
2006-10-13 11:42:58 +00:00
Andrea Weikert
0b7e25d3bd === MSVC 7 project files ===
- added verse support
- verse library and server are compiled with the extern solution
- note: verse server still misses icon, VS2003 refuses to add the currently provided icon
2006-09-30 14:31:27 +00:00
Andrea Weikert
857f7a66fa ==== MSVC 7 project files ===
maintenance work:
- added missing files in blenkernel
- updated Bullet in extern
- Python: SurfNurb.c
- removed compile and dependency of PHY_Ode
- made blenderplayer compile again (had to add pthreads lib)
2006-09-17 17:55:57 +00:00
Andrea Weikert
ce30718d76 === MSVC 7 project files ===
maintenance work: removed img module following the other build systems
due to this commit:
http://projects.blender.org/pipermail/bf-blender-cvs/2006-July/007415.html
2006-08-19 14:22:36 +00:00
Andrea Weikert
851974a17b === MSVC project files ===
- added new Geometry.c file
2006-07-02 19:00:49 +00:00
Andrea Weikert
7e614bbac9 === MSVC 7 project files ===
- removed edgeRender.c that doesn't exist an more
- removed not needed link dependencies odbc32.lib and odbccp32.lib from DNA_makesdna
2006-06-29 18:33:34 +00:00
Joseph Gilbert
3851ea07d4 *msvc project update
- commiting fixes for vc8
- updating projects for added files
2006-06-23 15:25:57 +00:00
Joseph Gilbert
d8d720ed3a * update for projectfiles vc7
- added python files
- fixed a small C coding error in vpaint preventing windows builds
2006-05-25 19:18:04 +00:00
Joseph Gilbert
fd8e5895c8 *applying patch
[ #3727 ] Fixes solid linker errors in MSVC 7 project files
Submitted By:
Ben Stabler (lightning)

adds some libs to the linker in the blender.sln file for use with Bullet
2006-05-14 18:43:33 +00:00
Joseph Gilbert
3be8e53c10 update to msvc7 projectfiles 2006-05-13 14:46:48 +00:00
Joseph Gilbert
9e7a0e1987 *projectfiles update*
-only 1 dll for pthreads needed in release build
2006-04-24 21:34:05 +00:00
Joseph Gilbert
4bfb0e30ec *msvc7 projectfiles update*
- post-build steps improved
- properly moves all the python scripts into the .blender directory on build
- only moves pthreadVSE2.dll from the pthreads libs
- moves release text into the build directory
2006-04-24 14:33:35 +00:00
Joseph Gilbert
a77ab034d4 *projectfiles update*
- added Modifier.c to python project
2006-04-24 14:07:09 +00:00
Joseph Gilbert
f54a113cde Update to the VC7 projectfiles.
This should bring the projectfiles upto date for msvc7.

Moving these to version 7.1 so that the version 8 people don't have such a hard time importing into 2005.

Build intern.sln, extern.sln and then blender.sln. Enjoy. :p
2006-04-17 20:05:39 +00:00
Joseph Gilbert
e9ea05815d Radiance HDR image file includes 2005-11-21 19:16:52 +00:00
Joseph Gilbert
beece21d1f project file update
*Added the boolop project
2005-11-03 20:07:55 +00:00
Joseph Gilbert
830d1318e3 -ProjectFile .NET update
* added IPO files to /src
2005-10-10 20:13:18 +00:00
Joseph Gilbert
6cb422b886 Update for thin mesh
*warnings fixes
*projectfile update
2005-10-03 20:48:43 +00:00
Joseph Gilbert
58367385f1 update to .NET project files
* added support for elbeem
2005-09-22 19:46:28 +00:00
Joseph Gilbert
adb6e0cd2e update to .NET projectfiles
- added missing header files to src and src_cre projects
2005-09-16 22:36:30 +00:00
Joseph Gilbert
1b4f29353f update to .NET projectfiles
- added imagepaint and key files
2005-09-14 02:27:15 +00:00
Joseph Gilbert
2ead4feddf Update to .NET project files
- added edgehash stuff
- added new IK solver stuff (rebuild /intern)
2005-08-30 22:11:31 +00:00
Joseph Gilbert
ebd83b9bc4 _updates and warning fix_
* fixed a few warnings in the python project
* added timeline to py project
2005-08-07 12:09:50 +00:00
Joseph Gilbert
cb83b8de1b _.NET projectfiles update_
- links to python 2.4
(please update /lib/windows)
2005-08-02 17:02:40 +00:00
Joseph Gilbert
292c03ab8e _.NET projectfiles update_
* converted files to .NET 2002
* removed unneeded projectfiles from bullet
* PHY_Bullet outputs to correct directories
* Bullet linked to activex and blenderplayer
* misc updates
2005-08-02 13:44:49 +00:00
Erwin Coumans
49499c49be updated vc7 projectfiles so they work with bullet 2005-07-31 14:40:51 +00:00
Joseph Gilbert
08127dd5ec _.NET projectfile updates_
This fixes a number of build issues with msvc7 projectfiles
 * fixes the zlib problem
 * fully builds bullet + solid + blender
 * updates project files
2005-07-28 18:31:16 +00:00
Joseph Gilbert
3e34ff9a09 _update to .NET projectfiles_
- removed wave from python
- added include path for decimation header
- added additional line to eof in point
2005-07-26 13:30:08 +00:00