]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/descrip.mms
switched to appearance savvy gui/system fonts
[wxWidgets.git] / src / unix / descrip.mms
index ffc126bfe110319a0f5e6588ac1ae2df451c5bc2..2b3d08c45291aa03ca67ce858536269bddfec736 100644 (file)
@@ -45,7 +45,8 @@ OBJECTS = \
                gsocket.obj,\
                mimetype.obj,\
                threadpsx.obj,\
-               utilsunx.obj
+               utilsunx.obj,\
+               utilsx11.obj
 
 SOURCES = \
                dialup.cpp,\
@@ -55,7 +56,8 @@ SOURCES = \
                gsocket.c,\
                mimetype.cpp,\
                threadpsx.cpp,\
-               utilsunx.cpp
+               utilsunx.cpp,\
+               utilsx11.cpp
 
 all : $(SOURCES)
        $(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -79,3 +81,4 @@ gsocket.obj : gsocket.c
 mimetype.obj : mimetype.cpp
 threadpsx.obj : threadpsx.cpp
 utilsunx.obj : utilsunx.cpp
+utilsx11.obj : utilsx11.cpp