Skip to content
Snippets Groups Projects

Added write_version.f90 file to compilation

Merged Mikkel Friis-Møller requested to merge jantoreh:patch-4 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@ include ../_mkf/MakefileDllInit.mk
# --- Makefile flags
# --------------------------------------------------------------------------------
LIB_NAME_BASE=dtu_we_controller
SRC= misc_mod.f90 dtu_we_controller_fcns.f90 turbine_controller.f90 safety_system.f90 dtu_we_controller.f90
SRC= write_version.f90 misc_mod.f90 dtu_we_controller_fcns.f90 turbine_controller.f90 safety_system.f90 dtu_we_controller.f90
ifeq ($(FCOMPILER),1)
FFLAGS_EXTRA= -libs:static -threads
Loading