You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
481 B
17 lines
481 B
# If no CPUTYPE variable is defined, then we are running on a DOS system
|
|
# so lets whack in some flags and switches to match the NTWIN32.MAK
|
|
# settings:
|
|
srcdir=..
|
|
model=S
|
|
rc=rc
|
|
hcopts = -n
|
|
cc = cl
|
|
cdebug = -Zipel -Od
|
|
cflags = -c -A$(model) -Gsw -W3 $(cdebug)
|
|
cvars = -D$(ENV)
|
|
rcvars = -i..\..\..\include
|
|
linkdebug =
|
|
link = link $(linkdebug)
|
|
guiflags = /NOE /NOD /CO /align:16
|
|
guilibs = libw $(model)libcew ver commdlg
|
|
guilibsdll = libw $(model)dllcew ver commdlg
|