mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Removed Make requirement and fixed xres command.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user