File: dsp.bat

package info (click to toggle)
qwtplot3d 0.2.7%2Bsvn191%2Bgcc7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,360 kB
  • sloc: cpp: 8,913; ansic: 5,078; python: 95; makefile: 28; sh: 1
file content (12 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
REM set QMAKESPEC=win32-msvc.net
cd mesh2
qmake mesh2.pro
cd ../simpleplot
qmake simpleplot.pro
cd ../autoswitch
qmake autoswitch.pro
cd ../enrichments
qmake enrichments.pro
cd ../axes
qmake axes.pro
cd ..