Skip to content

Commit

Permalink
[WIN32] fixed: don't package .h/.cpp/.exp and .lib files.
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSo committed Sep 6, 2012
1 parent e769ea6 commit 6e16779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/Win32BuildSetup/BuildSetup.bat
Expand Up @@ -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
Expand Down

0 comments on commit 6e16779

Please sign in to comment.