Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
flext
Commits
abb04b08
Commit
abb04b08
authored
Jan 04, 2005
by
thomas
Browse files
updated build system
git-svn-id:
https://svn.grrrr.org/ext/trunk@943
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
2297f74b
Changes
3
Hide whitespace changes
Inline
Side-by-side
buildsys/bmake-sub.mak
View file @
abb04b08
...
@@ -19,15 +19,12 @@
...
@@ -19,15 +19,12 @@
##############################
##############################
!
ifndef
TARGETMODE
!
ifdef
DEBUG
!
ifdef
DEBUG
TARGETMODE
=
debug
TARGETMODE
=
debug
!
else
!
else
TARGETMODE
=
release
TARGETMODE
=
release
!
endif
!
endif
!
endif
!
ifndef
TARGETTYPE
!
ifdef
SHARED
!
ifdef
SHARED
TARGETTYPE
=
shared
TARGETTYPE
=
shared
!
else
!
else
...
@@ -37,7 +34,6 @@ TARGETTYPE=multi
...
@@ -37,7 +34,6 @@ TARGETTYPE=multi
TARGETTYPE
=
single
TARGETTYPE
=
single
!
endif
!
endif
!
endif
!
endif
!
endif
##############################
##############################
# flext-specific make stuff
# flext-specific make stuff
...
...
buildsys/gnumake-sub.mak
View file @
abb04b08
...
@@ -19,15 +19,12 @@ endif
...
@@ -19,15 +19,12 @@ endif
##############################
##############################
ifndef
TARGETMODE
ifdef
DEBUG
ifdef
DEBUG
TARGETMODE
=
debug
TARGETMODE
=
debug
else
else
TARGETMODE
=
release
TARGETMODE
=
release
endif
endif
endif
ifndef
TARGETTYPE
ifdef
SHARED
ifdef
SHARED
TARGETTYPE
=
shared
TARGETTYPE
=
shared
else
else
...
@@ -37,7 +34,6 @@ else
...
@@ -37,7 +34,6 @@ else
TARGETTYPE
=
single
TARGETTYPE
=
single
endif
endif
endif
endif
endif
##############################
##############################
# flext-specific definitions
# flext-specific definitions
...
...
buildsys/nmake-sub.mak
View file @
abb04b08
...
@@ -19,15 +19,12 @@
...
@@ -19,15 +19,12 @@
##############################
##############################
!
ifndef
TARGETMODE
!
ifdef
DEBUG
!
ifdef
DEBUG
TARGETMODE
=
debug
TARGETMODE
=
debug
!
else
!
else
TARGETMODE
=
release
TARGETMODE
=
release
!
endif
!
endif
!
endif
!
ifndef
TARGETTYPE
!
ifdef
SHARED
!
ifdef
SHARED
TARGETTYPE
=
shared
TARGETTYPE
=
shared
!
else
!
else
...
@@ -37,7 +34,6 @@ TARGETTYPE=multi
...
@@ -37,7 +34,6 @@ TARGETTYPE=multi
TARGETTYPE
=
single
TARGETTYPE
=
single
!
endif
!
endif
!
endif
!
endif
!
endif
##############################
##############################
# flext-specific definitions
# flext-specific definitions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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