summaryrefslogtreecommitdiffstats
path: root/make_self_npdrm/makefile
diff options
context:
space:
mode:
authorGeorge Hotz <geohot@gmail.com>2011-01-09 13:55:42 -0500
committerGeorge Hotz <geohot@gmail.com>2011-01-09 13:55:42 -0500
commitbd52c79d26e51325e2250a2298fa39b251e07da5 (patch)
treee7be9b2284d7e19c0e09a15f2354dc45125debe6 /make_self_npdrm/makefile
parenta5ffb69662a298b2a18703cb3acf486147d79526 (diff)
downloadps3publictools-bd52c79d26e51325e2250a2298fa39b251e07da5.tar.xz
removed static from makefiles
Diffstat (limited to 'make_self_npdrm/makefile')
-rwxr-xr-xmake_self_npdrm/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_self_npdrm/makefile b/make_self_npdrm/makefile
index 15efa70..4967434 100755
--- a/make_self_npdrm/makefile
+++ b/make_self_npdrm/makefile
@@ -1,5 +1,5 @@
windows: make_self.c
- gcc -static make_self.c -I"C:\Program Files (x86)\GnuWin32\include" -L"C:\OpenSSL-Win32\lib\MinGW" -lgmp -leay32 "C:\Program Files (x86)\GnuWin32\bin\zlib1.dll" -o make_self_npdrm.exe
+ gcc make_self.c -I"C:\Program Files (x86)\GnuWin32\include" -L"C:\OpenSSL-Win32\lib\MinGW" -lgmp -leay32 "C:\Program Files (x86)\GnuWin32\bin\zlib1.dll" -o make_self_npdrm.exe
linux: make_self.c
- gcc -static make_self.c -lgmp -lcrypto -lz -o make_self_npdrm
+ gcc make_self.c -lgmp -lcrypto -lz -o make_self_npdrm