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
3a9383c1
Commit
3a9383c1
authored
Jan 04, 2005
by
thomas
Browse files
updated build system
git-svn-id:
https://svn.grrrr.org/ext/trunk@947
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
9786974d
Changes
6
Hide whitespace changes
Inline
Side-by-side
buildsys/lnx/gnumake-gcc-ext.inc
View file @
3a9383c1
...
...
@@ -26,6 +26,7 @@ $(TARGET):: $(TARGETPATH)
$
(
TARGET
)
::
$
(
COBJS
)
$
(
CPPOBJS
)
$
(
CXX
)
$
(
LDFLAGS
)
$
(
LIBPATH
)
-
o
$
@
$
(
COBJS
)
$
(
CPPOBJS
)
$
(
LIBS
)
chmod
755
$
@
strip
--
strip
-
unneeded
$
@
##############################################
...
...
buildsys/lnx/gnumake-gcc-flext.inc
View file @
3a9383c1
...
...
@@ -23,6 +23,7 @@ $(TARGET) :: $(COBJS) $(CPPOBJS)
ifdef
SHARED
$
(
CXX
)
$
(
LDFLAGS
)
$
(
LIBPATH
)
-
o
$
@
$
(
COBJS
)
$
(
CPPOBJS
)
$
(
LIBS
)
chmod
755
$
@
strip
--
strip
-
unneeded
$
@
else
$
(
AR
)
rc
$
@
$
(
COBJS
)
$
(
CPPOBJS
)
endif
...
...
buildsys/win/gnumake-cygwin-ext.inc
View file @
3a9383c1
...
...
@@ -25,6 +25,7 @@ $(TARGET) :: $(TARGETPATH)
$
(
TARGET
)
::
$
(
COBJS
)
$
(
CPPOBJS
)
$
(
CXX
)
$
(
LDFLAGS
)
$
(
LIBPATH
)
-
o
$
@
$
(
COBJS
)
$
(
CPPOBJS
)
$
(
LIBS
)
strip
--
strip
-
unneeded
$
@
chmod
755
$
@
##############################################
...
...
buildsys/win/gnumake-cygwin-flext.inc
View file @
3a9383c1
...
...
@@ -23,6 +23,7 @@ $(TARGET) :: $(COBJS) $(CPPOBJS)
ifdef
SHARED
$
(
CXX
)
$
(
LDFLAGS
)
$
(
LIBPATH
)
-
o
$
@
$
(
COBJS
)
$
(
CPPOBJS
)
$
(
LIBS
)
chmod
755
$
@
strip
--
strip
-
unneeded
$
@
else
$
(
AR
)
rc
$
@
$
(
COBJS
)
$
(
CPPOBJS
)
endif
...
...
buildsys/win/gnumake-mingw-ext.inc
View file @
3a9383c1
...
...
@@ -28,6 +28,7 @@ $(TARGET) :: $(TARGETPATH)
$
(
TARGET
)
::
$
(
COBJS
)
$
(
CPPOBJS
)
$
(
CXX
)
$
(
LDFLAGS
)
$
(
LIBPATH
)
-
o
$
@
$
(
COBJS
)
$
(
CPPOBJS
)
$
(
LIBS
)
-
strip
--
strip
-
unneeded
$
@
##############################################
...
...
buildsys/win/gnumake-mingw-flext.inc
View file @
3a9383c1
...
...
@@ -25,6 +25,7 @@ $(TARGET) :: $(TARGETPATH)
$
(
TARGET
)
::
$
(
COBJS
)
$
(
CPPOBJS
)
ifdef
SHARED
$
(
CXX
)
$
(
LDFLAGS
)
$
(
LIBPATH
)
-
o
$
@
$
(
COBJS
)
$
(
CPPOBJS
)
$
(
LIBS
)
-
strip
--
strip
-
unneeded
$
@
else
$
(
AR
)
rc
$
@
$
(
COBJS
)
$
(
CPPOBJS
)
endif
...
...
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