forked from thinlizzy/libmagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerate-sources.bat
More file actions
26 lines (26 loc) · 1.62 KB
/
Copy pathgenerate-sources.bat
File metadata and controls
26 lines (26 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@echo off
SET EPE=..\EnumParser\Debug\EnumParser.exe
SET TP=parserTemplates
SET SP=src\cards\types
SET GP=src\cards\types\generated
ECHO // generated include files > %GP%\generated.h
SET ENUM=ArtifactType
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\enum.tpl %GP%\%ENUM%Str.cpp
SET ENUM=CardType
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\bitenum.tpl %GP%\%ENUM%Str.cpp
SET ENUM=Color
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\enum.tpl %GP%\%ENUM%Str.cpp
SET ENUM=CreatureType
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\enum.tpl %GP%\%ENUM%Str.cpp
SET ENUM=EnchantmentType
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\enum.tpl %GP%\%ENUM%Str.cpp
SET ENUM=LandType
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\enum.tpl %GP%\%ENUM%Str.cpp
SET ENUM=PlaneswalkerType
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\enum.tpl %GP%\%ENUM%Str.cpp
SET ENUM=Rarity
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\enum.tpl %GP%\%ENUM%Str.cpp
SET ENUM=SpellType
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\enum.tpl %GP%\%ENUM%Str.cpp
SET ENUM=SuperType
%EPE% %SP%\%ENUM%.h %TP%\include.tpl +%GP%\generated.h %TP%\enum_include.tpl %GP%\%ENUM%Str.h %TP%\bitenum.tpl %GP%\%ENUM%Str.cpp