diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Master/Masterarbeit/thesis/lst/Makefile.txt | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Master/Masterarbeit/thesis/lst/Makefile.txt')
| -rw-r--r-- | Master/Masterarbeit/thesis/lst/Makefile.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/Masterarbeit/thesis/lst/Makefile.txt b/Master/Masterarbeit/thesis/lst/Makefile.txt new file mode 100644 index 0000000..43a3a42 --- /dev/null +++ b/Master/Masterarbeit/thesis/lst/Makefile.txt @@ -0,0 +1,7 @@ +LIBS :=
+G++ := c:/programme/x2e/x2e/toolchain/bin/powerpc-linux-gnu-g++.exe
+all:
+ @echo 'Invoking cross compiler'
+ $(G++) -Ic:/programme/x2e/x2e/toolchain/powerpc-linux-gnu/libc/usr/include -I"c:\Dokumente und Einstellungen\Eisenhauer\Eigene Dateien\Masterarbeit\src\common\inc" -Os -g0 -Wall -c -fno-strict-aliasing -std=c++0x -msoft-float -mcpu=405 -fPIC -MMD -MP -o CXorayaPlugin_WCRT.o C:/temp/CXorayaPlugin_WCRT.cpp
+ @echo 'Invoking linker'
+ $(G++) -L"c:\Programme\x2e\x2e\toolchain\powerpc-linux-gnu\libc\nof\lib" -msoft-float -shared -o "C:/temp/CXorayaPlugin_WCRT.so" CXorayaPlugin_WCRT.o $(LIBS)
|
