removed executable bit on new source files and added them to

the makefile.
This commit is contained in:
crs 2002-09-02 17:48:51 +00:00
parent 08867440c1
commit 87d973e4d0
5 changed files with 4 additions and 0 deletions

0
cmd/launcher/CAutoStart.cpp Executable file → Normal file
View File

0
cmd/launcher/CAutoStart.h Executable file → Normal file
View File

0
cmd/launcher/LaunchUtil.cpp Executable file → Normal file
View File

0
cmd/launcher/LaunchUtil.h Executable file → Normal file
View File

View File

@ -16,6 +16,10 @@ DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \
CAutoStart.cpp \
CAutoStart.h \
LaunchUtil.cpp \
LaunchUtil.h \
launcher.cpp \
launcher.dsp \
launcher.rc \