]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/descrip.mms
For OS X detect (based on gcc version) and use -single_module flag.
[wxWidgets.git] / src / unix / descrip.mms
index ffc126bfe110319a0f5e6588ac1ae2df451c5bc2..561a7927a21b75099220131b6ffd065a27aefe94 100644 (file)
@@ -37,7 +37,7 @@ CC_DEFINE =
 .c.obj :
        cc $(CFLAGS)$(CC_DEFINE) $(MMS$TARGET_NAME).c
 
-OBJECTS = \
+OBJECTS =       baseunix.obj,\
                dialup.obj,\
                dir.obj,\
                fontenum.obj,\
@@ -45,9 +45,10 @@ OBJECTS = \
                gsocket.obj,\
                mimetype.obj,\
                threadpsx.obj,\
-               utilsunx.obj
+               utilsunx.obj,\
+               utilsx11.obj
 
-SOURCES = \
+SOURCES =       baseunix.cpp,\
                dialup.cpp,\
                dir.cpp,\
                fontenum.cpp,\
@@ -55,7 +56,8 @@ SOURCES = \
                gsocket.c,\
                mimetype.cpp,\
                threadpsx.cpp,\
-               utilsunx.cpp
+               utilsunx.cpp,\
+               utilsx11.cpp
 
 all : $(SOURCES)
        $(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -71,6 +73,7 @@ all : $(SOURCES)
 .endif
 .endif
 
+baseunix.obj : baseunix.cpp
 dialup.obj : dialup.cpp
 dir.obj : dir.cpp
 fontenum.obj : fontenum.cpp
@@ -79,3 +82,4 @@ gsocket.obj : gsocket.c
 mimetype.obj : mimetype.cpp
 threadpsx.obj : threadpsx.cpp
 utilsunx.obj : utilsunx.cpp
+utilsx11.obj : utilsx11.cpp