
Compile Here
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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
10 years ago
#11.06.10- files and directories with spaces now working.
10 years ago
#11.06.10- files and directories with spaces now working.
djspider
10 years ago
Report
tester8
10 years ago
Use "$@" (with quotes!) instead of $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS
May be "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" will work too.
Report
djspider
10 years ago
Report