Subversion Repositories filter_foundry

Rev

Rev 439 | Rev 484 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 439 Rev 445
Line 117... Line 117...
117
    <ClCompile>
117
    <ClCompile>
118
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
118
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
119
      <WarningLevel>Level3</WarningLevel>
119
      <WarningLevel>Level3</WarningLevel>
120
      <Optimization>Disabled</Optimization>
120
      <Optimization>Disabled</Optimization>
121
      <SDLCheck>false</SDLCheck>
121
      <SDLCheck>false</SDLCheck>
122
      <PreprocessorDefinitions>WIN32;WIN_ENV;YY_SKIP_YYWRAP;YY_NO_UNISTD_H;_DEBUG;DLL3_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122
      <PreprocessorDefinitions>UNICODE;_UNICODE;WIN32;WIN_ENV;YY_SKIP_YYWRAP;YY_NO_UNISTD_H;_DEBUG;DLL3_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123
      <ConformanceMode>true</ConformanceMode>
123
      <ConformanceMode>true</ConformanceMode>
124
      <RuntimeLibrary />
124
      <RuntimeLibrary />
125
    </ClCompile>
125
    </ClCompile>
126
    <Link>
126
    <Link>
127
      <SubSystem>Windows</SubSystem>
127
      <SubSystem>Windows</SubSystem>
128
      <GenerateDebugInformation>true</GenerateDebugInformation>
128
      <GenerateDebugInformation>true</GenerateDebugInformation>
129
      <SetChecksum>false</SetChecksum>
129
      <SetChecksum>false</SetChecksum>
130
    </Link>
130
    </Link>
131
    <ResourceCompile>
131
    <ResourceCompile>
132
      <AdditionalIncludeDirectories>..\photoshop_sdk\pluginsdk\photoshopapi\pica_sp;..\photoshop_sdk\pluginsdk\photoshopapi\photoshop;..\telegraphics_common\adobeplugin;..\telegraphics_common\tt;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
132
      <AdditionalIncludeDirectories>..\photoshop_sdk\pluginsdk\photoshopapi\pica_sp;..\photoshop_sdk\pluginsdk\photoshopapi\photoshop;..\telegraphics_common\adobeplugin;..\telegraphics_common\tt;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
133
      <PreprocessorDefinitions>WIN_ENV;WIN32;_X86_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133
      <PreprocessorDefinitions>UNICODE;_UNICODE;WIN_ENV;WIN32;_X86_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
134
    </ResourceCompile>
134
    </ResourceCompile>
135
    <PreBuildEvent>
135
    <PreBuildEvent>
136
      <Command>cd ..
136
      <Command>cd ..
137
win_flex_bison\win_bison.exe parser.y -d -y
137
win_flex_bison\win_bison.exe parser.y -d -y
138
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
138
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
Line 149... Line 149...
149
    <ClCompile>
149
    <ClCompile>
150
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
150
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
151
      <WarningLevel>Level3</WarningLevel>
151
      <WarningLevel>Level3</WarningLevel>
152
      <Optimization>Disabled</Optimization>
152
      <Optimization>Disabled</Optimization>
153
      <SDLCheck>false</SDLCheck>
153
      <SDLCheck>false</SDLCheck>
154
      <PreprocessorDefinitions>WIN32;WIN_ENV;YY_SKIP_YYWRAP;YY_NO_UNISTD_H;_DEBUG;DLL3_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
154
      <PreprocessorDefinitions>UNICODE;_UNICODE;WIN32;WIN_ENV;YY_SKIP_YYWRAP;YY_NO_UNISTD_H;_DEBUG;DLL3_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155
      <ConformanceMode>true</ConformanceMode>
155
      <ConformanceMode>true</ConformanceMode>
156
      <RuntimeLibrary />
156
      <RuntimeLibrary />
157
    </ClCompile>
157
    </ClCompile>
158
    <Link>
158
    <Link>
159
      <SubSystem>Windows</SubSystem>
159
      <SubSystem>Windows</SubSystem>
160
      <GenerateDebugInformation>true</GenerateDebugInformation>
160
      <GenerateDebugInformation>true</GenerateDebugInformation>
161
      <SetChecksum>false</SetChecksum>
161
      <SetChecksum>false</SetChecksum>
162
    </Link>
162
    </Link>
163
    <ResourceCompile>
163
    <ResourceCompile>
164
      <AdditionalIncludeDirectories>..\photoshop_sdk\pluginsdk\photoshopapi\pica_sp;..\photoshop_sdk\pluginsdk\photoshopapi\photoshop;..\telegraphics_common\adobeplugin;..\telegraphics_common\tt;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
164
      <AdditionalIncludeDirectories>..\photoshop_sdk\pluginsdk\photoshopapi\pica_sp;..\photoshop_sdk\pluginsdk\photoshopapi\photoshop;..\telegraphics_common\adobeplugin;..\telegraphics_common\tt;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
165
      <PreprocessorDefinitions>WIN_ENV;WIN32;_WIN64;_AMD64_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165
      <PreprocessorDefinitions>UNICODE;_UNICODE;WIN_ENV;WIN32;_WIN64;_AMD64_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
166
    </ResourceCompile>
166
    </ResourceCompile>
167
    <PreBuildEvent>
167
    <PreBuildEvent>
168
      <Command>cd ..
168
      <Command>cd ..
169
win_flex_bison\win_bison.exe parser.y -d -y
169
win_flex_bison\win_bison.exe parser.y -d -y
170
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
170
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
Line 183... Line 183...
183
      <WarningLevel>Level3</WarningLevel>
183
      <WarningLevel>Level3</WarningLevel>
184
      <Optimization>MaxSpeed</Optimization>
184
      <Optimization>MaxSpeed</Optimization>
185
      <FunctionLevelLinking>true</FunctionLevelLinking>
185
      <FunctionLevelLinking>true</FunctionLevelLinking>
186
      <IntrinsicFunctions>true</IntrinsicFunctions>
186
      <IntrinsicFunctions>true</IntrinsicFunctions>
187
      <SDLCheck>false</SDLCheck>
187
      <SDLCheck>false</SDLCheck>
188
      <PreprocessorDefinitions>WIN32;WIN_ENV;YY_SKIP_YYWRAP;YY_NO_UNISTD_H;NDEBUG;DLL3_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
188
      <PreprocessorDefinitions>UNICODE;_UNICODE;WIN32;WIN_ENV;YY_SKIP_YYWRAP;YY_NO_UNISTD_H;NDEBUG;DLL3_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
189
      <ConformanceMode>true</ConformanceMode>
189
      <ConformanceMode>true</ConformanceMode>
190
      <RuntimeLibrary />
190
      <RuntimeLibrary />
191
    </ClCompile>
191
    </ClCompile>
192
    <Link>
192
    <Link>
193
      <SubSystem>Windows</SubSystem>
193
      <SubSystem>Windows</SubSystem>
Line 196... Line 196...
196
      <GenerateDebugInformation>true</GenerateDebugInformation>
196
      <GenerateDebugInformation>true</GenerateDebugInformation>
197
      <SetChecksum>true</SetChecksum>
197
      <SetChecksum>true</SetChecksum>
198
    </Link>
198
    </Link>
199
    <ResourceCompile>
199
    <ResourceCompile>
200
      <AdditionalIncludeDirectories>photoshop_sdk\pluginsdk\photoshopapi\pica_sp;photoshop_sdk\pluginsdk\photoshopapi\photoshop;telegraphics_common\adobeplugin;telegraphics_common\tt;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
200
      <AdditionalIncludeDirectories>photoshop_sdk\pluginsdk\photoshopapi\pica_sp;photoshop_sdk\pluginsdk\photoshopapi\photoshop;telegraphics_common\adobeplugin;telegraphics_common\tt;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
201
      <PreprocessorDefinitions>WIN_ENV;WIN32;_X86_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
201
      <PreprocessorDefinitions>UNICODE;_UNICODE;WIN_ENV;WIN32;_X86_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
202
    </ResourceCompile>
202
    </ResourceCompile>
203
    <PreBuildEvent>
203
    <PreBuildEvent>
204
      <Command>cd ..
204
      <Command>cd ..
205
win_flex_bison\win_bison.exe parser.y -d -y
205
win_flex_bison\win_bison.exe parser.y -d -y
206
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
206
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
Line 219... Line 219...
219
      <WarningLevel>Level3</WarningLevel>
219
      <WarningLevel>Level3</WarningLevel>
220
      <Optimization>MaxSpeed</Optimization>
220
      <Optimization>MaxSpeed</Optimization>
221
      <FunctionLevelLinking>true</FunctionLevelLinking>
221
      <FunctionLevelLinking>true</FunctionLevelLinking>
222
      <IntrinsicFunctions>true</IntrinsicFunctions>
222
      <IntrinsicFunctions>true</IntrinsicFunctions>
223
      <SDLCheck>false</SDLCheck>
223
      <SDLCheck>false</SDLCheck>
224
      <PreprocessorDefinitions>WIN32;WIN_ENV;YY_SKIP_YYWRAP;YY_NO_UNISTD_H;NDEBUG;DLL3_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
224
      <PreprocessorDefinitions>UNICODE;_UNICODE;WIN32;WIN_ENV;YY_SKIP_YYWRAP;YY_NO_UNISTD_H;NDEBUG;DLL3_EXPORTS;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225
      <ConformanceMode>true</ConformanceMode>
225
      <ConformanceMode>true</ConformanceMode>
226
      <RuntimeLibrary />
226
      <RuntimeLibrary />
227
    </ClCompile>
227
    </ClCompile>
228
    <Link>
228
    <Link>
229
      <SubSystem>Windows</SubSystem>
229
      <SubSystem>Windows</SubSystem>
Line 232... Line 232...
232
      <GenerateDebugInformation>true</GenerateDebugInformation>
232
      <GenerateDebugInformation>true</GenerateDebugInformation>
233
      <SetChecksum>true</SetChecksum>
233
      <SetChecksum>true</SetChecksum>
234
    </Link>
234
    </Link>
235
    <ResourceCompile>
235
    <ResourceCompile>
236
      <AdditionalIncludeDirectories>..\photoshop_sdk\pluginsdk\photoshopapi\pica_sp;..\photoshop_sdk\pluginsdk\photoshopapi\photoshop;..\telegraphics_common\adobeplugin;..\telegraphics_common\tt;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
236
      <AdditionalIncludeDirectories>..\photoshop_sdk\pluginsdk\photoshopapi\pica_sp;..\photoshop_sdk\pluginsdk\photoshopapi\photoshop;..\telegraphics_common\adobeplugin;..\telegraphics_common\tt;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
237
      <PreprocessorDefinitions>WIN_ENV;WIN32;_WIN64;_AMD64_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
237
      <PreprocessorDefinitions>UNICODE;_UNICODE;WIN_ENV;WIN32;_WIN64;_AMD64_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
238
    </ResourceCompile>
238
    </ResourceCompile>
239
    <PreBuildEvent>
239
    <PreBuildEvent>
240
      <Command>cd ..
240
      <Command>cd ..
241
win_flex_bison\win_bison.exe parser.y -d -y
241
win_flex_bison\win_bison.exe parser.y -d -y
242
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
242
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c