source: proiecte/swift/trunk/lib/hoard-371/src/rebuild-libhoarddef.cmd @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 461 bytes
Line 
1: We need to execute this if we change libhoard.cpp.
2@echo off
3cl /I../../heaplayers -I../../heaplayers/util /c /MD /DNDEBUG /Ox /Zp8 /Oy libhoard.cpp
4nm -g libhoard.obj > @@@.@@@ 2>NUL
5grep ' T ?' @@@.@@@ > @@@.@@1 2>NUL
6grep ' T \_' @@@.@@@ > @@@.@@2 2>NUL
7echo EXPORTS > libhoard.def
8sed 's/.* T //' @@@.@@1 | grep -v DllMain >> libhoard.def 2>NUL
9sed 's/.* T \_//' @@@.@@2 | grep -v DllMain >> libhoard.def 2>NUL
10erase @@@.@@@
11erase @@@.@@1
12erase @@@.@@2
13 
Note: See TracBrowser for help on using the repository browser.