-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINFGF.MAK
More file actions
36 lines (29 loc) · 1.25 KB
/
Copy pathINFGF.MAK
File metadata and controls
36 lines (29 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
###############################################################################
##### This Makefile generates the INFGF.DLL for the Gunfighter Add-on #####
###############################################################################
.autodepend
.silent
.path.c=\bbsv6\src
.path.h=\bbsv6\src
.path.dll=\bbsv6
.path.msg=\bbsv6
.path.obj=\bbsv6\phobj
infgf.dll: \
infgfmsg.h \
infgf.obj \
\bbsv6\dlib\galimp.lib \bbsv6\dlib\gsblimp.lib \
\run286\bc3\lib\phapi.lib \bbsv6\dlib\nodef.def
ltdll infgf
###############################################################################
##### Build Objects For INFGF DLL #####
###############################################################################
infgf.obj: infgf.c
ctdll infgf
###############################################################################
##### Generate Headers for Compilation #####
###############################################################################
infgfmsg.h: infgfmsg.msg
cd \bbsv6
bbsmsx infgfmsg -osrc
cd \bbsv6\src