Changeset 336


Ignore:
Timestamp:
Oct 31, 2005, 12:12:42 PM (20 years ago)
Author:
bird
Message:

Use the -f option with kDepPre to make sure nt/wine/cl doesn't screw up the path casing anywhere.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r333 r336  
    11/* $Id$ */
    22
     32005-10-31: bird
     4    - kBuild/tools/VCC70.kmk:
     5        o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
     6          screw up the path casing anywhere.
     7    - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre:
     8        o Rebuild with latest code.
    392005-10-30: bird
    410    - kBuild/env.sh:
  • trunk/kBuild/tools/VCC70.kmk

    r321 r336  
    9494                $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\
    9595                $(subst /,\\,$(call ABSPATH,$(source)))\
    96                 | $(DEP_PRE) -o $(dep) -t $(obj) -
     96                | $(DEP_PRE) -f -o $(dep) -t $(obj) -
    9797_OUT_FILES += $(call TOOL_VCC70_PDB, $(outbase))
    9898
     
    125125                $(flags) $(addprefix -I, $(incs)) $(addprefix -D, $(defs))\
    126126                $(subst /,\\,$(call ABSPATH,$(source)))\
    127                 | $(DEP_PRE) -o $(dep) -t $(obj) -
     127                | $(DEP_PRE) -f -o $(dep) -t $(obj) -
    128128_OUT_FILES += $(call TOOL_VCC70_PDB, $(outbase))
    129129
Note: See TracChangeset for help on using the changeset viewer.