mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
W32: no need to define ETC, but need to define LINUXDOC
This commit is contained in:
parent
9974e5bfb9
commit
7157a474da
10
Rules.mak
10
Rules.mak
@ -6,10 +6,12 @@ ifneq ($(prefix),)
|
||||
CFLAGS+= -DPREFIX=\"$(prefix)\"
|
||||
endif
|
||||
|
||||
ifneq ($(etc),)
|
||||
CFLAGS+= -DETC=\"$(etc)\"
|
||||
else
|
||||
CFLAGS+= -DETC=\"/etc/xca\"
|
||||
ifneq ($(HOST),w32)
|
||||
ifneq ($(etc),)
|
||||
CFLAGS+= -DETC=\"$(etc)\"
|
||||
else
|
||||
CFLAGS+= -DETC=\"/etc/xca\"
|
||||
endif
|
||||
endif
|
||||
|
||||
CFLAGS+= -DVER=\"$(shell cat $(TOPDIR)/VERSION)\"
|
||||
|
||||
@ -39,6 +39,7 @@ LD=$(CROSS)ld
|
||||
STRIP=$(CROSS)strip
|
||||
WINDRES=$(CROSS)windres
|
||||
SUFFIX=.exe
|
||||
LINUXDOC=linuxdoc
|
||||
|
||||
prefix=
|
||||
basedir=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user