#28087 - mr_square - Tue Oct 26, 2004 9:12 pm
I'm using devkitadvance, and want the compiler to link to a library in a subfolder - how do I do this?
at the moment I have a make.bat file with the following in it:
at the moment I have a make.bat file with the following in it:
Code: |
path=C:\devkitadv\bin g++ -o main.elf city.o citybackdrop.o defines.cpp main.cpp testroom.cpp room.cpp ball.cpp collisionDetector.cpp DMA.cpp fallState.cpp drawState.cpp background.cpp idleState.cpp jumpState.cpp lookUpState.cpp swipeState.cpp runLeftState.cpp trig.cpp kneelState.cpp runRightState.cpp playerState.cpp -lm objcopy -O binary main.elf main.bin |