summary refs log tree commit diff
path: root/pkgs/os-specific/windows
Commit message (Collapse)AuthorAge
* Adding windows jom; it does not build for me still, but it's close to it.Lluís Batlle i Rossell2012-06-05
| | | | | | | | I think it's better to share it though. I wrote a comment about the expression not building. svn path=/nixpkgs/trunk/; revision=34365
* Fixing mingw-w64 builds. I can build simple C++ programs with ↵Lluís Batlle i Rossell2012-05-24
| | | | | | | | | gccCrossStageFinal. I also add tests for hydra; let's see if it builds far. svn path=/nixpkgs/trunk/; revision=34232
* Trying to add a few bits of mingw-w64. To be tested.Lluís Batlle i Rossell2012-05-24
| | | | svn path=/nixpkgs/trunk/; revision=34228
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-06
|\ | | | | | | | | | | | | | | | | | | | | | | Merge conflicts: * unzip (almost trivial) * dvswitch (trivial) * gmp (copied result of `git merge`) The last item introduced gmp-5.0.3, thus full rebuild. +ensureDir->mkdir -p in TeX packages was catched by git but not svn. svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
| * Add pthreads-w32.Ludovic Courtès2012-01-30
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31927
| * MinGW 3.20, and w32api 3.17-2.Ludovic Courtès2012-01-30
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31926
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Making wxGTK stay wxGTK even cross-built, so I remove the wxMSW code I addedLluís Batlle i Rossell2010-05-06
| | | | | | | to test the crossbuilding with wxGTK. I added a new windows-specific package: wxMSW. svn path=/nixpkgs/trunk/; revision=21634
* Making gcc-4.5 cross-build to mingw32 too (set by the proper config and libc ↵Lluís Batlle i Rossell2010-05-06
= "msvcrt" in the crossSystem) svn path=/nixpkgs/trunk/; revision=21630