mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 11:53:10 +00:00
- Version 1.56
This commit is contained in:
parent
72f38d64e6
commit
3b03284c7d
2 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,3 +1,5 @@
|
||||||
|
CC = i586-mingw32msvc-gcc
|
||||||
|
|
||||||
# get the target for the compiler
|
# get the target for the compiler
|
||||||
target = $(strip $(shell $(CC) -dumpmachine))
|
target = $(strip $(shell $(CC) -dumpmachine))
|
||||||
|
|
||||||
|
@ -18,7 +20,7 @@ endif
|
||||||
|
|
||||||
CFLAGS ?= -O2 -Wall -W
|
CFLAGS ?= -O2 -Wall -W
|
||||||
LDFLAGS ?= -s
|
LDFLAGS ?= -s
|
||||||
VERNUM = 155
|
VERNUM = 156
|
||||||
|
|
||||||
OBJS = \
|
OBJS = \
|
||||||
acc.o \
|
acc.o \
|
||||||
|
|
2
acc.c
2
acc.c
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
// MACROS ------------------------------------------------------------------
|
// MACROS ------------------------------------------------------------------
|
||||||
|
|
||||||
#define VERSION_TEXT "1.55"
|
#define VERSION_TEXT "1.56"
|
||||||
#define COPYRIGHT_YEARS_TEXT "1995"
|
#define COPYRIGHT_YEARS_TEXT "1995"
|
||||||
|
|
||||||
// TYPES -------------------------------------------------------------------
|
// TYPES -------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue