File: build-all.cmd

package info (click to toggle)
pycxx 6.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,156 kB
  • sloc: cpp: 6,093; python: 756; sh: 47; ansic: 43; makefile: 38
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
setlocal
call setup-msvc90
c:\python27.win32\python setup_makefile.py win32 win32.mak
nmake -f win32.mak clean all

c:\python32.win32\python setup_makefile.py win32 win32.mak
nmake -f win32.mak clean all

endlocal