source: release-kits/wirk3/wrapper/compile.bat@ 15689

Last change on this file since 15689 was 15689, checked in by oranfry, 16 years ago

new resource scheme for wirk3 wrapper

File size: 191 bytes
Line 
1mkdir build
2
3rc wrapper.rc
4move wrapper.RES build\wrapper.res
5
6cl /c -GX wrapper.cpp /out:wrapper.obj
7move wrapper.obj build
8
9link /OUT:build\wrapper.exe build\wrapper.obj build\wrapper.res
10
Note: See TracBrowser for help on using the repository browser.