Fixed --headerDir (should be -headerDir, MUST be fixed in ProjectDefinition)
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 07 Dec 2011 11:36:55 +0100
changeset 2783 f90a5355da38
parent 2782 2a22b4419f77
child 2784 6e2515a22a6c
Fixed --headerDir (should be -headerDir, MUST be fixed in ProjectDefinition)
Make.proto
--- a/Make.proto	Tue Dec 06 21:26:14 2011 +0100
+++ b/Make.proto	Wed Dec 07 11:36:55 2011 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.106 2011-12-06 20:26:01 cg Exp $
+# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.107 2011-12-07 10:36:55 vrany Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libcomp at 2011-12-06 21:25:52.149.
@@ -44,7 +44,7 @@
 LOCALDEFINES=
 
 LIBNAME=libstx_libcomp
-STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) --headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
+STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=. $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
 
 
 # ********** OPTIONAL: MODIFY the next line ***