Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Dec 23, 2024
1 parent 6e6a296 commit a06998d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion debian/libruisapp-dev.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ usr/include
usr/lib/pkgconfig
usr/lib/lib*.so
usr/lib/lib*.a

9 changes: 4 additions & 5 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ define ruisapp_rules
else ifeq ($(os), macosx)
this_ldlibs += -lGLEW
this_ldlibs += -framework Cocoa -framework OpenGL -ldl
endif

this_ldlibs += -lruis -lpapki -ltml -lutki

ifeq ($(os), macosx)
this_mm_obj := $$(d)$$(this_out_dir)obj_$$(this_name)/objc/ruisapp/glue/macosx/glue.mm.o

define this_subrules
Expand All @@ -98,6 +94,8 @@ $(.RECIPEPREFIX)$(a)$(this_cc) -ObjC++ -c -o "$$$$@" $$(this_cxxflags) $$(OBJCXX
$$(eval $$(this_subrules))
endif

this_ldlibs += -lruis -lpapki -ltml -lutki

this_cxxflags += -D RUISAPP_RENDER_$(shell echo $1 | tr '[:lower:]' '[:upper:]')
this_ldlibs += -lruis-render-$1

Expand All @@ -107,7 +105,8 @@ $(.RECIPEPREFIX)$(a)$(this_cc) -ObjC++ -c -o "$$$$@" $$(this_cxxflags) $$(OBJCXX

$$(eval $$(prorab-build-lib))

ifeq ($(os), macosx)
ifeq ($2,sdl)
else ifeq ($(os), macosx)
$$(prorab_this_staticlib): $$(this_mm_obj)
$$(prorab_this_name): $$(this_mm_obj)

Expand Down

0 comments on commit a06998d

Please sign in to comment.