mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Fix case errors with GitVersion.h
This commit is contained in:
6
Makefile
6
Makefile
@@ -15,17 +15,17 @@ OBJECTS = \
|
|||||||
|
|
||||||
all: MMDVMHost
|
all: MMDVMHost
|
||||||
|
|
||||||
MMDVMHost: gitversion.h $(OBJECTS)
|
MMDVMHost: GitVersion.h $(OBJECTS)
|
||||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
||||||
|
|
||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) MMDVMHost *.o *.d *.bak *~ gitversion.h
|
$(RM) MMDVMHost *.o *.d *.bak *~ GitVersion.h
|
||||||
|
|
||||||
# Export the current git version if the index file exists, else 000...
|
# Export the current git version if the index file exists, else 000...
|
||||||
gitversion.h:
|
GitVersion.h:
|
||||||
ifneq ("$(wildcard .git/index)","")
|
ifneq ("$(wildcard .git/index)","")
|
||||||
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -15,17 +15,17 @@ OBJECTS = \
|
|||||||
|
|
||||||
all: MMDVMHost
|
all: MMDVMHost
|
||||||
|
|
||||||
MMDVMHost: gitversion.h $(OBJECTS)
|
MMDVMHost: GitVersion.h $(OBJECTS)
|
||||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
||||||
|
|
||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) MMDVMHost *.o *.d *.bak *~ gitversion.h
|
$(RM) MMDVMHost *.o *.d *.bak *~ GitVersion.h
|
||||||
|
|
||||||
# Export the current git version if the index file exists, else 000...
|
# Export the current git version if the index file exists, else 000...
|
||||||
gitversion.h:
|
GitVersion.h:
|
||||||
ifneq ("$(wildcard .git/index)","")
|
ifneq ("$(wildcard .git/index)","")
|
||||||
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -15,17 +15,17 @@ OBJECTS = \
|
|||||||
|
|
||||||
all: MMDVMHost
|
all: MMDVMHost
|
||||||
|
|
||||||
MMDVMHost: gitversion.h $(OBJECTS)
|
MMDVMHost: GitVersion.h $(OBJECTS)
|
||||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
||||||
|
|
||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) MMDVMHost *.o *.d *.bak *~ gitversion.h
|
$(RM) MMDVMHost *.o *.d *.bak *~ GitVersion.h
|
||||||
|
|
||||||
# Export the current git version if the index file exists, else 000...
|
# Export the current git version if the index file exists, else 000...
|
||||||
gitversion.h:
|
GitVersion.h:
|
||||||
ifneq ("$(wildcard .git/index)","")
|
ifneq ("$(wildcard .git/index)","")
|
||||||
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -15,17 +15,17 @@ OBJECTS = \
|
|||||||
|
|
||||||
all: MMDVMHost
|
all: MMDVMHost
|
||||||
|
|
||||||
MMDVMHost: gitversion.h $(OBJECTS)
|
MMDVMHost: GitVersion.h $(OBJECTS)
|
||||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
||||||
|
|
||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) MMDVMHost *.o *.d *.bak *~ gitversion.h
|
$(RM) MMDVMHost *.o *.d *.bak *~ GitVersion.h
|
||||||
|
|
||||||
# Export the current git version if the index file exists, else 000...
|
# Export the current git version if the index file exists, else 000...
|
||||||
gitversion.h:
|
GitVersion.h:
|
||||||
ifneq ("$(wildcard .git/index)","")
|
ifneq ("$(wildcard .git/index)","")
|
||||||
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -15,17 +15,17 @@ OBJECTS = \
|
|||||||
|
|
||||||
all: MMDVMHost
|
all: MMDVMHost
|
||||||
|
|
||||||
MMDVMHost: gitversion.h $(OBJECTS)
|
MMDVMHost: GitVersion.h $(OBJECTS)
|
||||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
||||||
|
|
||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) MMDVMHost *.o *.d *.bak *~ gitversion.h
|
$(RM) MMDVMHost *.o *.d *.bak *~ GitVersion.h
|
||||||
|
|
||||||
# Export the current git version if the index file exists, else 000...
|
# Export the current git version if the index file exists, else 000...
|
||||||
gitversion.h:
|
GitVersion.h:
|
||||||
ifneq ("$(wildcard .git/index)","")
|
ifneq ("$(wildcard .git/index)","")
|
||||||
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -15,17 +15,17 @@ OBJECTS = \
|
|||||||
|
|
||||||
all: MMDVMHost
|
all: MMDVMHost
|
||||||
|
|
||||||
MMDVMHost: gitversion.h $(OBJECTS)
|
MMDVMHost: GitVersion.h $(OBJECTS)
|
||||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
||||||
|
|
||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) MMDVMHost *.o *.d *.bak *~ gitversion.h
|
$(RM) MMDVMHost *.o *.d *.bak *~ GitVersion.h
|
||||||
|
|
||||||
# Export the current git version if the index file exists, else 000...
|
# Export the current git version if the index file exists, else 000...
|
||||||
gitversion.h:
|
GitVersion.h:
|
||||||
ifneq ("$(wildcard .git/index)","")
|
ifneq ("$(wildcard .git/index)","")
|
||||||
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -15,17 +15,17 @@ OBJECTS = \
|
|||||||
|
|
||||||
all: MMDVMHost
|
all: MMDVMHost
|
||||||
|
|
||||||
MMDVMHost: gitversion.h $(OBJECTS)
|
MMDVMHost: GitVersion.h $(OBJECTS)
|
||||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
||||||
|
|
||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) MMDVMHost *.o *.d *.bak *~ gitversion.h
|
$(RM) MMDVMHost *.o *.d *.bak *~ GitVersion.h
|
||||||
|
|
||||||
# Export the current git version if the index file exists, else 000...
|
# Export the current git version if the index file exists, else 000...
|
||||||
gitversion.h:
|
GitVersion.h:
|
||||||
ifneq ("$(wildcard .git/index)","")
|
ifneq ("$(wildcard .git/index)","")
|
||||||
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user