src/main/java/de/unixwork/uwproj/Target.java

changeset 79
ef0635b78b7b
parent 78
c3a62e0baa9e
child 92
5a32534f2604
equal deleted inserted replaced
78:c3a62e0baa9e 79:ef0635b78b7b
85 85
86 public String getCFlags() { 86 public String getCFlags() {
87 return withPrefix("CFLAGS"); 87 return withPrefix("CFLAGS");
88 } 88 }
89 89
90 public String getLDFlags() { 90 public String getLdFlags() {
91 return withPrefix("LDFLAGS"); 91 return withPrefix("LDFLAGS");
92 } 92 }
93 93
94 public String getCXXFlags() { 94 public String getCxxFlags() {
95 return withPrefix("CXXFLAGS"); 95 return withPrefix("CXXFLAGS");
96 } 96 }
97 97
98 public void clearDependencies() { 98 public void clearDependencies() {
99 dependencies.clear(); 99 dependencies.clear();

mercurial