source: trunk/classes/res/common_res/makefile

Last change on this file was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 246 bytes
Line 
1# Makefile
2
3include ../../../make.inc
4
5INC = ..\..\inc
6
7all: cwaudio.res
8
9
10cwaudio.res: cwaudio.rc cwimage.rc cwvideo.rc $(INC)\mmres.h
11 rc -r -n -D $(ECS) -I $(INC) cwaudio.rc
12
13clean:
14 -rm cwaudio.res
15
16cleaner:
17 -rm *.*~
18
19
20
Note: See TracBrowser for help on using the repository browser.