File: link

package info (click to toggle)
mysql-navigator 1.2.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,756 kB
  • ctags: 1,058
  • sloc: cpp: 11,213; makefile: 46; sh: 24; sql: 11
file content (27 lines) | stat: -rwxr-xr-x 759 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash

rm -rf *.h *.cxx *.cpp

ln -s ../src/mysql/about/*.h .
ln -s ../src/mysql/edit/*.h .
ln -s ../src/mysql/connect/*.h .
ln -s ../src/mysql/log/*.h .
ln -s ../src/mysql/mainwindow/*.h .
ln -s ../src/mysql/query/*.h .
ln -s ../src/mysql/script/*.h .
ln -s ../src/mysql/table/*.h .
ln -s ../src/mysql/schema/*.h .
ln -s ../src/mysql/user/*.h .
ln -s ../src/mysql/flush/*.h .
ln -s ../src/mysql/process/*.h .
ln -s ../src/mysql/xport/*.h .
ln -s ../src/mysql/widget/*.h .
ln -s ../src/mysql/xml/*.h .
ln -s ../src/mysql/field/*.h .
ln -s ../src/mysql/privilege/*.h .
ln -s ../src/mysql/xonfigure/*.h .
ln -s ../src/mysql/xuery/*.h .
ln -s ../src/mysql/password/*.h .
ln -s ../src/mysql/style/*.h .
ln -s ../src/mysql/find/*.h .
ln -s ../src/main/*.h .