]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/makefile.bcc
Oh well, I'll just stuff in the rest of the Unicode changes I have made
[wxWidgets.git] / src / msw / makefile.bcc
index 26c0230cb975e9480bd49a717363d0d92a2c5223..c4bea78281f0096e9346e4b0e2fc0ee8c161c80a 100644 (file)
@@ -145,7 +145,8 @@ COMMONOBJS = \
   $(MSWDIR)\wincmn.obj \
   $(MSWDIR)\objstrm.obj \
   $(MSWDIR)\dynlib.obj \
-  $(MSWDIR)\tokenzr.obj
+  $(MSWDIR)\tokenzr.obj \
+  $(MSWDIR)\wxchar.obj
 
 # Don't compile for WIN16
 #  $(MSWDIR)\socket.obj \
@@ -586,6 +587,8 @@ $(MSWDIR)\sckfile.obj:      $(COMMDIR)\sckfile.$(SRCSUFF)
 
 $(MSWDIR)\sckipc.obj:  $(COMMDIR)\sckipc.$(SRCSUFF)
 
+$(MSWDIR)\wxchar.obj:  $(COMMDIR)\wxchar.$(SRCSUFF)
+
 ########################################################
 # Generic objects (not always compiled, depending on
 # whether platforms have native implementations)