X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-firefox.git;a=blobdiff_plain;f=MoonshotFirefox.vcxproj;fp=MoonshotFirefox.vcxproj;h=3eb963dd8a91bb6b1d5c30f2c1308aef12982f6a;hp=0000000000000000000000000000000000000000;hb=856fcd5469ff45d0640bcf25a725986c249b4bc2;hpb=5f97178a88a3c1e93f13ae531db4a9b2894fbb70 diff --git a/MoonshotFirefox.vcxproj b/MoonshotFirefox.vcxproj new file mode 100644 index 0000000..3eb963d --- /dev/null +++ b/MoonshotFirefox.vcxproj @@ -0,0 +1,111 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + Win32Proj + + + + DynamicLibrary + true + + + Application + false + + + + + + + + + + + + + true + Build + + + true + + + + WIN32;_DEBUG;_WINDOWS;HAVE_GSS_C_NT_HOSTBASED_SERVICE;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level3 + ProgramDatabase + Disabled + $(KRB_INSTALL_DIR)\include\gssapi;$(KRB_INSTALL_DIR)\include;$(XRSDK_DIR)\include;$(XRSDK_DIR)\include\xpcom;$(XRSDK_DIR)\include\nspr;$(XRSDK_DIR)\include\necko;$(XRSDK_DIR)\include\string;%(AdditionalIncludeDirectories) + xpcom-config.h;mozilla-config.h;%(ForcedIncludeFiles) + + + MachineX86 + true + Windows + $(XRSDK_DIR)\lib\xpcomglue_s.lib;$(XRSDK_DIR)\lib\xpcom.lib;$(XRSDK_DIR)\lib\nspr4.lib;$(XRSDK_DIR)\lib\plc4.lib;$(KRB_INSTALL_DIR)\lib\gssapi32.lib;%(AdditionalDependencies) + + + Make xpi + copy $(TargetPath) $(IntDir)xpi\components +copy $(OutDir)$(TargetName).pdb $(IntDir)xpi\components +cd $(IntDir)xpi +%MSYS_ROOT%\bin\touch chrome.manifest +%MSYS_ROOT%\bin\zip -r $(OutDir)$(TargetName).xpi components install.js install.rdf chrome.manifest + $(OutDir)$(TargetName).xpi;%(Outputs) + $(TargetPath);%(Inputs) + + + + + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + Level3 + ProgramDatabase + + + MachineX86 + true + Windows + true + true + + + + + + + + + + + + + + copy install.js $(IntDir)xpi\install.js + copying to xpi temp dir + $(IntDir)xpi\install.js;%(Outputs) + + + + + Document + copy install.rdf $(IntDir)xpi\install.rdf + copying to xpi temp dir + $(IntDir)xpi\install.rdf;%(Outputs) + + + + + + \ No newline at end of file