Skip to content

Commit 7dd5d5b

Browse files
committed
get popup linking to the new gecko lib and working against localhost client (changes not commited to gistweb yet).
1 parent 931e1cb commit 7dd5d5b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gecko.vcproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
2222
IntermediateDirectory="$(ConfigurationName)"
2323
ConfigurationType="4"
24+
UseOfMFC="1"
2425
CharacterSet="1"
2526
>
2627
<Tool
@@ -45,7 +46,7 @@
4546
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;XP_WIN;XPCOM_GLUE;NO_SSL"
4647
MinimalRebuild="true"
4748
BasicRuntimeChecks="3"
48-
RuntimeLibrary="3"
49+
RuntimeLibrary="1"
4950
TreatWChar_tAsBuiltInType="false"
5051
UsePrecompiledHeader="0"
5152
WarningLevel="3"
@@ -84,6 +85,7 @@
8485
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
8586
IntermediateDirectory="$(ConfigurationName)"
8687
ConfigurationType="4"
88+
UseOfMFC="1"
8789
CharacterSet="1"
8890
WholeProgramOptimization="1"
8991
>
@@ -108,7 +110,7 @@
108110
EnableIntrinsicFunctions="true"
109111
AdditionalIncludeDirectories="&quot;$(InputDir)..\external\wtl\include&quot;;&quot;$(InputDir)..\include&quot;;&quot;$(InputDir)..\gist\$(IntDir)&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\xulapp&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\nspr&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\xpcom&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\embed_base&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\windowwatcher&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\webbrwsr&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\shistory&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\uriloader&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\dom&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\necko&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\widget&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\docshell&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\profile&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\gfx&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\pref&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\string&quot;;&quot;$(InputDir)..\external\xulrunner-sdk\include\profdirserviceprovider&quot;"
110112
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;XP_WIN;XPCOM_GLUE"
111-
RuntimeLibrary="2"
113+
RuntimeLibrary="0"
112114
EnableFunctionLevelLinking="true"
113115
TreatWChar_tAsBuiltInType="false"
114116
UsePrecompiledHeader="0"

0 commit comments

Comments
 (0)