Skip to content

Instantly share code, notes, and snippets.

@rlaphoenix
Last active July 27, 2020 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlaphoenix/089dc7a692367d17220a6abfdb9caf8f to your computer and use it in GitHub Desktop.
Save rlaphoenix/089dc7a692367d17220a6abfdb9caf8f to your computer and use it in GitHub Desktop.
start-nitro.bat - Start up a Windows build environment using Cygwin for Nintendo NITRO-System (Nintendo DS) compiling.
@ECHO OFF
REM Set this to the location of the Nitro development files (Don't put a \ or / at the end)
SET NITROENV=C:\Users\PHOENiX\NitroEnv
REM Set this to wherever you wish to store all of the code your gonna compile
SET NITROCODE=C:\Users\PHOENiX\NitroCode
REM Don't edit these
SET CW_NITROSDK_ROOT=%NITROENV%\NitroSDK
SET CWFolder_NITRO=%NITROENV%\codewarriors
SET LM_LICENSE_FILE=%NITROENV%\codewarriors\license.dat
SET NITRODWC_ROOT=%NITROENV%\NitroDWC
SET NITROSDK_ROOT=%NITROENV%\NitroSDK
SET NITROSYSTEM_ROOT=%NITROENV%\NitroSystem
SET NITROVCT_ROOT=%NITROENV%\NitroVCT
SET NITROLIBVCT_ROOT=%NITROVCT_ROOT%
SET NITROWIFI_ROOT=%NITROENV%\NitroWiFi
SET PATH=%NITROSYSTEM_ROOT%\tools\win\bin;%PATH%
REM is best girl uwu
C:\cygwin\Cygwin.bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment