12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
!include ..\sources.inc
|
|
|
|
# compiler options
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
# makefile.def will binplace any file listed in the MISCFILES macro.
|
|
|
|
MISCFILES = \
|
|
migwiz.man \
|
|
migwiz.sed \
|
|
migcab.sed
|