diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-22 16:03:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-22 16:03:11 +0000 |
commit | 47d47d91871187493974ee79c24fc1f03c7992fd (patch) | |
tree | 442976ae643a5b1b574d325fea16dc6ecc49f1e9 /make_core_def.cmd | |
parent | c30775dbdc790437a511e11ca8c839fe367e2f32 (diff) |
CMString*: explicit templates instantiating
git-svn-id: http://svn.miranda-ng.org/main/trunk@12475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'make_core_def.cmd')
-rw-r--r-- | make_core_def.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make_core_def.cmd b/make_core_def.cmd new file mode 100644 index 0000000000..b745d99c64 --- /dev/null +++ b/make_core_def.cmd @@ -0,0 +1,5 @@ +@echo off
+echo.
+.\tools\makedef\makedef.exe /IMAGE:bin12\debug\mir_core.dll /DEF:src\mir_core\src\mir_core.def
+echo.
+.\tools\makedef\makedef64.exe /IMAGE:bin12\debug64\mir_core.dll /DEF:src\mir_core\src\mir_core64.def
\ No newline at end of file |