root/releases/opensc-0.9.5/Makefile.mak

Revision 1437, 151 bytes (checked in by sth, 5 years ago)

Added version info to the Win32 binaries, and set the version number to 0.8.0.0 (4 numbers seems to be needed)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2SUBDIRS = win32 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.