removed executable bit on new source files and added them to
the makefile.
This commit is contained in:
parent
08867440c1
commit
87d973e4d0
|
@ -16,6 +16,10 @@ DEPTH = ../..
|
||||||
VDEPTH = ./$(VPATH)/$(DEPTH)
|
VDEPTH = ./$(VPATH)/$(DEPTH)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
CAutoStart.cpp \
|
||||||
|
CAutoStart.h \
|
||||||
|
LaunchUtil.cpp \
|
||||||
|
LaunchUtil.h \
|
||||||
launcher.cpp \
|
launcher.cpp \
|
||||||
launcher.dsp \
|
launcher.dsp \
|
||||||
launcher.rc \
|
launcher.rc \
|
||||||
|
|
Loading…
Reference in New Issue