Skip to content

Commit

Permalink
fmk - updating makeZip for doing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 2, 2024
1 parent 71e34f3 commit 7176126
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions makeZIP.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ REM ## make the exe

cd build
conan install .. --build missing
qmake ..\quoFEM.pro
qmake QMAKE_CXXFLAGS+=-D_SC_RELEASE ..\quoFEM.pro
nmake

REM ## copy application into folder and winddeployqt it
Expand All @@ -29,13 +29,13 @@ mkdir .\applications\opensees
mkdir .\applications\dakota
mkdir .\applications\python
mkdir .\applications\common
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\performFEM .\applications\performFEM
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\performUQ .\applications\performUQ
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\Workflow .\applications\Workflow
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\OpenSees .\applications\opensees
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\dakota .\applications\dakota
xcopy /s /e /Q ..\..\..\SimCenterBackendApplications\applications\python .\applications\python
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\common .\applications\common
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\performFEM .\applications\performFEM
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\performUQ .\applications\performUQ
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\Workflow .\applications\Workflow
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\OpenSees .\applications\opensees
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\dakota .\applications\dakota
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\python .\applications\python
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\common .\applications\common



0 comments on commit 7176126

Please sign in to comment.