Changeset 175 for sbliveos2/trunk/include/sblive32.mk
- Timestamp:
- Apr 14, 2001, 6:42:55 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/include/sblive32.mk
r174 r175 31 31 !ifndef OBJDIR 32 32 ! if "$(DEBUG)" == "1" 33 OBJDIR = bin\Debug $(DIREXT)33 OBJDIR = bin\Debug.$(DIREXT) 34 34 ! else 35 OBJDIR = bin\Release $(DIREXT)35 OBJDIR = bin\Release.$(DIREXT) 36 36 ! endif 37 37 !endif
Note:
See TracChangeset
for help on using the changeset viewer.