Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ce5a08a1
Commit
ce5a08a1
authored
Mar 11, 1994
by
Fred Pierresteguy
Browse files
*** empty log message ***
parent
9331cca8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lwlib/Makefile.in
lwlib/Makefile.in
+3
-2
lwlib/lwlib.c
lwlib/lwlib.c
+4
-0
No files found.
lwlib/Makefile.in
View file @
ce5a08a1
...
...
@@ -21,8 +21,8 @@ USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
RANLIB
=
ranlib
RM
=
rm
-f
LUCID_SRCS
=
lwlib-Xlw.c xlwmenu.c
LUCID_OBJS
=
lwlib-Xlw.o xlwmenu.o
LUCID_SRCS
=
lwlib-Xlw.c xlwmenu.c
lwlib-Xaw.c
LUCID_OBJS
=
lwlib-Xlw.o xlwmenu.o
lwlib-Xaw.o
MOTIF_SRCS
=
lwlib-Xm.c
MOTIF_OBJS
=
lwlib-Xm.o
OLIT_SRCS
=
lwlib-Xol.c lwlib-Xolmb.c
...
...
@@ -62,6 +62,7 @@ xrdb-cpp.o: xrdb-cpp.c
lwlib-utils.o
:
lwlib-utils.h
lwlib.o
:
lwlib.h lwlib-int.h
lwlib-Xlw.o
:
lwlib.h lwlib-int.h
lwlib-Xaw.o
:
lwlib.h lwlib-int.h
lwlib-Xm.o
:
lwlib.h lwlib-int.h lwlib-utils.h
lwlib-Xol.o
:
lwlib.h lwlib-int.h
lwlib-Xolmb.o
:
lwlib-Xolmb.h lwlib-XolmbP.h
...
...
lwlib/lwlib.c
View file @
ce5a08a1
...
...
@@ -48,6 +48,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#if defined (USE_MOTIF)
#include "lwlib-Xm.h"
#else
/* not USE_MOTIF */
#if defined (USE_LUCID)
#define USE_XAW
#endif
/* not USE_MOTIF && USE_LUCID */
#endif
#if defined (USE_OLIT)
#include "lwlib-Xol.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment