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