Commit c57aa102 authored by sumpfralle's avatar sumpfralle

create the alternative startup script for Windows during packaging


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1045 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 9be2eff8
......@@ -38,6 +38,8 @@ svn_export: clean
then svn export --quiet "$(SVN_REPO_BASE)" "$(EXPORT_DIR)";\
else svk co "$(SVK_REPO_BASE)" "$(EXPORT_DIR)";\
fi
# Windows needs a different name for the startup script - due to process creation (no fork/exec)
@cp "$(EXPORT_DIR)/pycam" "$(EXPORT_DIR)/pycam-loader.py"
create_archive_dir:
@mkdir -p "$(ARCHIVE_DIR)"
......
pycam
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment