MENUETDEV:=$(shell pwd)

git-svn-id: svn://kolibrios.org@4747 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
right-hearted 2014-04-04 07:56:42 +00:00
parent ade8a4827a
commit e416a7f414

View File

@ -1,10 +1,11 @@
MENUETDEV=/programs/develop/libraries/menuetlibc
MENUETDEV:=$(shell pwd)
include osrules.mak
all: genconfig
@echo Building library for $(VERSION_OS)
gcc mkversion.c -o mkversion$(EXESUFFIX)
@echo $(MENUETDEV)
@echo $(shell pwd)
ifdef ON_MINGW
mkversion$(EXESUFFIX) < version > include/libc/version.h
else