Ignore:
Timestamp:
03/15/18 22:53:35 (6 years ago)
Author:
Maciej Komosinski
Message:

f1 and f4 stick properties unified and moved to a separate structure and file (geneprops.cpp/h)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/Makefile-SDK-files

    r756 r759  
    1010GENMANFN=frams/genetics/fn/oper_fn.o
    1111
    12 CONVF1=frams/genetics/f1/conv_f1.o
    13 CONVF4=frams/genetics/f4/conv_f4.o frams/genetics/f4/f4_general.o
     12CONVF1=frams/genetics/f1/conv_f1.o frams/genetics/geneprops.o
     13CONVF4=frams/genetics/f4/conv_f4.o frams/genetics/f4/f4_general.o frams/genetics/geneprops.o
    1414CONVF9=frams/genetics/f9/conv_f9.o
    1515CONVFF=frams/genetics/fF/conv_fF.o frams/genetics/fF/fF_genotype.o frams/genetics/fF/fF_chamber3d.o
    1616CONVFN=frams/genetics/fn/conv_fn.o
    1717
    18 GENOCONV_SDK_OBJS=frams/genetics/defgenoconv.o frams/vm/classes/genoobj.o frams/model/autoname.o $(CONVF1) $(CONVF4) $(CONVF9) $(CONVFF) $(CONVFN)
     18# $(sort - remove duplicates
     19GENOCONV_SDK_OBJS=$(sort frams/genetics/defgenoconv.o frams/vm/classes/genoobj.o frams/model/autoname.o $(CONVF1) $(CONVF4) $(CONVF9) $(CONVFF) $(CONVFN))
    1920GENMAN_SDK_OBJS=$(GENMAN_COMMON_OBJS) $(GENMANF4) $(GENMANF9) $(GENMANFF) $(GENMANFT) $(GENMANFN)
    2021
Note: See TracChangeset for help on using the changeset viewer.