Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
flext
Commits
c83ca806
Commit
c83ca806
authored
Aug 16, 2002
by
thomas
Browse files
no message
git-svn-id:
https://svn.grrrr.org/ext/trunk@225
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
01568726
Changes
5
Hide whitespace changes
Inline
Side-by-side
tutorial/makefile.pd-linux
View file @
c83ca806
...
...
@@ -24,7 +24,7 @@ INCLUDES=$(PDPATH)
LIBPATH
=
FLAGS
=
-DPD
-DFLEXT_THREADS
CFLAGS
=
-O6
-mcpu
=
pentiumpro
LIBS
=
m
pd
LIBS
=
m
# the rest can stay untouched
...
...
tutorial/simple3/simple3.cw
0 → 100644
View file @
c83ca806
File added
tutorial/thread1/main.cpp
View file @
c83ca806
...
...
@@ -11,7 +11,9 @@ This shows an example of a method running as a thread
*/
// define FLEXT_THREADS for thread usage. Flext must also have been compiled with that defined!
#ifndef FLEXT_THREADS
#define FLEXT_THREADS
#endif
#include
<flext.h>
...
...
tutorial/thread1/thread1.cw
0 → 100644
View file @
c83ca806
File added
tutorial/thread2/main.cpp
View file @
c83ca806
...
...
@@ -11,7 +11,9 @@ This shows an example of multiple threads and syncing with a thread conditional
*/
// define FLEXT_THREADS for thread usage. Flext must also have been compiled with that defined!
#ifndef FLEXT_THREADS
#define FLEXT_THREADS
#endif
#include
<flext.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment