@echo off rem rem Renaming all .cpp files to .cc for building the samples from the MSVC IDE. rem ren dyna\*.cpp *.cc ren fddi\*.cpp *.cc ren fifo1\*.cpp *.cc ren fifo2\*.cpp *.cc ren hcube\*.cpp *.cc ren hist\*.cpp *.cc ren nim\*.cpp *.cc ren topo\*.cpp *.cc ren token\*.cpp *.cc ren dyna2\*.cpp *.cc