Skip to content

Commit

Permalink
Write content of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Mar 15, 2024
1 parent fe6a575 commit 93f293f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch.dnys
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function create_path_file void()
fopen(fh, "%project_path\paths.dnys", false) {
fwriteline %fh "# Auto-generated at %timestamp";
fwriteline %fh "";
fwriteline %fh { const APACHE_PATH string <= "D:\Programme\xampp\apache\bin"; };
fwriteline %fh { const MYSQL_PATH string <= "D:\Programme\xampp\mysql\bin"; };
fwriteline %fh { const APACHE_PATH string <= "%apache_path"; };
fwriteline %fh { const MYSQL_PATH string <= "%mysql_path"; };
};
};

Expand Down

0 comments on commit 93f293f

Please sign in to comment.