
EN:
Small nautilus script that lets you compile C++ source files with g++
To install copy script to
/home/yourusername/.gnome2/nautilus-scripts
############################
TO DO:
#Add option for changing compiler
///////////////////////////////////
PL:
Mały nautilus script umożliwiający skompilowanie źródłowych plików C++ za pomocą kompilatora g++
Aby zainstalować skopiuj skrypt do folderu:
/home/nazwaużytkownika/.gnome2/nautilus-script
############################
DO ZROBIENIA:
#Dodanie możliwości zmiany kompilatora
7 years ago
#11.06.10- files and directories with spaces now working.
7 years ago
#11.06.10- files and directories with spaces now working.
djspider
7 years ago
Report
tester8
7 years ago
Use "$@" (with quotes!) instead of $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS
May be "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" will work too.
Report
djspider
7 years ago
Report