]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/makefile.sl
tooltips in controls in dialogs actually work now
[wxWidgets.git] / src / msw / makefile.sl
index 94e47f423d59e3b4c2875b129787d87d9546d5c1..bf981e4c438bc7de44e833785ed737eedb0bbaeb 100644 (file)
@@ -97,7 +97,8 @@ COMMONOBJS = cmndata.obj \
   datstrm.obj \
   objstrm.obj \
   variant.obj \
-  wincmn.obj
+  wincmn.obj \
+  wxchar.obj
 
 # Can't compile these yet under Salford C++
 #  mimetype.obj \
@@ -687,6 +688,9 @@ variant.obj:     $(COMMDIR)\variant.cpp
 wincmn.obj:     $(COMMDIR)\wincmn.cpp
   $(CCC) $(CPPFLAGS) $(IFLAGS) $(COMMDIR)\wincmn.cpp /BINARY wincmn.obj
 
+wxchar.obj:     $(COMMDIR)\wxcharp.cpp
+  $(CCC) $(CPPFLAGS) $(IFLAGS) $(COMMDIR)\wxchar.cpp /BINARY wxchar.obj
+
 ########################################################
 # Generic objects (not always compiled, depending on
 # whether platforms have native implementations)