diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-14 21:04:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-14 21:04:39 +0300 |
commit | 7efa9cb259bbf11b6c5089e5b22ee2494a6b0ff6 (patch) | |
tree | c6533ad0d0f50dd49c4ff8d29b87f575ca9e5ae2 /external/prj | |
parent | 490b499531f76f07830aa0c4266d0a89cc9b61f8 (diff) |
Relocate the headers from Wine, add two new ones
Diffstat (limited to 'external/prj')
-rw-r--r-- | external/prj/build.lst | 2 | ||||
-rw-r--r-- | external/prj/d.lst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/external/prj/build.lst b/external/prj/build.lst index ebc4d3d294a5..7847f2431c5d 100644 --- a/external/prj/build.lst +++ b/external/prj/build.lst @@ -4,4 +4,4 @@ el external\glibc nmake - all el_glibc NULL el external\gcc3_specific nmake - all el_gcc3 NULL el external\mingwheaders nmake - w el_mingwheaders NULL el external\jawt nmake - w el_jawt NULL -el external\gdiplus nmake - w el_gdiplus NULL +el external\wine nmake - w el_wine NULL diff --git a/external/prj/d.lst b/external/prj/d.lst index 81d97a0a94b8..b09087701656 100644 --- a/external/prj/d.lst +++ b/external/prj/d.lst @@ -1,10 +1,10 @@ mkdir: %_DEST%\inc\external mkdir: %_DEST%\inc\external\glibc -mkdir: %_DEST%\inc\external\gdiplus mkdir: %_DEST%\inc\external\mingw mkdir: %_DEST%\inc\external\mingw\include mkdir: %_DEST%\inc\external\mingw\include\atl mkdir: %_DEST%\inc\external\mingw\include\sys +mkdir: %_DEST%\inc\external\wine ..\glibc\rtufiles\config.h %_DEST%\inc\external\glibc\config.h ..\glibc\rtufiles\getopt.h %_DEST%\inc\external\glibc\getopt.h @@ -15,7 +15,7 @@ mkdir: %_DEST%\inc\external\mingw\include\sys ..\%__SRC%\inc\*.h %_DEST%\inc\external\glibc\*.h -..\%__SRC%\inc\gdiplus\*.h %_DEST%\inc\external\gdiplus\*.h +..\%__SRC%\inc\wine\*.h %_DEST%\inc\external\wine\*.h ..\%__SRC%\misc\mingw\include\*.h %_DEST%\inc\external\mingw\include\* ..\%__SRC%\misc\mingw\include\atl\*.h %_DEST%\inc\external\mingw\include\atl\* |