|
61 | 61 | <Add after='xcopy /Y "S:\X-Plane 11\Resources\plugins\FlyWithLua\Modules\*.*" "FlyWithLua\Modules\"' />
|
62 | 62 | <Add after='xcopy /Y include64\lua51.dll "S:\X-Plane 11\Resources\plugins\FlyWithLua\64"' />
|
63 | 63 | <Add after="xcopy /Y include64\lua51.dll FlyWithLua\64" />
|
64 |
| - <Add after="pandoc -N --epub-cover-image FlyWithLua_logo.JPG FlyWithLua_Manual_en.tex -o FlyWithLua\Documentation\FlyWithLua_Manual_en.epub" /> |
65 |
| - <Add after="pandoc -N --epub-cover-image FlyWithLua_logo.JPG FlyWithLua\Documentation\First_Steps_Programming_FlyWithLua.md -o FlyWithLua\Documentation\First_Steps_Programming_FlyWithLua.epub" /> |
66 |
| - <Add after="pandoc -N --epub-cover-image FlyWithLua_logo.JPG FlyWithLua\Documentation\First_Steps_Programming_FlyWithLua.md -o FlyWithLua\Documentation\First_Steps_Programming_FlyWithLua.pdf" /> |
67 |
| - <Add after="pandoc -N --epub-cover-image FlyWithLua_logo.JPG FlyWithLua\Documentation\Ein_Arcaze_USB_ansteuern.md -o FlyWithLua\Documentation\Ein_Arcaze_USB_ansteuern.epub" /> |
68 | 64 | <Mode after="always" />
|
69 | 65 | </ExtraCommands>
|
70 | 66 | </Target>
|
|
118 | 114 | </Linker>
|
119 | 115 | <ExtraCommands>
|
120 | 116 | <Add after='xcopy /Y Replacement_for_Complete_Edition\64\win.xpl "S:\X-Plane 11\Resources\plugins\FlyWithLua\64"' />
|
| 117 | + <Add after='xcopy /Y "*.pdf" "FlyWithLua\Documentation"' /> |
| 118 | + <Add after='xcopy /Y "..\FWL_Docs\*.pdf" "FlyWithLua\Documentation"' /> |
| 119 | + <Add after='xcopy /Y "S:\X-Plane 11\Resources\plugins\FlyWithLua\Scripts\*.lua" "FlyWithLua\Scripts (disabled)\"' /> |
| 120 | + <Add after='xcopy /Y "S:\X-Plane 11\Resources\plugins\FlyWithLua\Internals\*.*" "FlyWithLua\Internals\"' /> |
| 121 | + <Add after='xcopy /Y "S:\X-Plane 11\Resources\plugins\FlyWithLua\Modules\*.*" "FlyWithLua\Modules\"' /> |
| 122 | + <Add after='xcopy /Y include64\lua51.dll "S:\X-Plane 11\Resources\plugins\FlyWithLua\64"' /> |
| 123 | + <Add after="xcopy /Y include64\lua51.dll FlyWithLua\64" /> |
| 124 | + <Mode after="always" /> |
| 125 | + </ExtraCommands> |
| 126 | + </Target> |
| 127 | + <Target title="Full Complete Edition with manuals and scripts"> |
| 128 | + <Option output="Replacement_for_Complete_Edition/64/win.xpl" prefix_auto="0" extension_auto="0" /> |
| 129 | + <Option object_output="Release213_64" /> |
| 130 | + <Option type="3" /> |
| 131 | + <Option compiler="gnu_gcc_64_compiler" /> |
| 132 | + <Compiler> |
| 133 | + <Add option="-O3" /> |
| 134 | + <Add option="-Wshadow" /> |
| 135 | + <Add option="-Wfloat-equal" /> |
| 136 | + <Add option="-pedantic" /> |
| 137 | + <Add option="-w" /> |
| 138 | + <Add option="-std=c++11" /> |
| 139 | + <Add option="-m64" /> |
| 140 | + <Add option="-fexceptions" /> |
| 141 | + <Add option="-fpermissive" /> |
| 142 | + <Add option="-DWIN64" /> |
| 143 | + <Add option="-DNDEBUG" /> |
| 144 | + <Add option="-D_WINDOWS" /> |
| 145 | + <Add option="-D_MBCS" /> |
| 146 | + <Add option="-D_USRDLL" /> |
| 147 | + <Add option="-DCustomCommands_EXPORTS" /> |
| 148 | + <Add option="-DSIMDATA_EXPORTS" /> |
| 149 | + <Add option="-DIBM=1" /> |
| 150 | + <Add option="-DXPLM200=1" /> |
| 151 | + <Add option="-DXPLM210=1" /> |
| 152 | + <Add option="-DUSE_EXTERNAL_ALLOCATOR" /> |
| 153 | + <Add option="-DCREATECOMPLETEEDITION" /> |
| 154 | + <Add directory="include64" /> |
| 155 | + <Add directory="../SDK213/SDK/CHeaders/XPLM" /> |
| 156 | + <Add directory="../SDK213/SDK/CHeaders/Wrappers" /> |
| 157 | + <Add directory="../SDK213/SDK/CHeaders/Widgets" /> |
| 158 | + <Add directory="GLUT_for_Windows" /> |
| 159 | + <Add directory="C:/Program Files/mingw-w64/x86_64-6.3.0-posix-seh-rt_v5-rev1/mingw64/bin" /> |
| 160 | + </Compiler> |
| 161 | + <Linker> |
| 162 | + <Add option="-s" /> |
| 163 | + <Add option="-m64" /> |
| 164 | + <Add option="-static-libgcc -static-libstdc++ -Wl,-Bstatic -lstdc++ -lpthread -Wl,-Bdynamic" /> |
| 165 | + <Add library="Opengl32" /> |
| 166 | + <Add library="XPLM_64" /> |
| 167 | + <Add library="XPWidgets_64" /> |
| 168 | + <Add library="GLUT_for_Windows/gl/glut64.lib" /> |
| 169 | + <Add library="C:/Program Files (x86)/OpenAL 1.1 SDK/libs/Win64/OpenAL32.lib" /> |
| 170 | + <Add directory="include64" /> |
| 171 | + <Add directory="../SDK213/SDK/Libraries/Win" /> |
| 172 | + <Add directory="GLUT_for_Windows" /> |
| 173 | + <Add directory="C:/Program Files/mingw-w64/x86_64-6.3.0-posix-seh-rt_v5-rev1/mingw64/bin" /> |
| 174 | + </Linker> |
| 175 | + <ExtraCommands> |
| 176 | + <Add after='xcopy /Y Replacement_for_Complete_Edition\64\win.xpl "S:\X-Plane 11\Resources\plugins\FlyWithLua\64"' /> |
| 177 | + <Add after="pandoc -N --epub-cover-image FlyWithLua_logo.JPG FlyWithLua_Manual_en.tex -o FlyWithLua\Documentation\FlyWithLua_Manual_en.epub" /> |
| 178 | + <Add after="pandoc -N --epub-cover-image FlyWithLua_logo.JPG FlyWithLua\Documentation\First_Steps_Programming_FlyWithLua.md -o FlyWithLua\Documentation\First_Steps_Programming_FlyWithLua.epub" /> |
| 179 | + <Add after="pandoc -N --epub-cover-image FlyWithLua_logo.JPG FlyWithLua\Documentation\First_Steps_Programming_FlyWithLua.md -o FlyWithLua\Documentation\First_Steps_Programming_FlyWithLua.pdf" /> |
| 180 | + <Add after="pandoc -N --epub-cover-image FlyWithLua_logo.JPG FlyWithLua\Documentation\Ein_Arcaze_USB_ansteuern.md -o FlyWithLua\Documentation\Ein_Arcaze_USB_ansteuern.epub" /> |
| 181 | + <Mode after="always" /> |
121 | 182 | </ExtraCommands>
|
122 | 183 | </Target>
|
123 | 184 | </Build>
|
|
0 commit comments