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.
13 lines
291 B
13 lines
291 B
!include ..\..\..\cobra.mk
|
|
|
|
!include $(COBRA_ROOT)\app\migwiz\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
|