Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab/ci/jobs/alpine-3-gcc-makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Alpine 3 GCC Makefile:
- - |
# apk_common
echo -e "\e[0Ksection_start:`date +%s`:apk_common[collapsed=true]\r\e[0KInstalling common packages"
- apk add make git ccache nasm
- apk add make git ccache
- |
# apk_common
echo -e "\e[0Ksection_end:`date +%s`:apk_common\r\e[0K"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/ci/jobs/alpine-3-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Alpine 3 GCC:
- - |
# apk_common
echo -e "\e[0Ksection_start:`date +%s`:apk_common[collapsed=true]\r\e[0KInstalling common packages"
- apk add cmake make git ccache nasm
- apk add cmake make git ccache
- |
# apk_common
echo -e "\e[0Ksection_end:`date +%s`:apk_common\r\e[0K"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/ci/templates/srb2ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
- - |
# apt_common
echo -e "\e[0Ksection_start:`date +%s`:apt_common[collapsed=true]\r\e[0KInstalling common packages"
- apt-get install make git ccache nasm cmake ca-certificates
- apt-get install make git ccache cmake ca-certificates
- |
# apt_common
echo -e "\e[0Ksection_end:`date +%s`:apt_common\r\e[0K"
Expand Down
9 changes: 2 additions & 7 deletions SRB2_common.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
Expand Down Expand Up @@ -28,16 +28,11 @@
<Link>
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
</Link>
<CustomBuild>
<Command>nasm -g -o $(IntDir)%(Filename).obj -f win32 "%(FullPath)"</Command>
<Message>Compiling %(Filename).nas with NASM...</Message>
<Outputs>$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
</CustomBuild>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(PlatformTarget)'!='x86'">
<CustomBuild>
<LinkObjects>false</LinkObjects>
</CustomBuild>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
</Project>
1 change: 0 additions & 1 deletion debian-template/README.source
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ GNU/Linux
Dependencies:
SDL 1.2.7 or better (from libsdl.org)
SDL_Mixer 1.2.2(.7 for file-less music playback) (from libsdl.org)
Nasm (use NOASM=1 if you don't have it or have an non-i386 system, I think)
libPNG 1.2.7
Zlib 1.2.3
The Xiph.org libogg and libvorbis libraries
Expand Down
3 changes: 1 addition & 2 deletions debian-template/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Build-Depends: debhelper (>= 7.0.50~),
libopenmpt-dev,
libcurl4-openssl-dev,
libglu1-dev | libglu-dev,
libosmesa6-dev | libgl-dev,
nasm [i386]
libosmesa6-dev | libgl-dev
Standards-Version: 3.8.4
Homepage: ${PACKAGE_WEBSITE}

Expand Down