mirror of https://github.com/lianthony/NT4.0
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.
15 lines
404 B
15 lines
404 B
!if exist($(TARGET_DIRECTORY).inc)
|
|
!include $(TARGET_DIRECTORY).inc
|
|
!endif
|
|
|
|
DLG_FILES=dialogs.dlg gina.dlg win31mig.dlg
|
|
ICO_FILES=welcome.ico welcome1.ico keys.ico keys1.ico unlock.ico locked.ico nodc.ico audit.ico
|
|
|
|
res.rc: strings.rc wlevents.rc $(ICO_FILES) $(DLG_FILES)
|
|
|
|
precomp.h: wlevents.h
|
|
|
|
wlevents.rc: wlevents.h msg00001.bin
|
|
|
|
wlevents.h msg00001.bin: wlevents.mc
|
|
mc -v wlevents.mc -h . -r .
|