Changeset 235 for trunk/av2.mak
- Timestamp:
- Aug 9, 2005, 7:09:30 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/av2.mak (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/av2.mak
r9 r235 1 # $Id$ 1 2 2 3 BASE=av2 3 4 4 ! INCLUDEmakefile_pre.mk5 !include makefile_pre.mk 5 6 6 ALL: $(BASE).EXE \ 7 $(BASE).res 7 all: $(BASE).exe $(BASE).res 8 8 9 9 $(BASE).res: $(BASE).rc 10 10 11 $(BASE).obj: $(BASE).c \ 12 dll\version.h 11 $(BASE).rc: dll\fm3dll.h icons\view3.ico bitmaps\*.bmp 13 12 14 !INCLUDE makefile_post.mk 13 $(BASE).obj: $(BASE).c dll\version.h 14 15 !include makefile_post.mk 15 16 16 17 # The end
Note:
See TracChangeset
for help on using the changeset viewer.
