diff options
author | dawes <dawes> | 1994-10-20 05:57:10 +0000 |
---|---|---|
committer | dawes <dawes> | 1994-10-20 05:57:10 +0000 |
commit | 91320061032f6c97f752d29d8a926e961fbe753a (patch) | |
tree | 3d18e91a20e159e2921414ec7823ecdd1e40720c /programs/xrdb | |
parent | 8bef844d7aba75432a0832b5ed45327b07d36dfa (diff) |
updates
Diffstat (limited to 'programs/xrdb')
-rw-r--r-- | programs/xrdb/Imakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/programs/xrdb/Imakefile b/programs/xrdb/Imakefile index 7eae50f84..ffe714599 100644 --- a/programs/xrdb/Imakefile +++ b/programs/xrdb/Imakefile @@ -1,8 +1,13 @@ XCOMM $XConsortium: Imakefile,v 1.8 92/09/14 18:53:12 rws Exp $ +XCOMM $XFree86$ #if PatheticCpp CPPDEFS = -DPATHETICCPP #endif +#ifdef OS2Architecture + DEFINES = -DCPP=\"$(CPP)\" $(CPPDEFS) +#else DEFINES = -DCPP="\"$(CPP)\"" $(CPPDEFS) +#endif DEPLIBS = $(DEPXMULIB) $(DEPXLIB) LOCAL_LIBRARIES = $(XMULIB) $(XLIB) |