Subversion Repositories SvarDOS

Rev

Rev 476 | Rev 479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 476 Rev 478
Line 21... Line 21...
21
#
21
#
22
# NOTE: wcc does not understand -mt, that is why -ms must be passed instead
22
# NOTE: wcc does not understand -mt, that is why -ms must be passed instead
23
 
23
 
24
all: command.com
24
all: command.com
25
 
25
 
26
command.com: deflang.h rmod.h command.obj cmd.obj doserr.obj env.obj redir.obj rmodinit.obj sayonara.obj helpers.obj
26
command.com: deflang.h rmodcore.h command.obj cmd.obj doserr.obj env.obj redir.obj rmodinit.obj sayonara.obj helpers.obj
27
	*wcl $(LDFLAGS) command.obj cmd.obj doserr.obj env.obj redir.obj rmodinit.obj sayonara.obj helpers.obj
27
	*wcl $(LDFLAGS) command.obj cmd.obj doserr.obj env.obj redir.obj rmodinit.obj sayonara.obj helpers.obj
28
 
28
 
29
.c.obj:
29
.c.obj:
30
	wcc $(CFLAGS) $<
30
	wcc $(CFLAGS) $<
31
 
31
 
32
rmod.h: file2c.com rmod.com
32
rmodcore.h: file2c.com rmod.com
33
	file2c /c rmod.com rmod.h rmod
33
	file2c rmod.com rmodcore.h rmodcore
34
 
34
 
35
deflang.h: file2c.com tlumacz\default.lng
35
deflang.h: file2c.com tlumacz\default.lng
36
	file2c /l4096 tlumacz\default.lng deflang.h langblock
36
	file2c /l4096 tlumacz\default.lng deflang.h langblock
37
 
37
 
38
file2c.com: file2c.c
38
file2c.com: file2c.c