From: <mk...@us...> - 2004-04-10 21:14:14
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19432 Modified Files: SConstruct Log Message: working on scons vcproject target Index: SConstruct =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/SConstruct,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SConstruct 30 Mar 2004 10:10:24 -0000 1.7 --- SConstruct 10 Apr 2004 21:00:42 -0000 1.8 *************** *** 116,126 **** for subdir in SUBDIRS: SConscript(subdir+'/SConscript') - - # XXX vs project generation - #env.MSVSProject(target='SimData'+env['MSVSPROJECTSUFFIX'],srcs=['sources'],incs=['headers'],buildtarget='_cSimData.dll',variant='Release') - #localincs = barlocalincs, - #resources = barresources, - #misc = barmisc, - package.addManifest("MANIFEST.IN") --- 116,119 ---- |