Skip to content

Instantly share code, notes, and snippets.

@SergioEstevao
Created June 23, 2013 15:34
Show Gist options
  • Save SergioEstevao/5845431 to your computer and use it in GitHub Desktop.
Save SergioEstevao/5845431 to your computer and use it in GitHub Desktop.
MOGenerator automatic generation script when updating database files.
mogenerator --model "${INPUT_FILE_PATH}" \
--output-dir "${PROJECT_DIR}/XXXXX/Source/Model" \
--template-var arc=true
${DEVELOPER_BIN_DIR}/momc \
-XD_MOMC_TARGET_VERSION=10.7 \
"${INPUT_FILE_PATH}" "${TARGET_BUILD_DIR}/${EXECUTABLE_FOLDER_PATH}/${INPUT_FILE_BASE}.mom"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment