mirror of
https://github.com/Bithack/principia.git
synced 2026-06-24 02:04:08 +00:00
Fix building utils
This commit is contained in:
parent
d623a95857
commit
303b9d2a2f
4 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
BIN = ../bin
|
||||
PRINCIPIA = ../..
|
||||
PROGRAM = lvl-icon-extractor
|
||||
SRCS := main.cc $(PRINCIPIA)/src/pkgman.cc $(PRINCIPIA)/src/rand.c
|
||||
SRCS := main.cc $(PRINCIPIA)/src/pkgman.cc
|
||||
|
||||
CXX ?= g++
|
||||
CXXFLAGS ?= -D_NO_TMS -O2 -ffunction-sections -fdata-sections
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
BIN = ../bin
|
||||
PRINCIPIA = ../..
|
||||
PROGRAM = lvlbuf-decompressor
|
||||
SRCS := main.cc $(PRINCIPIA)/src/pkgman.cc $(PRINCIPIA)/src/rand.c
|
||||
SRCS := main.cc $(PRINCIPIA)/src/pkgman.cc
|
||||
|
||||
CXX ?= g++
|
||||
CXXFLAGS ?= -D_NO_TMS -O2 -ffunction-sections -fdata-sections
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
BIN = ../bin
|
||||
PRINCIPIA = ../..
|
||||
PROGRAM = lvledit
|
||||
SRCS := main.cc $(PRINCIPIA)/src/pkgman.cc $(PRINCIPIA)/src/rand.c
|
||||
SRCS := main.cc $(PRINCIPIA)/src/pkgman.cc
|
||||
|
||||
CXX ?= g++
|
||||
CXXFLAGS ?= -D_NO_TMS -O2 -ffunction-sections -fdata-sections
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
BIN = ../bin
|
||||
PRINCIPIA = ../..
|
||||
PROGRAM = package-creator
|
||||
SRCS := main.cc $(PRINCIPIA)/src/pkgman.cc $(PRINCIPIA)/src/rand.c
|
||||
SRCS := main.cc $(PRINCIPIA)/src/pkgman.cc
|
||||
|
||||
# always static unless you do STATIC=0
|
||||
STATIC ?= 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue