forked from KolibriOS/kolibrios
export MENUETDEV:=$(shell pwd)
git-svn-id: svn://kolibrios.org@4748 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e416a7f414
commit
c0c9143167
@ -1,11 +1,8 @@
|
|||||||
MENUETDEV:=$(shell pwd)
|
export MENUETDEV:=$(shell pwd)
|
||||||
include osrules.mak
|
include $(MENUETDEV)/osrules.mak
|
||||||
all: genconfig
|
all: genconfig
|
||||||
@echo Building library for $(VERSION_OS)
|
@echo Building library for $(VERSION_OS)
|
||||||
gcc mkversion.c -o mkversion$(EXESUFFIX)
|
gcc mkversion.c -o mkversion$(EXESUFFIX)
|
||||||
|
|
||||||
@echo $(MENUETDEV)
|
|
||||||
@echo $(shell pwd)
|
|
||||||
ifdef ON_MINGW
|
ifdef ON_MINGW
|
||||||
mkversion$(EXESUFFIX) < version > include/libc/version.h
|
mkversion$(EXESUFFIX) < version > include/libc/version.h
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user