here is a picture of one of my project folders of a game i am creating but how do i make my make file not a txt because it still says a txt document under it
Printable View
here is a picture of one of my project folders of a game i am creating but how do i make my make file not a txt because it still says a txt document under it
lol, no thats not right.
the Makefile needs to be just Makefile
not Makefile.txt
here is from my other post...
Quote:
Originally Posted by psiko_scweek
ok i have done that but now in cygwin when i go to make my file i get this
check your makefile...if need be post the makefile here.
here is my make file i know the PSP_EBOOT_TITLE has to go in but i dont know whats wrong with it
first things first:
did you do this?
change the Cygwin.Bat to:
@echo off
C:
chdir C:\cygwin\bin
set path=%path%;C:/cygwin/usr/local/pspdev/bin
set PSPSDK=C:/cygwin/usr/local/pspdev
bash --login -i
no i didnt do that i have changed the cygwin bat file
that should have solved the problem right?
now i get this
LOL! fun! alright, well its compiling now at least, or trying.
thats a step in the right direction.
hmm...it does appear that you may have the file written wrong.