makefiles/GensrcBuffer.gmk

Print this page

        

@@ -67,10 +67,13 @@
                 $1_x        := c
                 $1_Type     := Char
                 $1_fulltype := character
                 $1_Fulltype := Character
                 $1_category := integralType
+                $1_streams  := streamableType
+                $1_streamtype := int
+                $1_Streamtype := Int
                 $1_LBPV     := 1
         endif
 
         ifeq ($2, short)
                 $1_x        := s

@@ -229,14 +232,17 @@
 
 $$($1_DST) : $$($1_DEP) $(GENSRC_BUFFER_DST)/_the.buffer.dir
         $(TOOL_SPP) < $$($1_SRC) > $$($1_OUT).tmp \
                 -K$$($1_type) \
                 -K$$($1_category) \
+                -K$$($1_streams) \
                 -Dtype=$$($1_type) \
                 -DType=$$($1_Type) \
                 -Dfulltype=$$($1_fulltype) \
                 -DFulltype=$$($1_Fulltype) \
+                -Dstreamtype=$$($1_streamtype) \
+                -DStreamtype=$$($1_Streamtype) \
                 -Dx=$$($1_x) \
                 -Dmemtype=$$($1_memtype) \
                 -DMemtype=$$($1_Memtype) \
                 -DSwaptype=$$($1_Swaptype) \
                 -DfromBits=$$($1_fromBits) \