Skip to content

Commit

Permalink
Set CBLMODE
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Sep 27, 2024
1 parent 297df3a commit 219dedd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/AcuScripts/setenvacu.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,14 @@ GOTO :END
SET ACUBENCH=%INSTALLDIR32%acubench\
SET PATH=C:\AcuScripts;%INSTALLDIR32%AcuGT\bin%ACUPATCH%;%ACUBENCH%;C:\WINDOWS\system32;%PATH%
SET GENESIS_HOME=%INSTALLDIR32%AcuGT
SET CBLMODE=32
GOTO :SETEXTRAS

:64BIT
SET ACUBENCH=%INSTALLDIR64%acubench\
SET PATH=C:\AcuScripts;%INSTALLDIR64%AcuGT\bin%ACUPATCH%;%ACUBENCH%;%INSTALLDIR32%AcuGT\bin%ACUPATCH%;C:\WINDOWS\system32;%PATH%
SET GENESIS_HOME=%INSTALLDIR64%AcuGT
SET CBLMODE=64
GOTO :SETEXTRAS

:SETEXTRAS
Expand Down

0 comments on commit 219dedd

Please sign in to comment.