Skip to content

Commit

Permalink
feat: Add copying of library files to designated directories
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreygarrett committed Jul 20, 2024
1 parent 85a4a05 commit fab3874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ dir /b *.obj > temp.lst
link /DLL /OUT:nrlmsise-00.dll /IMPLIB:nrlmsise-00.lib @temp.lst
if errorlevel 1 exit 1

copy "nrlmsise-00.lib" %LIBRARY_LIB%
if errorlevel 1 exit 1

copy "nrlmsise-00.dll" %LIBRARY_BIN%
if errorlevel 1 exit 1

Expand Down

0 comments on commit fab3874

Please sign in to comment.