Skip to content

Commit

Permalink
Ressources Versionierung
Browse files Browse the repository at this point in the history
  • Loading branch information
robin.dandrea committed May 9, 2019
1 parent 3791f75 commit 5302dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if not exist "bin\" mkdir bin
if not exist "log\" mkdir log
work.bat --make --target:library "--out:bin\Shortcuts.dll" "--test:Testing.ProgramTest" "--testpath:test\stern.cs" "--log:log\build_log.txt" "--src:src\" %*
work.bat --make --target:library --version "--out:bin\Shortcuts.dll" "--test:Testing.ProgramTest" "--testpath:test\stern.cs" "--log:log\build_log.txt" "--src:src\" %*
2 changes: 1 addition & 1 deletion work.bat
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ setlocal
echo.number=%number%>"%resourcefile%"
echo.version=%version%>>"%resourcefile%"

"" "%resourcefile%"
"%RESGEN_EXE%" "%resourcefile%"

endlocal&exit /b 0

Expand Down

0 comments on commit 5302dd0

Please sign in to comment.