dev/cpp/multithreading/pthread_ex.geany

44 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[indentation]
indent_width=4
indent_type=1
indent_hard_tab_width=8
detect_indent=false
indent_mode=2
[project]
name=pthread_ex
base_path=/home/kolan/Projects/cpp/multithreading/
description=
[long line marker]
long_line_behaviour=1
long_line_column=72
[files]
current_page=6
FILE_NAME_0=472;C;0;16;1;1;0;/home/kolan/Projects/cpp/multithreading/asynch.c;0
FILE_NAME_1=328;C;0;16;1;1;0;/home/kolan/Projects/cpp/multithreading/mutexes.c;0
FILE_NAME_2=1354;C;0;16;1;1;0;/home/kolan/Projects/cpp/multithreading/semabinit.c;0
FILE_NAME_3=642;C;0;16;1;1;0;/home/kolan/Projects/cpp/multithreading/sem08-1a.c;0
FILE_NAME_4=2155;C;0;16;1;1;0;/home/kolan/Projects/cpp/multithreading/sem08-1b.c;0
FILE_NAME_5=100;C;0;16;1;1;0;/home/kolan/Projects/cpp/multithreading/tmp.c;0
[build-menu]
CFT_00_LB=_Скомпилировать
CFT_00_CM=gcc -g -lpthread -Wall -c "%f"
CFT_00_WD=
CFT_01_LB=_Сборка
CFT_01_CM=gcc -g -lpthread -Wall -o "%e" "%f"
CFT_01_WD=
filetypes=C;C++;
EX_00_LB=_Выполнить
EX_00_CM="./%e"
EX_00_WD=%d
EX_01_LB=run
EX_01_CM=
EX_01_WD=%d
C++FT_01_LB=_Сборка
C++FT_01_CM=g++ -lpthread -Wall -o "%e" "%f"
C++FT_01_WD=