Search found 4 matches

by faustus
Mon Feb 06, 2006 10:31 pm
Forum: PSP Development
Topic: How to compile, link and transfer PSP programs from VS.NET
Replies: 71
Views: 121361

ZMaster wrote:I updated the the VSMakefile.exe, again. You can now find the newest version here: http://www.toy-boy-music.goracer.de/temp/VSMakefile.exe
It should now correctly work with the ./ and ../ directories.
Perfect, thanks a lot
by faustus
Mon Jan 30, 2006 9:54 pm
Forum: PSP Development
Topic: How to compile, link and transfer PSP programs from VS.NET
Replies: 71
Views: 121361

I have all the needed file as requested but the problem is that the translation is not done correctly... As i told previously i have in .vcproj correct path but it isn't in the makefile. so "..\src\filename.cpp" became "\src\filename.cpp". Thanks, Fausto It is obligatory to have ...
by faustus
Wed Jan 25, 2006 3:12 am
Forum: PSP Development
Topic: How to compile, link and transfer PSP programs from VS.NET
Replies: 71
Views: 121361

it works fine now, thanks. I have another problem, if i put makefile template into different folder makefile is not correctly generated. Example [project] |_ [src] | |_myfile.cpp | |_ [include] | |_ ... | |_ [PSP] |_makefile.tmpl src files are not managed correctly instead to have ../src/myfile.cpp ...
by faustus
Mon Jan 16, 2006 10:50 pm
Forum: PSP Development
Topic: How to compile, link and transfer PSP programs from VS.NET
Replies: 71
Views: 121361

i got the error only when i run the code, (compile works fine). Anyway a found a quick turnaround, just modify the msvc-cygwin-make.bat as follow: @if %2==run goto run @VSMakefile.exe -a @:run @C:\cygwin\bin\bash -c 'export PROJECTDIR=`pwd`;/bin/bash --login -c "cd "$PROJECTDIR";%1 %2...