summaryrefslogtreecommitdiffstats
path: root/make_self_npdrm/makefile
diff options
context:
space:
mode:
authorroot <root@linuxbox.(none)>2011-01-09 13:25:56 -0500
committerroot <root@linuxbox.(none)>2011-01-09 13:25:56 -0500
commitd8887a0e443bff244874393e2d58821bf356e3bb (patch)
treeafc7362690b7d737c54e4502980af0a86f5c1cf9 /make_self_npdrm/makefile
downloadps3publictools-d8887a0e443bff244874393e2d58821bf356e3bb.tar.xz
first commit
Diffstat (limited to 'make_self_npdrm/makefile')
-rwxr-xr-xmake_self_npdrm/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/make_self_npdrm/makefile b/make_self_npdrm/makefile
new file mode 100755
index 0000000..15efa70
--- /dev/null
+++ b/make_self_npdrm/makefile
@@ -0,0 +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
+
+linux: make_self.c
+ gcc -static make_self.c -lgmp -lcrypto -lz -o make_self_npdrm