root/trunk/Makefile.mak

Revision 3468, 145 bytes (checked in by alonbl, 8 months ago)

Distribute autoconf generated files for MSVC build

Construct resource files and winconfig.h using autoconf
substitutions.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2SUBDIRS = src
3
4all::
5
6all depend install clean::
7        @for %i in ( $(SUBDIRS) ) do \
8                @cmd /c "cd %i && $(MAKE) /nologo /f Makefile.mak $@"
Note: See TracBrowser for help on using the browser.