]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/wx-console/Makefile
added VSS toggling by enable_vss
[bacula/bacula] / bacula / src / win32 / wx-console / Makefile
1 #
2 # Makefile to build the native Win32 console
3 # VC++ and tools must be on your path
4 #
5 #     Kern Sibbald, June 2004
6 #
7
8 NMAKE=nmake
9
10 first_rule: all
11
12 dummy:
13
14 clean:
15         rm -rf Debug/*.obj Release/*.obj
16
17 distclean: clean