]> rtime.felk.cvut.cz Git - ert_linux.git/blobdiff - ert_linux/ert_linux.tlc
Add debuging version of ext_svr.c
[ert_linux.git] / ert_linux / ert_linux.tlc
index bb92d14aebac4cffa05d160e4cebfd2b43c5664f..3a0d73f8da61762be880d2b4990def39a826a192 100644 (file)
@@ -15,6 +15,8 @@
   %assign AutoBuildProcedure = !GenerateSampleERTMain
 %endif
 
+%assign RateBasedStepFcn = 1   /% Generate only rate-based step functions %/
+
 %% The model_SetEventsForThisBaseRate function is not required for the
 %% VxWorks environment, i.e., when using an operating system.
 %assign SuppressSetEventsForThisBaseRateFcn = (TargetOS == "VxWorksExample") 
@@ -30,6 +32,7 @@
 %include "commontargetlib.tlc"
 
 %include "codegenentry.tlc"
+%include "ert_linux_genfiles.tlc"
 
 /%
   BEGIN_RTW_OPTIONS
@@ -41,6 +44,8 @@
   %----------------------------------------%
 
   rtwgensettings.BuildDirSuffix = '_ert_linux';
+  rtwgensettings.Version = '1';
+  rtwgensettings.SelectCallback = 'ert_linux_select_callback_handler(hDlg, hSrc)';
 
   END_RTW_OPTIONS
  %/