Skip to content

Commit

Permalink
rename ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Aug 13, 2015
1 parent 86c324f commit 66da18e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ add_custom_command(TARGET FileCopyEx3
POST_BUILD
COMMAND if not exist "${OUTPUT_DIR}" ( mkdir "${OUTPUT_DIR}" )
COMMAND cp -f -R --target-directory=${OUTPUT_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/data/*
COMMAND cp -f --target-directory=${OUTPUT_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/changelog.txt
COMMAND cp -f --target-directory=${OUTPUT_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/ChangeLog
COMMAND cp -f --target-directory=${OUTPUT_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt
COMMAND cp -f --target-directory=${OUTPUT_DIR} FileCopyEx3.dll
COMMAND if exist FileCopyEx3.pdb cp -f --target-directory=${OUTPUT_DIR} FileCopyEx3.pdb
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion make_dist.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if exist *.lng copy *.lng %PKGDIRARCH% > NUL
if exist *.hlf copy *.hlf %PKGDIRARCH% > NUL
if exist *.md copy *.md %PKGDIRARCH% > NUL
if exist LICENSE.txt copy LICENSE.txt %PKGDIRARCH% > NUL
if exist changelog.txt copy changelog.txt %PKGDIRARCH% > NUL
if exist ChangeLog copy ChangeLog %PKGDIRARCH% > NUL

REM if not exist "%PKGDIRARCH%\doc" ( mkdir "%PKGDIRARCH%\doc" )
if not exist "%PKGDIRARCH%\resource" ( mkdir "%PKGDIRARCH%\resource" )
Expand Down

0 comments on commit 66da18e

Please sign in to comment.