Changeset 7834 for trunk/tools


Ignore:
Timestamp:
Feb 8, 2002, 1:43:46 AM (24 years ago)
Author:
bird
Message:

Needed get_char_typeW which was found in src/kernel32/codepage.c.

Location:
trunk/tools/wrc/u
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/u/makefile

    r6107 r7834  
    1 # $Id: makefile,v 1.2 2001-06-26 00:05:21 bird Exp $
     1# $Id: makefile,v 1.3 2002-02-08 00:43:46 bird Exp $
    22
    33
     
    1818# include common definitions
    1919#
    20 #CCENV=EMX
    2120!include ../../../makefile.inc
    2221
     
    9796$(OBJDIR)\c_949.$(OBJ) \
    9897$(OBJDIR)\casemap.$(OBJ) \
    99 $(OBJDIR)\wctype.$(OBJ)
     98$(OBJDIR)\wctype.$(OBJ) \
     99$(OBJDIR)\codepage.$(OBJ)
    100100
    101101
Note: See TracChangeset for help on using the changeset viewer.