add config/resource stuff

This commit is contained in:
Josh Coalson 2003-01-08 07:58:51 +00:00
parent c30ba01211
commit 72e47408a0
2 changed files with 7 additions and 2 deletions

View File

@ -15,9 +15,13 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
SUBDIRS = include
EXTRA_DIST = \
Makefile.vc \
in2.h \
config.h \
config.c \
in_flac.c \
in_flac.dsp \
out.h
resource.h \
resource.rc

View File

@ -26,6 +26,7 @@
!endif
C_FILES= \
config.c \
in_flac.c
OBJS= $(C_FILES:.c=.obj)