source: sbliveos2/trunk/include/sblive16.mk@ 198

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"
7SBLIVE_BIN = $(SBLIVE_BIN_)\Debug
8SBLIVE_BIN__= $(SBLIVE_BIN_)\Debug
9! else
10SBLIVE_BIN = $(SBLIVE_BIN_)\Release
11SBLIVE_BIN__= $(SBLIVE_BIN_)\Release
12! endif
13!endif
14
15!ifndef SBLIVE_LIB
16! if "$(DEBUG)" == "1"
17SBLIVE_LIB = $(SBLIVE_LIB_)\Debug
18SBLIVE_LIB__= $(SBLIVE_LIB_)\Debug
19! else
20SBLIVE_LIB = $(SBLIVE_LIB_)\Release
21SBLIVE_LIB__= $(SBLIVE_LIB_)\Release
22! endif
23!endif
24
25!ifndef OBJDIR
26! if "$(DEBUG)" == "1"
27OBJDIR = bin\Debug
28! else
29OBJDIR = bin\Release
30! endif
31!endif
Note: See TracBrowser for help on using the repository browser.