Last change
on this file since 198 was 174, checked in by sandervl, 24 years ago |
makefile updates
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
614 bytes
|
Line | |
---|
1 | #
|
---|
2 | # Target directories.
|
---|
3 | # Both bin and lib directories are compiler dependent.
|
---|
4 | #
|
---|
5 | !ifndef SBLIVE_BIN
|
---|
6 | ! if "$(DEBUG)" == "1"
|
---|
7 | SBLIVE_BIN = $(SBLIVE_BIN_)\Debug
|
---|
8 | SBLIVE_BIN__= $(SBLIVE_BIN_)\Debug
|
---|
9 | ! else
|
---|
10 | SBLIVE_BIN = $(SBLIVE_BIN_)\Release
|
---|
11 | SBLIVE_BIN__= $(SBLIVE_BIN_)\Release
|
---|
12 | ! endif
|
---|
13 | !endif
|
---|
14 |
|
---|
15 | !ifndef SBLIVE_LIB
|
---|
16 | ! if "$(DEBUG)" == "1"
|
---|
17 | SBLIVE_LIB = $(SBLIVE_LIB_)\Debug
|
---|
18 | SBLIVE_LIB__= $(SBLIVE_LIB_)\Debug
|
---|
19 | ! else
|
---|
20 | SBLIVE_LIB = $(SBLIVE_LIB_)\Release
|
---|
21 | SBLIVE_LIB__= $(SBLIVE_LIB_)\Release
|
---|
22 | ! endif
|
---|
23 | !endif
|
---|
24 |
|
---|
25 | !ifndef OBJDIR
|
---|
26 | ! if "$(DEBUG)" == "1"
|
---|
27 | OBJDIR = bin\Debug
|
---|
28 | ! else
|
---|
29 | OBJDIR = bin\Release
|
---|
30 | ! endif
|
---|
31 | !endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.