File: hello.prj.opt

package info (click to toggle)
vdkbuilder2 2.4.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,680 kB
  • ctags: 4,989
  • sloc: cpp: 40,647; sh: 10,346; ansic: 2,718; makefile: 710; sed: 93
file content (16 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
!!! PLEASE DO NOT EDIT THIS FILE !! (or edit at your own risk)
Let VDKBuilder do the job for you
*/
compilers{c_compiler:gcc;cc_compiler:g++;}
link{lnk:g++;}
compile_flags{c_flags:-g -Wall `vdk-config-2 --cflags`;}
defines{def:-DNONE;}
includes{include:-I./;}
shared_libs{so_libs:`vdk-config-2 --libs`;}
debugger{use_db:ddd;}
program{args:;}
package{
name:;
version:0.0.1;
nls_support:no;}