File: settings.pri

package info (click to toggle)
librecad 2.2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 105,584 kB
  • sloc: cpp: 187,958; sh: 336; xml: 47; makefile: 21
file content (13 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13

unix {
    macx {
        INSTALLDIR = ../../
    } else {
        INSTALLDIR = ../../unix
    }
}

win32 {
    INSTALLDIR = ../../windows
}