Got the Makefile on the new Project Menu!
Configuration Settings Done on the Debug Settings.
Configuration Settings Done on the Release Settings.
Got the Project running, but i can't see any makefile file there!
Now adding a new cpp file
main.cpp file creation window
a sample code copy pasted, and compiled look at the log - no errors but no arm9_1.nds file generated! WHY? did i go somewhere wrong?
Here's the BuildLog that Visual Studio generates at each build/compilein the debug folder :
Code: Select all
Build Log
Build started: Project: arm9_1, Configuration: Debug|Win32
Command Lines
Creating temporary file "C:\Users\Jithin\AppData\Local\Temp\BAT0000022512664.bat" with contents
[
@echo off
make -r 2>&1 | sed -e 's/\(.[a-zA-Z]\+\):\([0-9]\+\):/\1(\2):/’
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
exit 1
:VCEnd
]
Creating command line "C:\Users\Jithin\AppData\Local\Temp\BAT0000022512664.bat"
Output Window
Performing Makefile project actions
make: *** No targets specified and no makefile found. Stop.
Results
Build log was saved at "file://c:\DSProjects\arm9_1\Debug\BuildLog.htm"
arm9_1 - 0 error(s), 0 warning(s)