Removed Make requirement and fixed xres command.

This commit is contained in:
Thomas Schmidt
2013-12-07 12:57:28 +00:00
parent 72ac1f84c6
commit 236a7385ba

View File

@@ -28,7 +28,6 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
cmd:gcc cmd:gcc
cmd:make
" "
BUILD() BUILD()
@@ -36,7 +35,7 @@ BUILD()
g++ -c src/bdh_main.cpp -o bdh_main.o g++ -c src/bdh_main.cpp -o bdh_main.o
g++ -c src/bdh_view.cpp -o bdh_view.o g++ -c src/bdh_view.cpp -o bdh_view.o
g++ -lbe bdh_main.o bdh_view.o -o bdhcalc g++ -lbe bdh_main.o bdh_view.o -o bdhcalc
xres bdhcalc Ressources/bdh.rsrc xres -o bdhcalc Ressources/bdh.rsrc
mimeset -f bdhcalc mimeset -f bdhcalc
} }