Skip to content

Commit a8eee78

Browse files
committed
updated autotools configs
1 parent af8c381 commit a8eee78

14 files changed

+6371
-4788
lines changed

Makefile.am

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
# $Id: Makefile.am,v 1.4 2008/12/17 04:04:17 jdratlif Exp $
2-
31
SUBDIRS = source
42
EXTRA_DIST = apidocs docs/*.txt Doxyfile srm \
5-
vstudio/smse/smse.sln vstudio/smse/smse.vcproj
6-
7-
srm:
8-
-mkdir srm
9-
-cp source/res/Super\ Metroid\ \(JU\)\ \[\!\].srm srm
3+
vstudio/smse/smse.sln vstudio/smse/smse.vcxproj \
4+
vstudio/smse/smse.vcxproj.filters vstudio/smse/smse.vcxproj.user
105

116
.PHONY: allclean apidocs bundle touch
127

@@ -24,6 +19,6 @@ bundle:
2419

2520
touch:
2621
-find -iname "*.cc" -exec touch {} \;
22+
-find -iname "*.cpp" -exec touch {} \;
2723
-find -iname "*.hh" -exec touch {} \;
2824
-find -iname "*.xrc" -exec touch {} \;
29-

0 commit comments

Comments
 (0)