Skip to content

Commit 6063c55

Browse files
committed
Update Makefile.am
1 parent 487eb03 commit 6063c55

File tree

3 files changed

+24
-341
lines changed

3 files changed

+24
-341
lines changed

Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ACLOCAL_AMFLAGS=-I m4
44
pkgconfigdir = $(prefix)/lib/pkgconfig
55
pkgconfig_DATA = $(PACKAGE).pc
66

7-
EXTRA_DIST=autogen.sh README README.zh-cn.md README.md fonts/README.zh-cn \
8-
docs/LICENSE.TXT docs/CHANGES.md docs/CHANGES.zh-cn.md docs/FAQ.md \
7+
EXTRA_DIST=autogen.sh README README.zh-cn.md README.md LICENSE.TXT \
8+
docs/CHANGES.md docs/CHANGES.zh-cn.md docs/FAQ.md \
99
docs/FAQ.zh-cn.md \
1010
docs/CodingStyle.zh-cn.md \
1111
test/README.zh-cn \

build/Makefile.am

+22-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
AUTOMAKE_OPTIONS=foreign
2-
EXTRA_DIST= VS2012/LCUI/LCUI.rc \
3-
VS2012/LCUI/LCUI.vcxproj.filters \
4-
VS2012/LCUI/LCUI.vcxproj \
5-
VS2012/LCUI/resource.h \
6-
VS2012/LCUI/lcui.ico \
7-
VS2012/LCUI-Demo.sln \
8-
VS2012/LCUI.sln \
9-
VS2012/helloworld/helloworld.vcxproj.filters \
10-
VS2012/helloworld/helloworld.vcxproj \
11-
VS2012/LCUITest/LCUITest.vcxproj.filters \
12-
VS2012/LCUITest/LCUITest.vcxproj \
13-
VS2012/LCUIMain/LCUIMain.vcxproj.filters \
14-
VS2012/LCUIMain/LCUIMain.vcxproj \
15-
VS2012/LCUIMain/win32_main.c
2+
EXTRA_DIST=windows/LCUIUWP/LCUIUWP.vcxproj \
3+
windows/LCUIUWP/LCUIUWP.vcxproj.filters \
4+
windows/testtouch/testtouch.vcxproj.filters \
5+
windows/testtouch/testtouch.vcxproj \
6+
windows/LCUI.sln \
7+
windows/LCUIMain/LCUIMain.vcxproj.filters \
8+
windows/LCUIMain/win32_main.c \
9+
windows/LCUIMain/LCUIMain.vcxproj \
10+
windows/LCUITest/LCUITest.vcxproj \
11+
windows/LCUITest/LCUITest.vcxproj.filters \
12+
windows/LCUI/resource.h \
13+
windows/LCUI/LCUI.vcxproj \
14+
windows/LCUI/lcui.ico \
15+
windows/LCUI/LCUI.vcxproj.user \
16+
windows/LCUI/helloworld.css \
17+
windows/LCUI/helloworld.xml \
18+
windows/LCUI/LCUI.vcxproj.filters \
19+
windows/LCUI/LCUI.rc \
20+
windows/LCUI-Demo.sln \
21+
windows/helloworld/helloworld.vcxproj \
22+
windows/helloworld/helloworld.vcxproj.filters
23+

build/VS2012/LCUI/output.txt

-325
This file was deleted.

0 commit comments

Comments
 (0)