Page 2 of 2

Re: notepad++ and love - a suggestion

Posted: Wed Dec 30, 2009 9:44 am
by kalle2990
Ok, I got it to work :)
But when waiting for a reply I looked into the default running file (for the running in IE, opening folder in DOS), and I saw this $(CURRENT_DIRECTORY). It turns out that it takes the directory the file is in, and it works writing that in the running line too. So if you don't want to change the line everytime you change the project you can simply use this :ultrahappy:

Code: Select all

love.exe "$(CURRENT_DIRECTORY)"