aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2012-09-06 19:32:04 +0200
committerWiSo <wiso@xbmc.org>2012-09-06 19:35:41 +0200
commit6e167791bd05681651f32ed02ab4c33babe3daa7 (patch)
tree69b822c690cd18623e1f89624525c911deb8e188 /project
parente769ea6a831cdf5db2e6110b59ae4bd903d6d11c (diff)
[WIN32] fixed: don't package .h/.cpp/.exp and .lib files.
Diffstat (limited to 'project')
-rw-r--r--project/Win32BuildSetup/BuildSetup.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/Win32BuildSetup/BuildSetup.bat b/project/Win32BuildSetup/BuildSetup.bat
index 3809a38a24..8da70bf679 100644
--- a/project/Win32BuildSetup/BuildSetup.bat
+++ b/project/Win32BuildSetup/BuildSetup.bat
@@ -160,6 +160,10 @@ IF %comp%==vs2010 (
Echo .svn>exclude.txt
Echo CVS>>exclude.txt
Echo .so>>exclude.txt
+ Echo .h>>exclude.txt
+ Echo .cpp>>exclude.txt
+ Echo .exp>>exclude.txt
+ Echo .lib>>exclude.txt
Echo Thumbs.db>>exclude.txt
Echo Desktop.ini>>exclude.txt
Echo dsstdfx.bin>>exclude.txt