mirror of
https://github.com/morgant/mlvwm.git
synced 2025-01-01 03:31:19 +00:00
Updated mlvwm version number to 0.9.3
This commit is contained in:
parent
71b9f4bb7a
commit
70e08cf7cf
@ -2,7 +2,7 @@ XCOMM Imakefile for MLVWM
|
|||||||
|
|
||||||
#include "../configure.h"
|
#include "../configure.h"
|
||||||
|
|
||||||
VERSION = 0.9.1
|
VERSION = 0.9.3
|
||||||
COMPILE_OPTIONS = -DVERSION=\"$(VERSION)\" \
|
COMPILE_OPTIONS = -DVERSION=\"$(VERSION)\" \
|
||||||
-DCONFIGNAME=\"$(MLVWMRC)\" \
|
-DCONFIGNAME=\"$(MLVWMRC)\" \
|
||||||
-DMLVWMLIBDIR=\"$(MLVWMLIBDIR)\"
|
-DMLVWMLIBDIR=\"$(MLVWMLIBDIR)\"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
VERSION=\"0.9.0\"
|
VERSION=\"0.9.3\"
|
||||||
CFLAGS = -g -Wall -DVERSION=$(VERSION) -fpcc-struct-return -DCONFIGNAME=\".mlvwmrc\" -DUSE_LOCALE -DMLVWMLIBDIR=\"/usr/X11R6/lib/X11/mlvwm\"
|
CFLAGS = -g -Wall -DVERSION=$(VERSION) -fpcc-struct-return -DCONFIGNAME=\".mlvwmrc\" -DUSE_LOCALE -DMLVWMLIBDIR=\"/usr/X11R6/lib/X11/mlvwm\"
|
||||||
CC = gcc
|
CC = gcc
|
||||||
LDFLAGS = -lXpm -lXext -lX11
|
LDFLAGS = -lXpm -lXext -lX11
|
||||||
|
Loading…
Reference in New Issue
Block a user