Skip to content

Commit

Permalink
Added COPKG
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterS committed Jul 13, 2011
1 parent 08dad12 commit 9f9739a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.obj
pthread*.dll
pthread*.exp
pthread*.ilk
pthread*.lib
pthread*.pdb
*.res
25 changes: 25 additions & 0 deletions COPKG/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#product-info {
product-name: "Coin-Cbc";
version: "2.7";
original-source-location: "ftp://sourceware.org/pub/pthreads-win32";
original-source-website: "http://sourceware.org/pthreads-win32/";
license: "LGPL";
packager: "Petter Strandmark";
}


x64 {
compiler: vc10-x64 ;

targets: {
//Libraries
"pthreadVC2.lib",

//DLL
"pthreadVC2.dll",
} ;

build-command: "nmake clean VC ";

clean-command: "nmake clean";
}

0 comments on commit 9f9739a

Please sign in to comment.