Skip to content
Snippets Groups Projects
Commit 340b93fe authored by deuce's avatar deuce
Browse files

Blind attempt to fix borland makefile.

parent 4cb2467a
No related branches found
No related tags found
No related merge requests found
CC = bcc32
CXX = bcc32
XPDEV_SRC = \stripper\modelbrowser\xpdev
ODOOR_SRC = ..
UIFC_SRC = \stripper\modelbrowser\uifc
XPDEV_SRC = ..\..\..\conio
ODOOR_SRC = ..\..\..\odoors
CONIO_SRC = ..\..\..\conio
CFLAGS = ${CFLAGS} -O2
#CFLAGS = ${CFLAGS} -g
CFLAGS = ${CFLAGS} -I${ODOOR_SRC} -I${XPDEV_SRC} -I${UIFC_SRC}
CFLAGS = ${CFLAGS} -I${ODOOR_SRC} -I${XPDEV_SRC} -I${CONIO_SRC}
# Needed for struct alignment!
#CFLAGS += -fshort-enums
LDFLAGS = ${LDFLAGS} -L${ODOOR_SRC}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment