From: <mk...@us...> - 2004-04-10 21:14:15
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19432/Source Modified Files: SConscript Log Message: working on scons vcproject target Index: SConscript =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/SConscript,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** SConscript 30 Mar 2004 10:13:04 -0000 1.8 --- SConscript 10 Apr 2004 21:00:42 -0000 1.9 *************** *** 220,221 **** --- 220,232 ---- #package.setTargets(package_targets) #package.unitTests('./runtests.py') + + # XXX vs project generation (under construction) + env.MSVSProject(target='SimData'+env['MSVSPROJECTSUFFIX'], + srcs=sources, + incs=headers, + buildtarget=package_targets, + variant='Release') + #localincs = barlocalincs, + #resources = barresources, + #misc = barmisc, + |