Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
9a7b3d6a
Commit
9a7b3d6a
authored
20 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Added makefile for borland make with bcc32.
parent
6ce7a390
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doors/ny2008/src/Makefile.bor
+63
-0
63 additions, 0 deletions
src/doors/ny2008/src/Makefile.bor
with
63 additions
and
0 deletions
src/doors/ny2008/src/Makefile.bor
0 → 100644
+
63
−
0
View file @
9a7b3d6a
CC
=
bcc32
CXX
=
bcc32
XPDEV_SRC
=
\s
tripper
\m
odelbrowser
\x
pdev
ODOOR_SRC
=
..
UIFC_SRC
=
\s
tripper
\m
odelbrowser
\u
ifc
CFLAGS
=
${
CFLAGS
}
-O2
#CFLAGS = ${CFLAGS} -g
CFLAGS
=
${
CFLAGS
}
-I
${
ODOOR_SRC
}
-I
${
XPDEV_SRC
}
-I
${
UIFC_SRC
}
# Needed for struct alignment!
#CFLAGS += -fshort-enums
LDFLAGS
=
${
LDFLAGS
}
-L
${
ODOOR_SRC
}
all
:
ny2008 aedit nyibbs nyedit medit
filewrap.obj
:
$(
CC
)
$(
CFLAGS
)
-c
${
XPDEV_SRC
}
/filewrap.c
dirwrap.obj
:
$(
CC
)
$(
CFLAGS
)
-c
${
XPDEV_SRC
}
/dirwrap.c
genwrap.obj
:
$(
CC
)
$(
CFLAGS
)
-c
${
XPDEV_SRC
}
/genwrap.c
fights.obj
:
fights.cpp fights.h ny2008.h
$(
CXX
)
$(
CFLAGS
)
-c
fights.cpp
ibbsny.obj
:
ibbsny.cpp ibbsny.h ny2008.h
$(
CXX
)
$(
CFLAGS
)
-c
ibbsny.cpp
igmsup.obj
:
igmsup.cpp ny2008.h
$(
CXX
)
$(
CFLAGS
)
-c
igmsup.cpp
second.obj
:
second.cpp ny2008.h
$(
CXX
)
$(
CFLAGS
)
-c
second.cpp
chatadd.obj
:
chatadd.cpp ny2008.h
$(
CXX
)
$(
CFLAGS
)
-c
chatadd.cpp
ny2008.obj
:
ny2008.cpp
$(
CXX
)
$(
CFLAGS
)
-c
ny2008.cpp
ny2008
:
ny2008.obj ibbsny.obj second.obj igmsup.obj ibbsny.obj fights.obj dirwrap.obj filewrap.obj genwrap.obj chatadd.obj
$(
CXX
)
$(
CFLAGS
)
${
LDFLAGS
}
ny2008.obj chatadd.obj dirwrap.obj filewrap.obj genwrap.obj fights.obj ibbsny.obj igmsup.obj second.obj ODoors.lib
-lm
-e
../ny2008
aedit
:
aedit.cpp
$(
CXX
)
$(
CFLAGS
)
${
LDFLAGS
}
aedit.cpp
-e
../aedit
medit
:
medit.cpp
$(
CXX
)
$(
CFLAGS
)
${
LDFLAGS
}
medit.cpp
-e
../medit
nyibbs
:
nyibbs.cpp ibbsny.obj filewrap.obj genwrap.obj dirwrap.obj
$(
CXX
)
$(
CFLAGS
)
${
LDFLAGS
}
nyibbs.cpp ibbsny.obj filewrap.obj genwrap.obj dirwrap.obj
-e
../nyibbs
nyedit
:
nyedit.cpp nyedit.h filewrap.obj genwrap.obj dirwrap.obj
$(
CXX
)
$(
CFLAGS
)
${
LDFLAGS
}
nyedit.cpp filewrap.obj genwrap.obj dirwrap.obj
-lcurses
-lODoors
-lm
-e
../nyedit
clean
:
rm
-f
*
.obj
rm
-f
../ny2008
rm
-f
../medit
rm
-f
../aedit
rm
-f
../nyibbs
rm
-f
../nyedit
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment