source: trunk/Makefile.mak @ 147

Revision 147, 210 bytes checked in by alonbl, 4 years ago (diff)

Fixup MSVC resource build.
By Douglas E. Engert

Line 
1
2SUBDIRS = src
3
4all::
5
6all:: config.h
7
8config.h: winconfig.h
9        @copy /y winconfig.h config.h
10       
11all depend install clean::
12         @for %i in ( $(SUBDIRS) ) do \
13                @cmd /c "cd %i && $(MAKE) /nologo /f Makefile.mak $@"
Note: See TracBrowser for help on using the repository browser.