File: program

package info (click to toggle)
oxref 0.90.10-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 400 kB
  • sloc: cpp: 786; makefile: 141
file content (14 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14

void program(string strip)
{
    string lopt;

    library(0);

    lopt = strip + setOpt(LDFLAGS, "LDFLAGS");

    exec(COMPILER, "-o", g_binary,
            "-loxref", libs, "-L.", libpath , lopt);

//    system(g_binary + " -foxs tmp/liboxref.a > " 
}