Ignore:
Timestamp:
Feb 8, 2012, 6:02:52 AM (14 years ago)
Author:
rlw
Message:

syntax errors nmake tolerates but nmake32 doesn't

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/makefile

    r262 r394  
    201201TESTCASE_CC = icc /c /ti+ /w2 /ss /se /D__DEBUG__=1 $(DEBUGDIALOG) /i$(HELPERS_BASE)\include /Fo$(TESTCASE_DIR)\$(@B).obj $(@B).c
    202202
    203 .c.{$(TESTCASE_DIR)}.obj:
     203.c{$(TESTCASE_DIR)}.obj:
    204204    @echo $(MAKEDIR)\makefile: Compiling $(@B).c
    205205    @echo INCLUDE is $(INCLUDE)
Note: See TracChangeset for help on using the changeset viewer.