mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add config/resource stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
!endif
|
||||
|
||||
C_FILES= \
|
||||
config.c \
|
||||
in_flac.c
|
||||
|
||||
OBJS= $(C_FILES:.c=.obj)
|
||||
|
||||
Reference in New Issue
Block a user