Subversion Repositories SvarDOS

Rev

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

Rev 223 Rev 224
Line 1... Line 1...
1
#
1
#
2
# pkginst Makefile -- requires OpenWatcom (wmake)
2
# pkginst Makefile -- requires OpenWatcom (wmake)
3
# Copyright (C) 2021 Mateusz Viste
3
# Copyright (C) 2021 Mateusz Viste
4
#
4
#
5
 
5
 
6
CFLAGS = -0 -ml -os -wx -we -d0 -i=zlib\ -DNOREPOS
6
CFLAGS = -0 -ml -os -wx -we -d0 -i=zlib
7
LDFLAGS = -ml -lr -fe=pkginst.exe
7
LDFLAGS = -ml -lr -fe=pkginst.exe
8
LIBS = zlib\zlib_l.lib
8
LIBS = zlib\zlib_l.lib
9
 
9
 
10
all: pkginst.exe
10
all: pkginst.exe
11
 
11