Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
00e2f087
Commit
00e2f087
authored
Aug 09, 2019
by
Maxime Perrotin
Browse files
Fix regression causing test-cv to fail
parent
65fb3511
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/makefile.tmplt
View file @
00e2f087
...
...
@@ -118,8 +118,7 @@ dataview/Python/built: ${DATAVIEW_UNIQ}
@@TABLE@@
@@IF@@
@_Language_@
=
GUI
cp dataview/Python/* @_LOWER
:
Function_Names_@/GUI/wrappers/python
cp
dataview/C/
*
@_LOWER:Function_Names_@/GUI/wrappers/python
cp
dataview/C/
*
@_LOWER:Function_Names_@/GUI/wrappers/python
cp
dataview/C/timeInMS.[ch] dataview/C/debug_messages.c @_LOWER:Function_Names_@/GUI/wrappers/python
cd
@_LOWER:Function_Names_@/GUI/wrappers/python
&&
\
gcc
-g
-fPIC
-c
`
python-config
--cflags
`
gui_api.c ../../src/queue_manager.c timeInMS.c debug_messages.c
-I
.
-I
../../src
&&
\
gcc
-g
-shared
-o
PythonAccess.so gui_api.o queue_manager.o timeInMS.o debug_messages.o
`
python-config
--ldflags
`
-lrt
...
...
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