mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Merged in thomascompix/haikuports/bdhcalc (pull request #35)
Removed Make requirement and fixed xres command for BDHCalc
This commit is contained in:
@@ -28,7 +28,6 @@ BUILD_REQUIRES="
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -36,7 +35,7 @@ BUILD()
|
||||
g++ -c src/bdh_main.cpp -o bdh_main.o
|
||||
g++ -c src/bdh_view.cpp -o bdh_view.o
|
||||
g++ -lbe bdh_main.o bdh_view.o -o bdhcalc
|
||||
xres bdhcalc Ressources/bdh.rsrc
|
||||
xres -o bdhcalc Ressources/bdh.rsrc
|
||||
mimeset -f bdhcalc
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user