Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
73c57380
Commit
73c57380
authored
Mar 08, 2011
by
MARCHE Claude
Browse files
IDE without threads
parent
3b419e11
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
73c57380
...
...
@@ -420,7 +420,7 @@ install_local: bin/why3config
ifeq
(@enable_ide@,yes)
IDE_FILES
=
gconfig
worker s
cheduler db
dbsync
gmain
IDE_FILES
=
gconfig
gS
cheduler db gmain
IDEMODULES
=
$(
addprefix
src/ide/,
$(IDE_FILES)
)
...
...
@@ -436,9 +436,9 @@ $(IDECMO) $(IDECMX): INCLUDES += -I src/ide -I @SQLITE3LIB@
byte
:
bin/why3ide.byte
opt
:
bin/why3ide.opt
bin/why3ide.opt bin/why3ide.byte
:
INCLUDES +=
-thread -I +threads
-I @LABLGTK2LIB@ -I @SQLITE3LIB@
bin/why3ide.opt bin/why3ide.byte
:
EXTOBJS +=
gtkThread
bin/why3ide.opt bin/why3ide.byte
:
EXTLIBS +=
threads
lablgtk lablgtksourceview2 sqlite3
bin/why3ide.opt bin/why3ide.byte
:
INCLUDES += -I @LABLGTK2LIB@ -I @SQLITE3LIB@
bin/why3ide.opt bin/why3ide.byte
:
EXTOBJS +=
bin/why3ide.opt bin/why3ide.byte
:
EXTLIBS += lablgtk lablgtksourceview2 sqlite3
bin/why3ide.opt
:
src/why.cmxa $(PGMCMX) $(IDECMX)
$(
if
$(QUIET)
, @echo
'Linking $@'
&&
)
\
...
...
src/ide/gmain.ml
View file @
73c57380
This diff is collapsed.
Click to expand it.
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