diff options
Diffstat (limited to 'win32/xchat.props')
-rw-r--r-- | win32/xchat.props | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/win32/xchat.props b/win32/xchat.props index 09f26df0..32ed807d 100644 --- a/win32/xchat.props +++ b/win32/xchat.props @@ -3,10 +3,34 @@ <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros"> <!-- SPECIFY YOUR ROOT DEPENDENCY DIRECTORY ROOT HERE --> - <YourDepsFolder>c:\mozilla-build\deps root</YourDepsFolder> + <YourDepsPath>c:\mozilla-build\xchat deps</YourDepsPath> + <YourGendefPath>c:\mozilla-build\gendef path</YourGendefPath> + <YourTclPath>c:\mozilla-build\tcl path</YourTclPath> + <YourPerl512Path>c:\mozilla-build\perl512 path</YourPerl512Path> + <YourPerl514Path>c:\mozilla-build\perl514 path</YourPerl514Path> + <YourPerl516Path>c:\mozilla-build\perl516 path</YourPerl516Path> + <YourPythonPath>c:\mozilla-build\python path</YourPythonPath> <!-- YOU SHOULDN'T TOUCH ANYTHING BELOW --> - <OwnFlags>_CRT_SECURE_NO_WARNINGS;G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp</OwnFlags> - <DepsRoot>$(YourDepsFolder)\$(PlatformName)</DepsRoot> + <OwnFlags>G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags> + <DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot> + <GendefPath>$(YourGendefPath)</GendefPath> + <LuaLib>lua51</LuaLib> + <LuaOutput>xclua</LuaOutput> + <TclPath>$(YourTclPath)\$(PlatformName)</TclPath> + <TclLib>tcl85</TclLib> + <TclOutput>xctcl</TclOutput> + <Perl512Path>$(YourPerl512Path)\$(PlatformName)</Perl512Path> + <Perl512Lib>perl512</Perl512Lib> + <Perl512Output>xcperl-512</Perl512Output> + <Perl514Path>$(YourPerl514Path)\$(PlatformName)</Perl514Path> + <Perl514Lib>perl514</Perl514Lib> + <Perl514Output>xcperl-514</Perl514Output> + <Perl516Path>$(YourPerl516Path)\$(PlatformName)</Perl516Path> + <Perl516Lib>perl516</Perl516Lib> + <Perl516Output>xcperl-516</Perl516Output> + <PythonPath>$(YourPythonPath)\$(PlatformName)</PythonPath> + <PythonLib>python27</PythonLib> + <PythonOutput>xcpython</PythonOutput> <Glib>$(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2</Glib> <Gtk>$(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0</Gtk> <Pixmaps>bookpng "$(SolutionDir)\..\src\pixmaps\book.png" hoppng "$(SolutionDir)\..\src\pixmaps\hop.png" oppng "$(SolutionDir)\..\src\pixmaps\op.png" purplepng "$(SolutionDir)\..\src\pixmaps\purple.png" redpng "$(SolutionDir)\..\src\pixmaps\red.png" trayfilepng "$(SolutionDir)\..\src\pixmaps\fileoffer.png" trayhilightpng "$(SolutionDir)\..\src\pixmaps\highlight.png" traymsgpng "$(SolutionDir)\..\src\pixmaps\message.png" voicepng "$(SolutionDir)\..\src\pixmaps\voice.png" xchatpng "$(SolutionDir)\..\xchat.png"</Pixmaps> |