Changeset 394 for branches/branch-1-0/src/helpers/makefile
- Timestamp:
- Feb 8, 2012, 6:02:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/makefile
r262 r394 201 201 TESTCASE_CC = icc /c /ti+ /w2 /ss /se /D__DEBUG__=1 $(DEBUGDIALOG) /i$(HELPERS_BASE)\include /Fo$(TESTCASE_DIR)\$(@B).obj $(@B).c 202 202 203 .c .{$(TESTCASE_DIR)}.obj:203 .c{$(TESTCASE_DIR)}.obj: 204 204 @echo $(MAKEDIR)\makefile: Compiling $(@B).c 205 205 @echo INCLUDE is $(INCLUDE)
Note:
See TracChangeset
for help on using the changeset viewer.