Remove call to C2Vcproj (now superseeded by cmake)

This commit is contained in:
Fernando Cacciola
2008-02-05 15:44:33 +00:00
parent 40e35d2f0c
commit 5f5cd5f136
@@ -345,10 +345,6 @@ sub make_testscripts()
chdir $BASEDIR;
chdir 'examples';
# Windows specific stuff
print "Creating VC++ projects in examples\n";
system("../developer_scripts/examples/C2vcproj", glob("*"));
print "Creating makefiles in examples\n";
foreach $DIR (glob("*")) {
if ( -d $DIR ) {