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
01899ce3
Commit
01899ce3
authored
Jan 02, 2005
by
thomas
Browse files
updated build system
git-svn-id:
https://svn.grrrr.org/ext/trunk@932
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
9be580e6
Changes
8
Hide whitespace changes
Inline
Side-by-side
buildsys/bmake-ext.inc
View file @
01899ce3
OUTNAME
=
$
(
NAME
)
buildsys/bmake-flext.inc
View file @
01899ce3
DEFS
=
$
(
DEFS
)
/
DFLEXT_EXPORTS
# override product name
OUTNAME
=
$
(
FLEXTNAME
)
buildsys/gnumake-ext.inc
View file @
01899ce3
OUTNAME
=
$
(
NAME
)
buildsys/gnumake-flext.inc
View file @
01899ce3
DEFS
+=-
DFLEXT_EXPORTS
# override product name
OUTNAME
=
lib
$
(
FLEXTNAME
)
buildsys/gnumake.inc
View file @
01899ce3
...
...
@@ -51,6 +51,4 @@ endif # SHARED
# product name and folder
##############################################
OUTNAME
=
$
(
NAME
)
OUTSUB
=
$
(
TARGETMODE
)
-
$
(
TARGETTYPE
)
buildsys/nmake-ext.inc
View file @
01899ce3
OUTNAME
=
$
(
NAME
)
buildsys/nmake-flext.inc
View file @
01899ce3
DEFS
=
$
(
DEFS
)
/
DFLEXT_EXPORTS
# override product name
OUTNAME
=
$
(
FLEXTNAME
)
buildsys/nmake.inc
View file @
01899ce3
...
...
@@ -49,5 +49,4 @@ FLEXTNAME=flext-$(RTSYS)_s
# product name and folder
##############################################
OUTNAME
=
$
(
NAME
)
OUTSUB
=
$
(
TARGETMODE
)
-
$
(
TARGETTYPE
)
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