mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
fixed portability buglet..
This commit is contained in:
@@ -69,6 +69,7 @@ GFXLIBS = @GFXLIBS@
|
|||||||
HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
|
HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
|
||||||
ICONEXT = @ICONEXT@
|
ICONEXT = @ICONEXT@
|
||||||
INTLIBS = @INTLIBS@
|
INTLIBS = @INTLIBS@
|
||||||
|
LD = @LD@
|
||||||
LIBPL = @LIBPL@
|
LIBPL = @LIBPL@
|
||||||
LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
|
LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
|
||||||
LIBTOOL = @LIBTOOL@
|
LIBTOOL = @LIBTOOL@
|
||||||
@@ -78,6 +79,7 @@ MAKEINFO = @MAKEINFO@
|
|||||||
MOFILES = @MOFILES@
|
MOFILES = @MOFILES@
|
||||||
NETLIBS = @NETLIBS@
|
NETLIBS = @NETLIBS@
|
||||||
NLSDIR = @NLSDIR@
|
NLSDIR = @NLSDIR@
|
||||||
|
NM = @NM@
|
||||||
OBJDUMP = @OBJDUMP@
|
OBJDUMP = @OBJDUMP@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
|
|||||||
@@ -30,7 +30,9 @@ print_help()
|
|||||||
puts(" -v <vis-id> visual id to use");
|
puts(" -v <vis-id> visual id to use");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef BENCH
|
||||||
#include "bench.h"
|
#include "bench.h"
|
||||||
|
#endif
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
RContextAttributes attr;
|
RContextAttributes attr;
|
||||||
|
|||||||
Reference in New Issue
Block a user