source: cmedia/trunk/Include/sblive16.mk@ 558

Last change on this file since 558 was 354, checked in by stevenhl, 17 years ago

Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.

File size: 645 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.