mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
reference to mingw's libth32.a added so the thing compiles *and* links.
svn path=/trunk/; revision=3932
This commit is contained in:
parent
14759bdf75
commit
7c22eaa402
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ TARGET_NAME = ps
|
|||
|
||||
TARGET_SDKLIBS = kernel32.a
|
||||
|
||||
TARGET_GCCLIBS = stdc++
|
||||
TARGET_GCCLIBS = th32 stdc++
|
||||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||
|
||||
|
|
Loading…
Reference in a new issue